Home
last modified time | relevance | path

Searched refs:NewForegroundRequest (Results 1 – 4 of 4) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/winrt/gui/uwp/VoipTasks/Helpers/
H A DEndpointHelper.cs37 … message[ForegroundOperation.NewForegroundRequest] = (int)ForegroundReguest.UpdateCallState; in sendCallState()
47 … message[ForegroundOperation.NewForegroundRequest] = (int)ForegroundReguest.UpdateRegState; in sendRegState()
H A DCurrent.cs355 … message[ForegroundOperation.NewForegroundRequest] = (int)ForegroundReguest.UpdateAcccountInfo; in GetAccountInfo()
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/winrt/gui/uwp/Voip/Helpers/
H A DAppServiceHelper.cs103 if (message.ContainsKey(ForegroundOperation.NewForegroundRequest)) in Connection_RequestReceived()
105 switch ((ForegroundReguest)message[ForegroundOperation.NewForegroundRequest]) in Connection_RequestReceived()
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/winrt/gui/uwp/VoipTasks/BackgroundOperations/
H A DBackgroundOperations.cs106 public static String NewForegroundRequest property in VoipTasks.BackgroundOperations.ForegroundOperation