/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | event_reactor.cpp | 66 for (auto &itor : timerEventHandlers_) { in CleanUp() local 115 auto itor = timerEventHandlers_.begin(); in CancelTimer() local
|
H A D | event_demultiplexer.cpp | 72 auto itor = eventHandlers_.find(handler->GetHandle()); in UpdateEventHandler() local 127 auto itor = eventHandlers_.find(targetFd); in Polling() local
|
H A D | timer.cpp | 126 auto itor = intervalToTimers_[entry->interval].begin(); in Unregister() local 170 for (auto& itor : timers_) { in DoUnregister() local 243 for (auto itor = entryList.begin(); itor != entryList.end();) { in EraseUnusedTimerId() local
|
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_systemsubwindow_test.cpp | 112 for (auto itor = windowTypes.begin(); itor != windowTypes.end(); itor++) { variable 171 for (auto itor = windowTypes.begin(); itor != windowTypes.end(); itor++) { variable 207 for (auto itor = windowTypes.begin(); itor != windowTypes.end(); itor++) { variable 238 for (auto itor = windowTypes.begin(); itor != windowTypes.end(); itor++) { variable
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_protect_manager.cpp | 80 std::vector<std::shared_ptr<WifiProtect>>::iterator itor = mWifiProtects.begin(); in IsHeldWifiProtect() local 166 std::vector<std::shared_ptr<WifiProtect>>::iterator itor = mWifiProtects.begin(); in GetNearlyProtectMode() local 309 std::vector<std::shared_ptr<WifiProtect>>::iterator itor = mWifiProtects.begin(); in GetNearlyProtectMode() local
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | resource_utils.cpp | 553 auto itor = callFailedResourceName_.find(reason); in GetCallFailedMessageName() local 565 auto itor = mapResourceValues_.find(name); in GetStringValueByName() local 582 auto itor = mapResourceValues_.find(name); in GetStringArrayValueByName() local 593 auto itor = mapResourceValues_.find(name); in GetBooleanValueByName() local 604 auto itor = mapResourceValues_.find(name); in GetIntegerValueByName() local 615 auto itor = mapResourceValues_.find(name); in GetIntArrayValueByName() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_height_offset_calculator.h | 117 auto itor = itemPosition_.find(startIndex); in GetLazyForEachIndexAverageHeight() local 155 auto itor = itemPosition_.begin(); in CalculateOffset() local
|
/ohos5.0/base/telephony/core_service/services/ims_service_interaction/src/ |
H A D | ims_core_service_client.cpp | 169 auto itor = handlerMap_.find(slotId); in GetHandler() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/ |
H A D | image_native.cpp | 60 for (auto itor = components.begin(); itor != components.end(); ++itor) { in OH_ImageNative_GetComponentTypes() local
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | monitor_server.cpp | 341 auto itor = monitors_.find(event); in On() local 424 auto itor = monitors_.find(event); in Off() local 483 auto itor = monitors_.find(event); in ConnectionOff() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/bridge/ |
H A D | ark_web_bridge_helper.cpp | 184 auto itor = funcMemberMaps_.find(static_cast<int>(bridgeType)); in RegisterFuncMember() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | cj_runtime.cpp | 156 for (auto& itor : std::filesystem::directory_iterator(libPath)) { in LoadCJAppLibrary() local
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/ |
H A D | component_loader.cpp | 389 std::map<DHType, CompConfig>::iterator itor; in GetAllHandler() local
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | network_search_test.cpp | 2350 auto itor = NetworkSearchTest::imsRegStateCallbackList_.begin(); variable 2429 auto itor = NetworkSearchTest::imsRegStateCallbackList_.begin(); variable
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_node_container_test.cpp | 1013 for (auto itor = pairMode.begin(); itor != pairMode.end(); itor++) { variable
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_event_test.cpp | 723 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in EraseExistNode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.cpp | 144 auto itor = items_.try_emplace(index, renderNode); in AddChildByIndex() local
|
/ohos5.0/base/telephony/core_service/services/network_search/test/ |
H A D | test.cpp | 533 auto itor = imsRegStateCallbackList_.begin(); in TestUnregisterImsRegStateCallback() local
|
/ohos5.0/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 375 … auto itor = handleFuncMap_.find(static_cast<TelephonyCallbackEventId>(event->GetInnerEventId())); in ProcessEvent() local
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 1666 auto itor = utCommandMap_.find(index); in ConfirmAndRemoveSsRequestCommand() local 1679 auto itor = utCommandMap_.find(index); in GetSsRequestCommand() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 435 auto itor = g_sysBLEObserver.find(type); in UnregisterSysBLEObserver() local
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
H A D | event_benchmark_test.cpp | 872 auto itor = std::find(handlerList.begin(), handlerList.end(), target); in CancelTimer() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 255 auto itor = partFrameNodeChildren_.find(index); in GetFrameNodeByIndex() local 309 auto itor = partFrameNodeChildren_.find(index); in RemoveChildInRenderTree() local 336 for (auto itor = partFrameNodeChildren_.begin(); itor != partFrameNodeChildren_.end();) { in SetActiveChildRange() local 358 for (auto itor = partFrameNodeChildren_.begin(); itor != partFrameNodeChildren_.end();) { in SetActiveChildRange() local
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_root.cpp | 1931 auto itor = std::find_if(allWindowNode.begin(), allWindowNode.end(), searchWaterMarkWindow); in CheckAndNotifyWaterMarkChangedResult() local
|
H A D | window_node_container.cpp | 593 auto itor = rootNode->children_.begin(); in ResetAllMainFloatingWindowZOrder() local
|