Searched defs:handleFunc (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/communication/connected_nfc_tag/services/include/ |
H A D | nfc_tag_session_stub.h | 31 …using handleFunc = void (NfcTagSessionStub::*)(uint32_t code, MessageParcel &data, MessageParcel &… variable
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_stub_lite.h | 32 using handleFunc = int (DhcpClientStub::*)(uint32_t code, IpcIo *req, IpcIo *reply); variable
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_stub.h | 32 using handleFunc = std::function<void(uint32_t, MessageParcel &, MessageParcel &)>; variable
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_p2p_callback_stub.h | 30 …using handleFunc = void (WifiP2pCallbackStub::*)(uint32_t code, MessageParcel &data, MessageParcel… variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | observer_test_ng.cpp | 178 UIObserverHandler::NavDestinationSwitchHandleFunc handleFunc = [](const AbilityContextInfo&, variable 225 UIObserverHandler::NavDestinationSwitchHandleFunc handleFunc = [](const AbilityContextInfo&, variable
|
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_ability_skeleton.cpp | 132 auto handleFunc = NetworkMsgHandleMap_.find(code); in OnRemoteRequest() local
|
/ohos5.0/base/location/services/location_passive/passive/source/ |
H A D | passive_ability_skeleton.cpp | 130 auto handleFunc = PassiveMsgHandleMap_.find(code); in OnRemoteRequest() local
|
/ohos5.0/base/location/services/location_geocode/geocode/source/ |
H A D | geo_convert_skeleton.cpp | 157 auto handleFunc = geoConvertMsgHandleMap_.find(code); in OnRemoteRequest() local
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/ |
H A D | screen_session_manager_client_stub.cpp | 117 auto handleFunc = handleCall->second; in OnRemoteRequest() local
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability_skeleton.cpp | 378 auto handleFunc = GnssMsgHandleMap_.find(code); in OnRemoteRequest() local
|
H A D | gnss_ability.cpp | 1663 auto handleFunc = gnssEventProcessMap_.find(eventId); in ProcessEvent() local
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_skeleton.cpp | 1461 auto handleFunc = locatorHandleMap_.find(static_cast<LocatorInterfaceCode>(code)); in OnRemoteRequest() local
|
H A D | locator_ability.cpp | 2157 auto handleFunc = locatorHandlerEventMap_.find(eventId); in ProcessEvent() local
|