Home
last modified time | relevance | path

Searched refs:msgCode (Results 1 - 25 of 38) sorted by relevance

12

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_internal_event_dispatcher_lite.cpp103 WIFI_LOGD("WifiInternalEventDispatcher::AddBroadCastMsg, msgcode %{public}d", msg.msgCode); in AddBroadCastMsg()
127 WIFI_LOGD("Deal Sta Event Callback Msg: %{public}d", msg.msgCode); in DealStaCallbackMsg()
129 switch (msg.msgCode) { in DealStaCallbackMsg()
149 WIFI_LOGI("WifiInternalEventDispatcher:: Not registered callback event! msg.msgCode:%{public}d", msg.msgCode); in DealStaCallbackMsg()
155 switch (msg.msgCode) { in DealStaCallbackMsg()
172 WIFI_LOGI("UnKnown msgcode %{public}d", msg.msgCode); in DealStaCallbackMsg()
182 WIFI_LOGD("WifiInternalEventDispatcher:: Deal Scan Event Callback Msg: %{public}d", msg.msgCode); in DealScanCallbackMsg()
184 switch (msg.msgCode) { in DealScanCallbackMsg()
189 WIFI_LOGI("UnKnown msgcode %{public}d", msg.msgCode); in DealScanCallbackMsg()
[all...]
H A Dwifi_internal_event_dispatcher.cpp511 WIFI_LOGD("WifiInternalEventDispatcher::Run broad cast a msg %{public}d", msg.msgCode); in Run()
512 if (msg.msgCode >= WIFI_CBK_MSG_STATE_CHANGE && msg.msgCode <= WIFI_CBK_MSG_MAX_INVALID_STA) { in Run()
514 } else if (msg.msgCode == WIFI_CBK_MSG_SCAN_STATE_CHANGE) { in Run()
516 } else if (msg.msgCode >= WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE && in Run()
517 msg.msgCode <= WIFI_CBK_MSG_MAX_INVALID_HOTSPOT) { in Run()
519 } else if (msg.msgCode >= WIFI_CBK_MSG_P2P_STATE_CHANGE && msg.msgCode <= WIFI_CBK_MSG_MAX_INVALID_P2P) { in Run()
522 WIFI_LOGI("UnKnown msgcode %{public}d", msg.msgCode); in Run()
529 WIFI_LOGD("WifiInternalEventDispatcher::AddBroadCastMsg, msgcode %{public}d", msg.msgCode); in AddBroadCastMsg()
[all...]
/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/
H A Dmdns_event_stub.cpp44 MdnsRegisterInterfaceCode msgCode = static_cast<MdnsRegisterInterfaceCode>(code); in OnRemoteRequest() local
45 if (msgCode == MdnsRegisterInterfaceCode::REGISTERED) { in OnRemoteRequest()
47 } else if (msgCode == MdnsRegisterInterfaceCode::UNREGISTERED) { in OnRemoteRequest()
49 } else if (msgCode == MdnsRegisterInterfaceCode::RESULT) { in OnRemoteRequest()
77 MdnsDiscoveryInterfaceCode msgCode = static_cast<MdnsDiscoveryInterfaceCode>(code); in OnRemoteRequest() local
78 if (msgCode == MdnsDiscoveryInterfaceCode::STARTED) { in OnRemoteRequest()
80 } else if (msgCode == MdnsDiscoveryInterfaceCode::STOPPED) { in OnRemoteRequest()
82 } else if (msgCode == MdnsDiscoveryInterfaceCode::FOUND) { in OnRemoteRequest()
84 } else if (msgCode == MdnsDiscoveryInterfaceCode::LOST) { in OnRemoteRequest()
110 MdnsResolveInterfaceCode msgCode in OnRemoteRequest() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_internal_event_dispatcher_test.cpp32 msg.msgCode = WIFI_CBK_MSG_STATE_CHANGE; in HWTEST_F()
34 msg.msgCode = WIFI_CBK_MSG_CONNECTION_CHANGE; in HWTEST_F()
36 msg.msgCode = WIFI_CBK_MSG_SCAN_STATE_CHANGE; in HWTEST_F()
38 msg.msgCode = WIFI_CBK_MSG_RSSI_CHANGE; in HWTEST_F()
40 msg.msgCode = WIFI_CBK_MSG_DEVICE_CONFIG_CHANGE; in HWTEST_F()
42 msg.msgCode = WIFI_CBK_MSG_HOTSPOT_STATE_CHANGE; in HWTEST_F()
44 msg.msgCode = WIFI_CBK_MSG_HOTSPOT_STATE_JOIN; in HWTEST_F()
46 msg.msgCode = WIFI_CBK_MSG_HOTSPOT_STATE_LEAVE; in HWTEST_F()
48 msg.msgCode = WIFI_CBK_MSG_STREAM_DIRECTION; in HWTEST_F()
50 msg.msgCode in HWTEST_F()
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_engine_callback_stub.cpp33 IIntelligentVoiceEngineCallback::Code msgCode = static_cast<IIntelligentVoiceEngineCallback::Code>(code); in OnRemoteRequest() local
34 switch (msgCode) { in OnRemoteRequest()
41 INTELL_VOICE_LOG_WARN("invalid msgCode:%{public}d", msgCode); in OnRemoteRequest()
H A Dintell_voice_update_callback_stub.cpp33 IIntelligentVoiceUpdateCallback::Code msgCode = static_cast<IIntelligentVoiceUpdateCallback::Code>(code); in OnRemoteRequest() local
34 switch (msgCode) { in OnRemoteRequest()
41 INTELL_VOICE_LOG_WARN("invalid msgCode:%{public}d", msgCode); in OnRemoteRequest()
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/ipc/
H A Dvpn_event_callback_stub.cpp30 IVpnEventCallback::Message msgCode = static_cast<IVpnEventCallback::Message>(code); in OnRemoteRequest() local
31 if (msgCode == IVpnEventCallback::Message::GLOBAL_VPN_STATE_CHANGED) { in OnRemoteRequest()
39 } else if (msgCode == IVpnEventCallback::Message::GLOBAL_VPN_MULTI_USER_SETUP) { in OnRemoteRequest()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp195 cbMsg.msgCode = WIFI_CBK_MSG_P2P_STATE_CHANGE; in CloseP2pService()
263 cbMsg.msgCode = WIFI_CBK_MSG_P2P_STATE_CHANGE; in DealP2pStateChanged()
301 cbMsg.msgCode = WIFI_CBK_MSG_PEER_CHANGE; in DealP2pPeersChanged()
311 cbMsg.msgCode = WIFI_CBK_MSG_PRIVATE_PEER_CHANGE; in DealP2pPrivatePeersChanged()
320 cbMsg.msgCode = WIFI_CBK_MSG_SERVICE_CHANGE; in DealP2pServiceChanged()
329 cbMsg.msgCode = WIFI_CBK_MSG_CONNECT_CHANGE; in DealP2pConnectionChanged()
359 cbMsg.msgCode = WIFI_CBK_MSG_THIS_DEVICE_CHANGE; in DealP2pThisDeviceChanged()
370 cbMsg.msgCode = WIFI_CBK_MSG_DISCOVERY_CHANGE; in DealP2pDiscoveryChanged()
379 cbMsg.msgCode = WIFI_CBK_MSG_PERSISTENT_GROUPS_CHANGE; in DealP2pGroupsChanged()
388 cbMsg.msgCode in DealP2pActionResult()
[all...]
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/proxy/
H A Dinterface_state_callback_stub.cpp33 InterfaceStateCallback::Message msgCode = static_cast<InterfaceStateCallback::Message>(code); in OnRemoteRequest() local
34 switch (msgCode) { in OnRemoteRequest()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dnetshare_result_callback_stub.cpp31 TetheringResultInterfaceCode msgCode = static_cast<TetheringResultInterfaceCode>(code); in OnRemoteRequest() local
32 if (msgCode == TetheringResultInterfaceCode::RESULT) { in OnRemoteRequest()
H A Dsharing_event_callback_stub.cpp31 TetheringEventInterfaceCode msgCode = static_cast<TetheringEventInterfaceCode>(code); in OnRemoteRequest() local
32 switch (msgCode) { in OnRemoteRequest()
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Dadd_white_list_infos_call_back_stub.cpp42 IAddWhiteListInfosCallback::Message msgCode = static_cast<IAddWhiteListInfosCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Ddel_white_list_infos_call_back_stub.cpp42 IDelWhiteListInfosCallback::Message msgCode = static_cast<IDelWhiteListInfosCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dunregister_d_input_call_back_stub.cpp42 IUnregisterDInputCallback::Message msgCode = static_cast<IUnregisterDInputCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dunprepare_d_input_call_back_stub.cpp42 IUnprepareDInputCallback::Message msgCode = static_cast<IUnprepareDInputCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dsimulation_event_listener_stub.cpp38 ISimulationEventListener::Message msgCode = static_cast<ISimulationEventListener::Message>(code); in OnRemoteRequest() local
39 switch (msgCode) { in OnRemoteRequest()
H A Dregister_d_input_call_back_stub.cpp42 IRegisterDInputCallback::Message msgCode = static_cast<IRegisterDInputCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dregister_session_state_callback_stub.cpp42 ISessionStateCallback::Message msgCode = static_cast<ISessionStateCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dprepare_d_input_call_back_stub.cpp42 IPrepareDInputCallback::Message msgCode = static_cast<IPrepareDInputCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dstart_stop_d_inputs_call_back_stub.cpp38 IStartStopDInputsCallback::Message msgCode = static_cast<IStartStopDInputsCallback::Message>(code); in OnRemoteRequest() local
39 switch (msgCode) { in OnRemoteRequest()
H A Dstart_d_input_call_back_stub.cpp42 IStartDInputCallback::Message msgCode = static_cast<IStartDInputCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dstop_d_input_call_back_stub.cpp42 IStopDInputCallback::Message msgCode = static_cast<IStopDInputCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dget_sink_screen_infos_call_back_stub.cpp42 IGetSinkScreenInfosCallback::Message msgCode = static_cast<IGetSinkScreenInfosCallback::Message>(code); in OnRemoteRequest() local
43 switch (msgCode) { in OnRemoteRequest()
H A Dsharing_dhid_listener_stub.cpp38 ISharingDhIdListener::Message msgCode = static_cast<ISharingDhIdListener::Message>(code); in OnRemoteRequest() local
39 switch (msgCode) { in OnRemoteRequest()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/src/ipc/
H A Dpublisher_listener_stub.cpp39 IPublisherListener::Message msgCode = static_cast<IPublisherListener::Message>(code); in OnRemoteRequest() local
40 switch (msgCode) { in OnRemoteRequest()

Completed in 11 milliseconds

12