Home
last modified time | relevance | path

Searched refs:end (Results 10101 - 10125 of 15771) sorted by relevance

1...<<401402403404405406407408409410>>...631

/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp137 if (iter == clientProxyMap_.end()) { in UnregisterUpdateCallback()
150 if (iter == clientProxyMap_.end()) { in GetUpgradeCallback()
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_json_test.cpp155 if (it != para.authProfileMap.end()) { in HWTEST_F()
224 if (it != para.authProfileMap.end()) { in HWTEST_F()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp131 for (PasteCustomData::iterator iter = data.begin(); iter != data.end(); ++iter) { in SetCustomData()
573 if (iter == reg_.end()) { in RemovePasteboardChangedObserver()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp188 void HandleSetSelection(int32_t start, int32_t end) override
221 int32_t SetPreviewText(const std::u16string& text, int32_t start, int32_t end) override
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_storage.cpp121 int64_t end = GetTickCount(); in InitDistributedDataStorage() local
122 HILOGI("TryGetKvStore %{public}s, spend %{public}" PRId64 " ms", result ? "success" : "failed", end - begin); in InitDistributedDataStorage()
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp127 HILOG_INFO("end"); in OnAcquire()
144 HILOG_INFO("end"); in OnEventHandle()
188 while (connections_.find(connectKey) != connections_.end()) { in AddConnection()
193 HILOG_DEBUG("end"); in AddConnection()
207 if (conIterator != connections_.end()) { in RemoveConnection()
222 HILOG_DEBUG("end"); in RemoveConnection()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
H A Ddms_continue_time_dumper.cpp54 DmsDuration::DmsDuration(const int64_t begin, const int64_t end, const std::string name) in DmsDuration() argument
57 endTime_ = end; in DmsDuration()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.cpp320 auto paramIt = std::find_if(quantParams.begin(), quantParams.end(), [](QuantParam quant) { in ValidateQuantParams()
323 if (paramIt != quantParams.end()) { in ValidateQuantParams()
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/
H A Djs_auto_fill_manager.cpp126 if (iter != saveRequestObject_.end()) { in GetCallbackByInstanceId()
136 if (iter != saveRequestObject_.end()) { in OnRequestAutoSaveDone()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player_manager.cpp280 if (iter == g_mediaSpeedToPlaybackSpeedMap.end()) { in ConvertMediaSpeedToPlaybackSpeed()
607 if (iter == g_doubleToModeTypeMap.end()) { in SetSpeed()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player_manager.cpp280 if (iter == g_mediaSpeedToPlaybackSpeedMap.end()) { in ConvertMediaSpeedToPlaybackSpeed()
607 if (iter == g_doubleToModeTypeMap.end()) { in SetSpeed()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp77 for (auto it = deepLinkReserveUris_.begin(); it != deepLinkReserveUris_.end(); ++it) { in isLinkReserved()
280 in.seekg(0, std::ios::end); in ReadFileInfoJson()
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery.cpp152 auto itr = std::find_if(abilityRecoverys_.begin(), abilityRecoverys_.end(), in RemoveAbility()
156 if (itr != abilityRecoverys_.end()) { in RemoveAbility()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session_manager.cpp269 if (it == eventHandlers_.end()) { in OnEvent()
295 if (it == eventHandlers_.end()) { in OffEvent()
/foundation/ability/ability_runtime/services/common/src/
H A Dapp_utils.cpp303 return std::find(apps.begin(), apps.end(), appIdentifier) != apps.end(); in IsAllowNativeChildProcess()
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/
H A Dauto_fill_manager.cpp223 for (auto it = viewData.nodes.begin(); it != viewData.nodes.end(); ++it) { in IsNeed2SaveRequest()
319 if (iter == extensionCallbacks_.end()) { in GetAutoFillExtensionCallback()
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/
H A Dapp_running_record_test.cpp212 EXPECT_NE(iter, childProcessRecordMap.end()); in HWTEST_F()
237 EXPECT_EQ(iter, childProcessRecordMap.end()); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_test/
H A Ddataobs_mgr_inner_test.cpp305 EXPECT_EQ(true, it != dataObsMgrInner_->obsRecipient_.end()); in HWTEST_F()
310 EXPECT_EQ(false, it != dataObsMgrInner_->obsRecipient_.end()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/
H A Dshared_overlay_manager.cpp118 if (srcSharedIter != srcMap.end()) { in PrepareSharedTransition()
141 if (destSharedIter != destMap.end()) { in PrepareSharedTransition()
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp432 if (iter == items_.end()) { in GetItemIndex()
566 if (iter != items_.end()) { in GetSpecificItem()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h76 double focusEnd; // end of focus
224 void StartIndicatorSpringAnimation(double start, double end);
232 void StartDragRetractionAnimation(); // on handle drag end
258 /* indicator animation end */
489 void InitSwipeToAnimation(double start, double end);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_event_hub.cpp123 if (crossIndexIterator != gridLayoutInfo.gridMatrix_.end()) { in GetGridItemIndex()
127 if (indexIterator != crossIndexMap.end()) { in GetGridItemIndex()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp67 titleBarMenuItems.insert(titleBarMenuItems.end(), toolBarMenuItems.begin(), toolBarMenuItems.end()); in BuildMenu()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp154 for (auto iterator = touchInfoList.begin(); iterator != touchInfoList.end() && i < OH_MAX_TOUCH_POINTS_NUMBER; in SetTouchPoint()
229 tasks_ = std::list<TaskFunction>(taskPool->GetTasks().begin(), taskPool->GetTasks().end()); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_component.cpp179 if (iter != controlButtonIdMap.end()) { in BuildControlButton()
186 if (iter != controlButtonIdMap.end()) { in BuildControlButton()

Completed in 27 milliseconds

1...<<401402403404405406407408409410>>...631