Home
last modified time | relevance | path

Searched refs:finder (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_debug_manager.cpp32 const auto &finder = in RegisterAppDebugListener() local
39 if (finder == listeners_.end()) { in RegisterAppDebugListener()
58 const auto &finder = in UnregisterAppDebugListener() local
65 if (finder != listeners_.end()) { in UnregisterAppDebugListener()
66 listeners_.erase(finder); in UnregisterAppDebugListener()
100 auto finder = std::find_if(debugInfos_.begin(), debugInfos_.end(), isExist); in StopDebug() local
101 if (finder != debugInfos_.end()) { in StopDebug()
102 debugInfos_.erase(finder); in StopDebug()
136 auto finder = std::find_if(debugInfos_.begin(), debugInfos_.end(), isExist); in GetIncrementAppDebugInfos() local
137 if (finder in GetIncrementAppDebugInfos()
158 auto finder = std::find_if(debugInfos_.begin(), debugInfos_.end(), isExist); RemoveAppDebugInfo() local
[all...]
H A Dmodule_running_record.cpp166 const auto &finder = std::find_if(terminateAbilities_.begin(), in GetAbilityRunningRecord() local
169 if (finder != terminateAbilities_.end()) { in GetAbilityRunningRecord()
170 return finder->second; in GetAbilityRunningRecord()
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_test/
H A Dphoto_editor_extension_module_loader_test.cpp83 auto finder = params.find(key); in HWTEST_F() local
84 if (finder != params.end()) { in HWTEST_F()
85 EXPECT_STREQ(finder->second.c_str(), "23"); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dauto_fill_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F() local
88 if (finder != params.end()) { in HWTEST_F()
89 EXPECT_STREQ(finder->second.c_str(), "501"); in HWTEST_F()
H A Daction_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F() local
88 if (finder != params.end()) { in HWTEST_F()
89 EXPECT_STREQ(finder->second.c_str(), "19"); in HWTEST_F()
H A Dembedded_ui_extension_module_loader_test.cpp87 auto finder = params.find(key); in HWTEST_F() local
88 if (finder != params.end()) { in HWTEST_F()
89 EXPECT_STREQ(finder->second.c_str(), "21"); in HWTEST_F()
H A Dform_extension_module_loader_test.cpp100 auto finder = params.find(key); in HWTEST_F() local
101 if (finder != params.end()) { in HWTEST_F()
102 EXPECT_STREQ(finder->second.c_str(), "0"); in HWTEST_F()
H A Dservice_extension_module_loader_test.cpp95 auto finder = params.find(key); in HWTEST_F() local
96 if (finder != params.end()) { in HWTEST_F()
97 EXPECT_STREQ(finder->second.c_str(), "3"); in HWTEST_F()

Completed in 3 milliseconds