Home
last modified time | relevance | path

Searched refs:empty (Results 9576 - 9600 of 11271) sorted by relevance

1...<<381382383384385386387388389390>>...451

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Djs_service_extension_context.cpp280 if (urlValue.empty()) { in CheckUrl()
284 if (uri.GetScheme().empty() || uri.GetHost().empty()) { in CheckUrl()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_proxy.cpp775 if (renderParam.empty() || ipcFd <= 0 || sharedFd <= 0 || crashFd <= 0) { in StartRenderProcess()
1596 if (request.srcEntry.empty()) { in StartChildProcess()
1916 if (libName.empty() || !callback) { in StartNativeChildProcess()
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp163 if (!process.empty()) { in GetAbilityInfo()
1680 EXPECT_TRUE(recordMap.empty()); in HWTEST_F()
1757 EXPECT_TRUE(recordMap.empty()); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_manager.cpp432 (!ConvertFromJsValue(env, argv[INDEX_TWO], bundleName) || bundleName.empty())) { in OnOnAbilityFirstFrameState()
433 TAG_LOGE(AAFwkTag::APPMGR, "Get bundleName error or bundleName empty!"); in OnOnAbilityFirstFrameState()
711 if (!ConvertFromJsValue(env, argv[0], bundleName) || bundleName.empty()) { in OnGetRunningMultiAppInfo()
931 if (!ConvertFromJsValue(env, argv[0], bundleName) || bundleName.empty()) { in OnClearUpAppData()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp224 if (!params[i].icon.empty() || params[i].isPasteOption) { in GetHasIcon()
962 if (!menuParam.title.empty()) { in Create()
999 if (i == 0 && menuParam.title.empty()) { in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp100 if (optionProperties_.empty()) { in OnModifyDone()
356 if (!(fontManager->GetAppCustomFont().empty())) { in InitTextFontFamily()
570 if (!optionProperties_.empty()) { in AddAnimationTextProperties()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension_context.cpp238 if (urlValue.empty()) { in CheckUrl()
242 if (uri.GetScheme().empty() || uri.GetHost().empty()) { in CheckUrl()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp270 * @tc.expected: expect MouseResponseRegion is not empty. in HWTEST_F()
277 EXPECT_FALSE(gestureEventHub->GetMouseResponseRegion().empty()); in HWTEST_F()
294 * @tc.expected: expect GetResponseRegion is not empty. in HWTEST_F()
302 EXPECT_FALSE(gestureEventHub->GetResponseRegion().empty()); in HWTEST_F()
1099 EXPECT_TRUE(allowDrop.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_custom_paint_method_test_ng.cpp1349 EXPECT_TRUE(paintMethod->matrixStates_.empty()); in HWTEST_F()
1370 EXPECT_TRUE(imageData1.data.empty()); in HWTEST_F()
1401 EXPECT_TRUE(paintMethod->matrixStates_.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp834 * @tc.desc: test show single handle with empty text
1099 EXPECT_TRUE(richEditorPattern->selectionMenuMap_.empty()); in HWTEST_F()
1104 EXPECT_FALSE(richEditorPattern->selectionMenuMap_.empty()); in HWTEST_F()
1108 EXPECT_FALSE(richEditorPattern->selectionMenuMap_.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp204 if (colorStops_.empty()) { in ToSkColors()
872 if (skPoints.empty()) { in SkiaCreatePolygon()
884 if (path->GetValue().empty()) { in SkiaCreatePath()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp395 auto child = children_.empty() ? nullptr : children_.front(); in GetInspectorNode()
400 child = child->GetChildren().empty() ? nullptr : child->GetChildren().front(); in GetInspectorNode()
1411 child = rootElement->GetChildren().empty() ? nullptr : rootElement->GetChildren().front(); in UpdateChildWithSlot()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_decoration_painter.cpp176 if (colorStops_.empty()) { in ToRSColors()
850 if (rsPoints.empty()) { in DrawingCreatePolygon()
862 if (path->GetValue().empty()) { in DrawingCreatePath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp104 if (optionProperties_.empty()) { in OnModifyDone()
427 if (!(fontManager->GetAppCustomFont().empty())) { in InitTextFontFamily()
639 if (!optionProperties_.empty()) { in AddAnimationTextProperties()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp71 if (src.empty()) { in WriteStringToBuffer()
152 if (!g_eventQueue.empty()) { in CheckEvent()
176 if (!g_eventQueue.empty()) { in CheckEvent()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp71 * @tc.steps4: change isSubPipeline_ and call RequestFocus with empty string in HWTEST_F()
72 * @tc.expect: RequestFocus empty string return false. in HWTEST_F()
87 * @tc.steps4: change isSubPipeline_ and call RequestFocus with empty string in HWTEST_F()
88 * @tc.expect: RequestFocus empty string return false. in HWTEST_F()
518 ASSERT_TRUE(context_->needRenderNode_.empty()); in HWTEST_F()
560 EXPECT_TRUE(context_->animationClosuresList_.empty()); in HWTEST_F()
910 EXPECT_TRUE(context_->touchEvents_.empty()); in HWTEST_F()
913 * @tc.steps3: Call the function OnIdle with touchEvents_ is not empty. in HWTEST_F()
977 * @tc.expected: No animation is generated. The pending flag stack is empty. in HWTEST_F()
1249 * @tc.expected: The GetSafeArea is empty, an in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp91 EXPECT_EQ(true, innerBundleUserInfoMaps.empty()); in HWTEST_F()
105 EXPECT_EQ(false, installInfos.empty()); in HWTEST_F()
119 EXPECT_EQ(false, bundleDirs.empty()); in HWTEST_F()
244 * @tc.desc: 1. test empty installinfos and userInfoMaps
1252 * @tc.desc: CreateStream when param is empty.
1266 * @tc.desc: CreateSignatureFileStream when param is empty.
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp779 if (inputBufferPool_.empty()) { in UpdateFormatFromSurfaceBuffer()
1254 while (!avaliableBuffers_.empty()) { in TraverseAvaliableBuffers()
1273 if (avaliableBuffers_.empty() && !GetOneBufferFromSurface()) { in TraverseAvaliableSlots()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.cpp763 return !animationQuery_.GetResults().empty(); in Update()
1169 if (!timestamps.empty()) { in Calculate()
1205 if (outputHandle->data.empty()) { in AnimateTracks()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp941 EXPECT_TRUE(!properties.illuminatedPtr_->lightSourcesAndPosMap_.empty()); in HWTEST_F()
982 EXPECT_EQ(lightSourcesAndPosVec.empty(), false); in HWTEST_F()
986 EXPECT_NE(lightSourcesAndPosVec.empty(), true); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_player_napi.cpp404 if (asyncContext->surface.empty() || asyncContext->surface[0] < '0' || asyncContext->surface[0] > '9') { in AsyncSetDisplaySurface()
920 if (videoInfo.empty()) { in AsyncGetTrackDescription()
921 asyncContext->SignError(MSERR_EXT_OPERATE_NOT_PERMIT, "video/audio track info is empty"); in AsyncGetTrackDescription()
1153 if (jsPlayer->url_.empty()) { in SetVideoScaleType()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dsmart_album_napi.cpp692 if (coverUri.empty() || (coverUri.find(MEDIALIBRARY_MEDIA_PREFIX) == string::npos)) { in CommitModifyNative()
836 NAPI_ASSERT(env, argv != nullptr, "Argument list is empty"); in ConvertCommitJSArgsToNative()
892 NAPI_ASSERT(env, argv != nullptr, "Argument list is empty"); in GetJSArgsForAsset()
1054 if (!tmp.empty()) { in GetFetchOptionsParam()
1060 if (!tmp.empty()) { in GetFetchOptionsParam()
1091 NAPI_ASSERT(env, argv != nullptr, "Argument list is empty"); in ConvertJSArgsToNative()
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp217 if (!arg3.empty() && arg3.at(0) == '-') { in ParseCommand()
273 if (!arg5.empty() && arg5.at(0) == '-') { in ParseCommand()
1591 if (state.empty()) { in ParseCommand()
1768 std::cout << "The input is empty." << std::endl; in ProcessKeyboardTextInput()
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp337 if (pidNameMap.empty()) { in ParsePersistentData()
488 if (resourcesApply.empty()) { in GetExemptedResourceType()
1305 if (allowInfoMap_.empty()) { in DumpAllowListInfo()
1306 result += "allow resources record is empty\n"; in DumpAllowListInfo()
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp351 EXPECT_TRUE(StandbyServiceImpl::GetInstance()->allowInfoMap_.empty()); in HWTEST_F()
622 EXPECT_FALSE(allowRecord->allowTimeList_.empty()); in HWTEST_F()
1085 EXPECT_TRUE(StandbyServiceImpl::GetInstance()->allowInfoMap_.empty()); in HWTEST_F()

Completed in 68 milliseconds

1...<<381382383384385386387388389390>>...451