Searched defs:callbackMap (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_process_test.cpp | 172 std::map<int, CallbackInfo> callbackMap; in HWTEST_F() local 195 std::map<int, CallbackInfo> callbackMap; in HWTEST_F() local 247 std::map<int, CallbackInfo> callbackMap; in HWTEST_F() local 270 std::map<int, CallbackInfo> callbackMap; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
H A D | ui_mgr_service.cpp | 145 std::map<std::string, sptr<IUIService>> callbackMap; in Push() local 162 std::map<std::string, sptr<IUIService>> callbackMap; in Request() local 180 std::map<std::string, sptr<IUIService>> callbackMap; in ReturnRequest() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_manager.cpp | 395 auto callbackMap = it->second; in NotifyOnScrollCallback() local 410 std::map<int32_t, ScrollableParentCallback> callbackMap = { { callbackId, std::move(callback) } }; in RegisterScrollCallback() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_focus_test_ng.cpp | 1719 auto& callbackMap = parentIt->second; in HWTEST_F() local
|
/foundation/systemabilitymgr/samgr/services/samgr/native/include/ |
H A D | system_ability_manager.h | 249 std::map<std::string, CallbackList> callbackMap; // key : networkid member
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 1060 std::map<DBTypeInner, AutoLaunchRequestCallback> callbackMap; in ExtAutoLaunchRequestCallBack() local
|
Completed in 8 milliseconds