Home
last modified time | relevance | path

Searched defs:findIter (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager_impl.cpp168 auto findIter = themes_.find(type); in GetTheme() local
183 auto findIter = themes_.find(AppTheme::TypeId()); in GetBackgroundColor() local
H A Dtheme_style.h134 auto findIter = attributes_.find(attr); in GetAttr() local
185 auto findIter = states_.find(state); in GetState() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp133 auto findIter = g_themes.find(themeId); in GetTheme() local
144 auto findIter = RESOURCES.find(resId); in GetColor() local
153 auto findIter = RESOURCES.find(resId); in GetDimension() local
162 auto findIter in GetString() local
177 auto findIter = RESOURCES.find(resId); GetDouble() local
186 auto findIter = RESOURCES.find(resId); GetInt() local
195 auto findIter = RESOURCES_WITH_NAME.find(resName); GetColorByName() local
204 auto findIter = RESOURCES_WITH_NAME.find(resName); GetDimensionByName() local
213 auto findIter = RESOURCES_WITH_NAME.find(resName); GetStringByName() local
227 auto findIter = RESOURCES_WITH_NAME.find(resName); GetDoubleByName() local
236 auto findIter = RESOURCES_WITH_NAME.find(resName); GetIntByName() local
245 auto findIter = RESOURCES_WITH_NAME.find(resName); GetMediaPathByName() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp133 auto findIter = g_themes.find(themeId); in GetTheme() local
144 auto findIter = RESOURCES.find(resId); in GetColor() local
153 auto findIter = RESOURCES.find(resId); in GetDimension() local
162 auto findIter in GetString() local
177 auto findIter = RESOURCES.find(resId); GetDouble() local
186 auto findIter = RESOURCES.find(resId); GetInt() local
195 auto findIter = RESOURCES_WITH_NAME.find(resName); GetColorByName() local
204 auto findIter = RESOURCES_WITH_NAME.find(resName); GetDimensionByName() local
213 auto findIter = RESOURCES_WITH_NAME.find(resName); GetStringByName() local
227 auto findIter = RESOURCES_WITH_NAME.find(resName); GetDoubleByName() local
236 auto findIter = RESOURCES_WITH_NAME.find(resName); GetIntByName() local
245 auto findIter = RESOURCES_WITH_NAME.find(resName); GetMediaPathByName() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_service_manager.cpp189 auto findIter = serviceRespons.find(p2pSvrRespList.GetDevice().GetDeviceAddress()); in AddServiceResponse() local
216 auto findIter = serviceRespons.find(p2pSvrRespList.GetDevice().GetDeviceAddress()); in RemoveServiceResponse() local
244 auto findIter = serviceRespons.find(deviceAddress); RemoveServiceResponse() local
262 auto findIter = serviceRespons.find(respListIter->GetDevice().GetDeviceAddress()); GetServiceResponseList() local
324 auto findIter = requestRecord.find(deviceAddress); IsRecordedRequest() local
338 auto findIter = requestRecord.find(deviceAddress); AddRequestRecord() local
356 auto findIter = requestRecord.find(deviceAddress); RemoveRequestRecord() local
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp553 auto findIter = std::find_if(bundleInfo.extensionInfos.begin(), bundleInfo.extensionInfos.end(), in CheckExtensionInfos() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp1471 auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), findRestartResidentTask); in HandleRestartResidentTask() local
2399 auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), in RestartAbility() local
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp4055 auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), findRestartResidentTask); in RestartResidentProcess() local
6815 auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), in NotifyAppFaultBySA() local

Completed in 23 milliseconds