/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_internal_event_dispatcher_lite.cpp | 103 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 D | wifi_internal_event_dispatcher.cpp | 511 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 D | mdns_event_stub.cpp | 44 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 D | wifi_internal_event_dispatcher_test.cpp | 32 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 D | intell_voice_engine_callback_stub.cpp | 33 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 D | intell_voice_update_callback_stub.cpp | 33 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 D | vpn_event_callback_stub.cpp | 30 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 D | wifi_p2p_manager.cpp | 195 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 D | interface_state_callback_stub.cpp | 33 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 D | netshare_result_callback_stub.cpp | 31 TetheringResultInterfaceCode msgCode = static_cast<TetheringResultInterfaceCode>(code); in OnRemoteRequest() local 32 if (msgCode == TetheringResultInterfaceCode::RESULT) { in OnRemoteRequest()
|
H A D | sharing_event_callback_stub.cpp | 31 TetheringEventInterfaceCode msgCode = static_cast<TetheringEventInterfaceCode>(code); in OnRemoteRequest() local 32 switch (msgCode) { in OnRemoteRequest()
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | add_white_list_infos_call_back_stub.cpp | 42 IAddWhiteListInfosCallback::Message msgCode = static_cast<IAddWhiteListInfosCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | del_white_list_infos_call_back_stub.cpp | 42 IDelWhiteListInfosCallback::Message msgCode = static_cast<IDelWhiteListInfosCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | unregister_d_input_call_back_stub.cpp | 42 IUnregisterDInputCallback::Message msgCode = static_cast<IUnregisterDInputCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | unprepare_d_input_call_back_stub.cpp | 42 IUnprepareDInputCallback::Message msgCode = static_cast<IUnprepareDInputCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | simulation_event_listener_stub.cpp | 38 ISimulationEventListener::Message msgCode = static_cast<ISimulationEventListener::Message>(code); in OnRemoteRequest() local 39 switch (msgCode) { in OnRemoteRequest()
|
H A D | register_d_input_call_back_stub.cpp | 42 IRegisterDInputCallback::Message msgCode = static_cast<IRegisterDInputCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | register_session_state_callback_stub.cpp | 42 ISessionStateCallback::Message msgCode = static_cast<ISessionStateCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | prepare_d_input_call_back_stub.cpp | 42 IPrepareDInputCallback::Message msgCode = static_cast<IPrepareDInputCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | start_stop_d_inputs_call_back_stub.cpp | 38 IStartStopDInputsCallback::Message msgCode = static_cast<IStartStopDInputsCallback::Message>(code); in OnRemoteRequest() local 39 switch (msgCode) { in OnRemoteRequest()
|
H A D | start_d_input_call_back_stub.cpp | 42 IStartDInputCallback::Message msgCode = static_cast<IStartDInputCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | stop_d_input_call_back_stub.cpp | 42 IStopDInputCallback::Message msgCode = static_cast<IStopDInputCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | get_sink_screen_infos_call_back_stub.cpp | 42 IGetSinkScreenInfosCallback::Message msgCode = static_cast<IGetSinkScreenInfosCallback::Message>(code); in OnRemoteRequest() local 43 switch (msgCode) { in OnRemoteRequest()
|
H A D | sharing_dhid_listener_stub.cpp | 38 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 D | publisher_listener_stub.cpp | 39 IPublisherListener::Message msgCode = static_cast<IPublisherListener::Message>(code); in OnRemoteRequest() local 40 switch (msgCode) { in OnRemoteRequest()
|