Home
last modified time | relevance | path

Searched defs:callbackMap (Results 1 – 6 of 6) 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.cpp151 std::map<std::string, sptr<IUIService>> callbackMap; in Push() local
168 std::map<std::string, sptr<IUIService>> callbackMap; in Request() local
186 std::map<std::string, sptr<IUIService>> callbackMap; in ReturnRequest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
Dselect_overlay_manager.cpp386 auto callbackMap = it->second; in NotifyOnScrollCallback() local
401 … std::map<int32_t, ScrollableParentCallback> callbackMap = { { callbackId, std::move(callback) } }; in RegisterScrollCallback() local
/foundation/systemabilitymgr/samgr/services/samgr/native/include/
Dsystem_ability_manager.h193 std::map<std::string, CallbackList> callbackMap; // key : networkid member
/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
Dbg_transient_task_mgr.cpp200 auto findCallback = [&callback](const auto& callbackMap) { in RequestSuspendDelay()
484 auto findCallback = [&remote](const auto& callbackMap) { in HandleExpiredCallbackDeath()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dauto_launch.cpp1060 std::map<DBTypeInner, AutoLaunchRequestCallback> callbackMap; in ExtAutoLaunchRequestCallBack() local