Home
last modified time | relevance | path

Searched defs:callbackMap (Results 1 – 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dability_process_test.cpp172 std::map<int, CallbackInfo> callbackMap; variable
195 std::map<int, CallbackInfo> callbackMap; variable
247 std::map<int, CallbackInfo> callbackMap; variable
270 std::map<int, CallbackInfo> callbackMap; variable
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
Dui_mgr_service.cpp150 std::map<std::string, sptr<IUIService>> callbackMap; in Push() local
167 std::map<std::string, sptr<IUIService>> callbackMap; in Request() local
185 std::map<std::string, sptr<IUIService>> callbackMap; in ReturnRequest() local
Dui_mgr_service_idl.cpp154 std::map<std::string, sptr<IUIServiceNew>> callbackMap; in Push() local
171 std::map<std::string, sptr<IUIServiceNew>> callbackMap; in Request() local
189 std::map<std::string, sptr<IUIServiceNew>> callbackMap; in ReturnRequest() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
Dipc_client_manager.cpp232 std::map<DmCommonNotifyEvent, std::set<std::string>> callbackMap; in OnAddSystemAbility() local
/foundation/ability/ability_runtime/test/unittest/cj_ability_lifecycle_callback_Impl_test/
Dcj_ability_lifecycle_callback_Impl_test.cpp50 void RegisterCallback(CallbackMap& callbackMap, int32_t id, std::function<void(int64_t)> callback) in RegisterCallback()
56 void RegisterCallback(CallbackMap& callbackMap, int32_t id, std::function<void(int64_t, WindowStage… in RegisterCallback()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
Dselect_overlay_manager.cpp387 auto callbackMap = it->second; in NotifyOnScrollCallback() local
402 … std::map<int32_t, ScrollableParentCallback> callbackMap = { { callbackId, std::move(callback) } }; in RegisterScrollCallback() local
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
Dbg_transient_task_mgr.cpp203 auto findCallback = [&callback](const auto& callbackMap) { in RequestSuspendDelay()
528 auto findCallback = [&remote](const auto& callbackMap) { in HandleExpiredCallbackDeath()
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
Dsystem_ability_manager.h272 std::map<std::string, CallbackList> callbackMap; // key : networkid member
/foundation/distributedhardware/device_manager/test/interfacesfuzztest/devicemanagerimpl_fuzzer/
Ddevice_manager_impl_fuzzer.cpp318 std::map<DmCommonNotifyEvent, std::set<std::string>> callbackMap; in SyncCallbacksToServiceFuzzTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dui_extension_manager.cpp209 SingleHandTransformChangedCallbackMap callbackMap; in HandleSingleHandTransformChangedCallback() local
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_device_manager_impl_two.cpp2035 std::map<DmCommonNotifyEvent, std::set<std::string>> callbackMap; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dauto_launch.cpp1085 std::map<DBTypeInner, AutoLaunchRequestCallback> callbackMap; in ExtAutoLaunchRequestCallBack() local
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/notify/
Ddevice_manager_notify.cpp1209 …DeviceManagerNotify::GetCallBack(std::map<DmCommonNotifyEvent, std::set<std::string>> &callbackMap) in GetCallBack()
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
Ddevice_manager_impl.cpp2559 …agerImpl::SyncCallbacksToService(std::map<DmCommonNotifyEvent, std::set<std::string>> &callbackMap) in SyncCallbacksToService()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dpipeline_context.cpp1774 SurfaceChangedCallbackMap callbackMap; in ExecuteSurfaceChangedCallbacks() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
Dweb_select_overlay_test.cpp3322 auto& callbackMap = parentIt->second; variable