Searched refs:finder (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_debug_manager.cpp | 32 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 D | module_running_record.cpp | 166 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 D | photo_editor_extension_module_loader_test.cpp | 83 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 D | auto_fill_extension_module_loader_test.cpp | 87 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 D | action_extension_module_loader_test.cpp | 87 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 D | embedded_ui_extension_module_loader_test.cpp | 87 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 D | form_extension_module_loader_test.cpp | 100 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 D | service_extension_module_loader_test.cpp | 95 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