Home
last modified time | relevance | path

Searched refs:begin (Results 8976 - 9000 of 9719) sorted by relevance

1...<<351352353354355356357358359360>>...389

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp84 depthElementMap[depth].insert(depthElementMap[depth].end(), children.begin(), children.end()); in DumpElementTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp691 touchPoint = touchPoints_.begin()->second; in GetGestureEventInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp321 auto iter = host->GetChildren().begin(); in MenuFocusViewShow()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp167 std::remove_if(strValue.begin(), strValue.end(), [](char c) { return c == DOM_PICKER_SPLIT_ARRAY; }), in SetSpecializedAttr()
H A Ddom_list.cpp901 nodes.begin(), nodes.end(), [nodeId = item->GetNodeId()](const RefPtr<AccessibilityNode>& node) { in UpdateAccessibilityOrder()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp414 auto startIter = customViewChildren_.begin(); in CleanUpAbandonedChild()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng.cpp1331 for (auto iterOfFrameNode = frameNodes.begin(); iterOfFrameNode != frameNodes.end(); iterOfFrameNode++) { in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.cpp202 auto iter = cachedItems_.begin(); in OnDataBulkChanged()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp719 for (auto child = children.begin(); child != children.end(); ++child) { in UpdateAllZindex()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h693 for (auto iter = delayedTasks_.begin(); iter != delayedTasks_.end();) { in RemoveGestureTask()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Ddrawable_descriptor.cpp88 return std::all_of(value.begin(), value.end(), [](char i) { return isdigit(i); }); in IsNumber()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp701 auto it = formatElementMap_.begin(); in SpliceDateTime()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp886 srcGradientColors.begin(), srcGradientColors.end(), [](const GradientColor& left, const GradientColor& right) { in SortGradientColorsByOffset()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dfree_install.cpp631 if (std::find(BUNDLE_PACK_FLAGS.begin(), BUNDLE_PACK_FLAGS.end(), asyncCallbackInfo->bundlePackFlag) == in GetBundlePackInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp112 return std::find(abiList.begin(), abiList.end(), ServiceConstants::ARM64_V8A) != abiList.end(); in IsSupportARM64()
117 APP_LOGD("GetArkProfilePath begin"); in GetArkProfilePath()
248 APP_LOGD("HandleInstall begin"); in HandleInstall()
488 APP_LOGI("HandleOTA begin"); in HandleOTA()
544 APP_LOGI("OTACompileInternal begin"); in OTACompileInternal()
603 APP_LOGI("GetUserBehaviourAppList begin, size %{public}d", size); in GetUserBehaviourAppList()
683 APP_LOGI("begin to report AOT sysEvent"); in ReportSysEvent()
747 APP_LOGI("HandleIdle begin"); in HandleIdle()
796 APP_LOGI("HandleCompile begin"); in HandleCompile()
918 APP_LOGI("GetCurAOTVersion begin"); in GetCurAOTVersion()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp489 for_each(fdVec.begin(), fdVec.end(), [](const auto &fd) { in CloseFileDescriptor()
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp721 std::string(vec[i].value.begin(), vec[i].value.end())); in ParseServiceDataParameters()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp1027 for (it = peers_.begin(); it != peers_.end(); it++) { in DeletePeer()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1062 for (auto it = pairedAddr.begin(); it != pairedAddr.end(); it++) { in GetPairedDevices()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp1076 monitored_.erase(monitored_.begin() + ix); in CheckChildrenStatus()
H A Decs_serializer.cpp650 std::sort(managerUids.begin(), managerUids.end()); in WriteComponents()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp588 std::sort(managerUids.begin(), managerUids.end()); in WriteComponents()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_receiver_napi.cpp264 return std::any_of(sImageFormatVec.begin(), sImageFormatVec.end(), [format](const auto& imageEnum) { in checkFormat()
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_stable_unit_test.cpp329 (void)fileName.erase(std::remove_if(fileName.begin(), fileName.end(), check), fileName.end()); in GetTestName()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp363 std::u16string u16strArg(strArg.begin(), strArg.end()); in AvSessionServiceHandleEventTest()
420 SLOGI("NotifyDeviceAvailable001 begin!"); in NotifyDeviceAvailable001()
435 SLOGI("NotifyMirrorToStreamCast001 begin!"); in NotifyMirrorToStreamCast001()
445 SLOGI("NotifyMirrorToStreamCast002 begin!"); in NotifyMirrorToStreamCast002()
457 SLOGI("NotifyMirrorToStreamCast003 begin!"); in NotifyMirrorToStreamCast003()
469 SLOGI("RefreshFocusSessionSort001 begin!"); in RefreshFocusSessionSort001()
477 SLOGI("SelectSessionByUid001 begin!"); in SelectSessionByUid001()
487 SLOGI("SelectSessionByUid002 begin!"); in SelectSessionByUid002()
505 SLOGI("InitBMS001 begin!"); in InitBMS001()
512 SLOGI("ReleaseCastSession001 begin!"); in ReleaseCastSession001()
[all...]

Completed in 68 milliseconds

1...<<351352353354355356357358359360>>...389