/ohos5.0/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 = RESOURCES.find(resId); in GetString() local 177 auto findIter = RESOURCES.find(resId); in GetDouble() local 186 auto findIter = RESOURCES.find(resId); in GetInt() local 195 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetColorByName() local 204 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetDimensionByName() local 213 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetStringByName() local 227 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetDoubleByName() local [all …]
|
/ohos5.0/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 = RESOURCES.find(resId); in GetString() local 177 auto findIter = RESOURCES.find(resId); in GetDouble() local 186 auto findIter = RESOURCES.find(resId); in GetInt() local 195 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetColorByName() local 204 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetDimensionByName() local 213 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetStringByName() local 227 auto findIter = RESOURCES_WITH_NAME.find(resName); in GetDoubleByName() local [all …]
|
/ohos5.0/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); in RemoveServiceResponse() local 262 auto findIter = serviceRespons.find(respListIter->GetDevice().GetDeviceAddress()); in GetServiceResponseList() local 324 auto findIter = requestRecord.find(deviceAddress); in IsRecordedRequest() local 338 auto findIter = requestRecord.find(deviceAddress); in AddRequestRecord() local 356 auto findIter = requestRecord.find(deviceAddress); in RemoveRequestRecord() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | theme_manager_impl.cpp | 162 auto findIter = themes_.find(type); in GetTheme() local 177 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
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | buffer_manager.cpp | 67 auto findIter = bufferPoolMap_.find(id); in EraseBufferPoolMapById() local
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_avsession_adapter_impl.cpp | 237 auto findIter = avSessionMap.find(avSessionKey_->ToString()); in CreateAVSession() local
|
/ohos5.0/base/web/webview/ohos_adapter/sensor_adapter/src/ |
H A D | sensor_adapter_impl.cpp | 310 auto findIter = sensorCallbackMap.find(event->sensorTypeId); in OhosSensorCallback() local
|
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_scheduler_service.cpp | 614 … auto findIter = std::find_if(bundleInfo.extensionInfos.begin(), bundleInfo.extensionInfos.end(), in CheckExtensionInfos() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_manager.cpp | 1456 …auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), findRest… in HandleRestartResidentTask() local 2383 auto findIter = find_if(restartResidentTaskList_.begin(), restartResidentTaskList_.end(), in RestartAbility() local
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 4060 …auto findIter = find_if(restartResedentTaskList_.begin(), restartResedentTaskList_.end(), findRest… in RestartResidentProcess() local 6743 … auto findIter = find_if(restartResedentTaskList_.begin(), restartResedentTaskList_.end(), in NotifyAppFaultBySA() local
|