Home
last modified time | relevance | path

Searched refs:empty (Results 1651 - 1675 of 5080) sorted by relevance

1...<<61626364656667686970>>...204

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dcalc_dimension.h63 return calcvalue_.empty() ? Dimension::ToString() : calcvalue_ + "calc"; in ToString()
/foundation/arkui/ace_engine/adapter/ohos/capability/preference/
H A Dstorage_impl.h33 if (fileName.empty()) { in StorageImpl()
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Drender_chart.cpp48 if (mainCharts_.empty()) { in Update()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dthp_extra_manager_impl.cpp54 if (jsonStr.empty()) { in Init()
/foundation/arkui/ace_engine/test/unittest/core/common/resource/
H A Dresource_manager_test.cpp88 * @tc.expect: The resourceAdapters_ is empty. in HWTEST_F()
91 EXPECT_FALSE(ResourceManager::GetInstance().resourceAdapters_.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/base/
H A Dleast_square_impl_test.cpp45 EXPECT_TRUE(params.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_accessibility_property.cpp43 if (value.empty()) { in GetText()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpath_layout_algorithm.cpp45 CHECK_NULL_RETURN(!pathCommands.empty(), SizeF()); in MeasureContent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_event_hub.h62 if (!id.empty()) { in UpdateChangeEvent()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dblank_composed_element.cpp57 if (color.empty() || color == "NONE") { in GetColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.cpp33 if (segmentTails_.empty() || itemIdx < 0) { in GetSegment()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dsole_child_element.cpp34 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild()
/foundation/arkui/ace_engine/interfaces/napi/kits/grid/
H A Djs_grid.cpp25 if (gridInfo.empty()) { in JSGridGetSystemLayoutInfo()
26 LOGE("gridInfo is empty"); in JSGridGetSystemLayoutInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.cpp34 if (it == pool_.end() || it->second.empty()) { in Allocate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_ai_checker.cpp27 // empty string check in NeedAIAnalysis()
28 if (content.empty()) { in NeedAIAnalysis()
29 TAG_LOGI(AceLogTag::ACE_TEXTINPUT, "NeedAIAnalysis content empty,return!"); in NeedAIAnalysis()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dbusiness_error.h48 if ((str).empty()) { \
49 APP_LOGE("Parameter error. %{public}s is empty", (strName).c_str()); \
50 std::string errMessage = "BusinessError 401: Parameter error. parameter " + (strName) + " is empty"; \
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_event_subscriber.cpp44 if (oldId.empty() || !OHOS::StrToInt(oldId, oldUserId)) { in OnReceiveEvent()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_scanner.cpp44 if (!dirPath.empty()) { in Scan()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_finalizers_pack.h41 return finalizers_.empty(); in Empty()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_importer.cpp47 if (json.empty()) { in ImportAsTree()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_container_query.h38 * If the list is empty, all known containers are returned. */
47 * If the list is empty, all known containers are returned.
81 if (auto c = FindAllContainers({ { T::UID }, 1 }); !c.empty()) { in FindAnyContainer()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/transaction/
H A Drs_transaction_metric_collector_test.cpp80 ASSERT_TRUE(collector.pidMetrics_.empty()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_uni_render_judgement.cpp67 if (!configFile.is_open() || !SafeGetLine(configFile, line) || line.empty()) { // default case in InitUniRenderWithConfigFile()
/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp68 if (partialPath.empty() || partialPath.length() >= PATH_MAX) { in ConvertFullPath()
H A Ddump_buffer.cpp40 FALSE_RETURN_MSG((para == "w" || para == "a") && !fileName.empty(), "para or fileName is invalid."); in DumpAVBufferToFile()

Completed in 12 milliseconds

1...<<61626364656667686970>>...204