/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | js_service_extension_context.cpp | 280 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 D | app_mgr_proxy.cpp | 775 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 D | ams_app_life_cycle_module_test.cpp | 163 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 D | js_app_manager.cpp | 432 (!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 D | menu_view.cpp | 224 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 D | datepicker_column_pattern.cpp | 100 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 D | js_ui_extension_context.cpp | 238 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 D | frame_node_test_ng_new.cpp | 270 * @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 D | canvas_custom_paint_method_test_ng.cpp | 1349 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 D | rich_editor_overlay_test_ng.cpp | 834 * @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 D | skia_decoration_painter.cpp | 204 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 D | inspector_composed_element.cpp | 395 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 D | drawing_decoration_painter.cpp | 176 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 D | timepicker_column_pattern.cpp | 104 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 D | node_api.cpp | 71 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 D | pipeline_context_test_ng_new.cpp | 71 * @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 D | bms_service_startup_test.cpp | 91 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 D | hencoder.cpp | 779 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 D | animation_system.cpp | 763 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 D | rs_properties_painter_test.cpp | 941 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 D | video_player_napi.cpp | 404 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 D | smart_album_napi.cpp | 692 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 D | input_manager_command.cpp | 217 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 D | standby_service_impl.cpp | 337 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 D | standby_service_unit_test.cpp | 351 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()
|