/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | calc_dimension.h | 63 return calcvalue_.empty() ? Dimension::ToString() : calcvalue_ + "calc"; in ToString()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/preference/ |
H A D | storage_impl.h | 33 if (fileName.empty()) { in StorageImpl()
|
/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | render_chart.cpp | 48 if (mainCharts_.empty()) { in Update()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | thp_extra_manager_impl.cpp | 54 if (jsonStr.empty()) { in Init()
|
/foundation/arkui/ace_engine/test/unittest/core/common/resource/ |
H A D | resource_manager_test.cpp | 88 * @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 D | least_square_impl_test.cpp | 45 EXPECT_TRUE(params.empty()); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_accessibility_property.cpp | 43 if (value.empty()) { in GetText()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | path_layout_algorithm.cpp | 45 CHECK_NULL_RETURN(!pathCommands.empty(), SizeF()); in MeasureContent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_event_hub.h | 62 if (!id.empty()) { in UpdateChangeEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | blank_composed_element.cpp | 57 if (color.empty() || color == "NONE") { in GetColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_info_base.cpp | 33 if (segmentTails_.empty() || itemIdx < 0) { in GetSegment()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | sole_child_element.cpp | 34 const auto& child = children_.empty() ? nullptr : children_.front(); in PerformBuild()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/grid/ |
H A D | js_grid.cpp | 25 if (gridInfo.empty()) { in JSGridGetSystemLayoutInfo() 26 LOGE("gridInfo is empty"); in JSGridGetSystemLayoutInfo()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_item_pool.cpp | 34 if (it == pool_.end() || it->second.empty()) { in Allocate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_input_ai_checker.cpp | 27 // 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 D | business_error.h | 48 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 D | bundle_resource_event_subscriber.cpp | 44 if (oldId.empty() || !OHOS::StrToInt(oldId, oldUserId)) { in OnReceiveEvent()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_scanner.cpp | 44 if (!dirPath.empty()) { in Scan()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_finalizers_pack.h | 41 return finalizers_.empty(); in Empty()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | json_importer.cpp | 47 if (json.empty()) { in ImportAsTree()
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_container_query.h | 38 * 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 D | rs_transaction_metric_collector_test.cpp | 80 ASSERT_TRUE(collector.pidMetrics_.empty()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_uni_render_judgement.cpp | 67 if (!configFile.is_open() || !SafeGetLine(configFile, line) || line.empty()) { // default case in InitUniRenderWithConfigFile()
|
/foundation/multimedia/media_foundation/src/osal/utils/ |
H A D | util.cpp | 68 if (partialPath.empty() || partialPath.length() >= PATH_MAX) { in ConvertFullPath()
|
H A D | dump_buffer.cpp | 40 FALSE_RETURN_MSG((para == "w" || para == "a") && !fileName.empty(), "para or fileName is invalid."); in DumpAVBufferToFile()
|