/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_manager_impl.cpp | 168 auto findIter = themes_.find(type); in GetTheme() local 183 auto findIter = themes_.find(AppTheme::TypeId()); in GetBackgroundColor() local
|
H A D | theme_style.h | 134 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 D | theme_mock.cpp | 133 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 D | theme_mock.cpp | 133 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 D | wifi_p2p_service_manager.cpp | 189 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 D | work_scheduler_service.cpp | 553 auto findIter = std::find_if(bundleInfo.extensionInfos.begin(), bundleInfo.extensionInfos.end(), in CheckExtensionInfos() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_manager.cpp | 1471 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 D | app_mgr_service_inner.cpp | 4055 auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), findRestartResidentTask); in RestartResidentProcess() local 6815 auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), in NotifyAppFaultBySA() local
|