Home
last modified time | relevance | path

Searched refs:empty (Results 1101 - 1125 of 10159) sorted by relevance

1...<<41424344454647484950>>...407

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dnative_lib_util.cpp35 if (hapInfo.nativeLibraryPath.empty()) { in GetHapSoPath()
36 TAG_LOGD(AAFwkTag::APPKIT, "Lib path of %{public}s is empty, lib isn't isolated or compressed", in GetHapSoPath()
56 if (hspInfo.nativeLibraryPath.empty()) { in GetHspNativeLibPath()
87 if (patchNativeLibraryPath.empty()) { in GetPatchNativeLibPath()
88 TAG_LOGD(AAFwkTag::APPKIT, "Patch lib path of %{public}s is empty", hapInfo.moduleName.c_str()); in GetPatchNativeLibPath()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Duncaught_exception_callback.cpp76 if (errorStack.empty()) { in operator ()()
77 TAG_LOGE(AAFwkTag::JSENV, "errorStack is empty"); in operator ()()
98 if (!str.empty()) { in operator ()()
118 if (i != 0 && !buildId.empty()) { in GetBuildId()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_session.cpp66 if (remoteDevice.deviceId.empty()) { in AddDevice()
75 if (deviceId.empty()) { in RemoveDevice()
84 if (authInfo.deviceId.empty()) { in StartAuth()
/foundation/ability/ability_runtime/test/unittest/resident_process_manager_test/
H A Dresident_process_manager_test.cpp136 EXPECT_TRUE(manager->residentAbilityInfos_.empty()); in HWTEST_F()
156 EXPECT_TRUE(manager->failedResidentAbilityInfos_.empty()); in HWTEST_F()
163 EXPECT_TRUE(manager->failedResidentAbilityInfos_.empty()); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Diability_monitor.cpp39 if (abilityName_.empty() || aName.empty()) { in Match()
51 if (!moduleName_.empty() && moduleName_.compare(aModuleName) != 0) { in Match()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_queue.cpp113 while (!pktSortCacheMap_.empty()) { in Flush()
125 if (pktSortCacheMap_.empty()) { in PopPacket()
166 while ((!pktSortCacheMap_.empty() && pktSortCacheMap_.begin()->first == nextSeqOut_)) { in TryPopPacket()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp79 if (tokens.empty()) { in OnAbilitysDebugStarted()
80 TAG_LOGW(AAFwkTag::ABILITYMGR, "tokens empty"); in OnAbilitysDebugStarted()
94 if (tokens.empty()) { in OnAbilitysDebugStoped()
95 TAG_LOGW(AAFwkTag::ABILITYMGR, "tokens empty"); in OnAbilitysDebugStoped()
110 if (tokens.empty()) { in OnAbilitysAssertDebugChange()
111 TAG_LOGW(AAFwkTag::ABILITYMGR, "tokens empty"); in OnAbilitysAssertDebugChange()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_utils.cpp52 if (items.empty()) { in PreloadGridItems()
56 const bool taskAdded = !pattern->GetPreloadItemList().empty(); in PreloadGridItems()
74 if (items.empty()) { in PreloadGridItemsHelper()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.cpp79 if (val.empty()) { in SetAnimateAttr()
87 if (val.empty()) { in SetAnimateAttr()
107 if (val.empty()) { in SetAnimateAttr()
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_component.h52 LOGE("background is empty when set back decoration."); in SetBackground()
68 LOGE("content is empty when set content."); in SetContent()
131 if (pageTransitionStack_.empty()) { in PopPageTransition()
144 while (!pageTransitionStack_.empty()) { in ClearPageTransitionStack()
162 if (pageTransitionStack_.empty()) { in GetTopPageTransition()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg.h67 if (id.empty() || mask == nullptr) { in AddHrefNode()
83 if (id.empty() || component == nullptr) { in AddHrefComponent()
99 if (id.empty() || declaration == nullptr) { in AddHrefDeclaration()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dpicture_animation.h72 if (pictures_.empty()) { in AddPicture()
98 if (pictures_.empty()) { in AutoScale()
133 if (pictures_.empty()) {
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.cpp43 if (pageUrl.empty()) { in Init()
87 if (id.empty()) { in ParseShareNode()
104 if (id.empty() || duration <= 0) { in ParseExposureCfg()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.cpp57 SetLocale(languageLower, countryOrRegionUpper, (script.empty()) ? "" : script, ""); in ChangeLocale()
69 if (!script_.empty()) { in SetLocale()
72 if (!countryOrRegion_.empty()) { in SetLocale()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dasset_manager_impl.cpp48 if (assetName.empty()) { in GetAsset()
72 if (assetName.empty()) { in GetAssetFromI18n()
95 if (!assetPath.empty()) { in GetAssetPath()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_referee.h51 return highRecognizers_.empty() && lowRecognizers_.empty() && parallelRecognizers_.empty(); in IsEmpty()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.cpp54 if (components.empty()) { in MergeRSNode()
69 if (components.empty()) { in MergeRSNode()
86 if (components.empty() || head == components.end() || tail == components.rend()) { in MergeRSNode()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dmime_type_mgr.cpp52 if (tmpMimeTypes.empty()) { in GetMimeTypeByUri()
53 APP_LOGD("tmpMimeTypes empty"); in GetMimeTypeByUri()
58 return !mimeTypes.empty(); in GetMimeTypeByUri()
105 if (ret != ERR_OK || utdVector.empty()) { in GetUtdVectorByUri()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource_drawable_utils.cpp48 if (foreground.empty() && background.empty()) { in ConvertToDrawableDescriptor()
57 if (background.empty()) { in ConvertToDrawableDescriptor()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_sign_data_cache_mgr.cpp36 if (isLocked_ && (ret == ERR_APPEXECFWK_INSTALLD_SIGN_AOT_DISABLE) && !pendSignData.empty()) { in AddPendSignData()
37 if (aotArgs.bundleName.empty() || aotArgs.moduleName.empty()) { in AddPendSignData()
38 APP_LOGE("empty bundle or/and module name error"); in AddPendSignData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_observer.cpp41 if (!colorMode.empty() && (colorMode != BundleSystemState::GetInstance().GetSystemColorMode())) { in OnConfigurationUpdated()
47 if (!language.empty() && (language != BundleSystemState::GetInstance().GetSystemLanguage())) { in OnConfigurationUpdated()
54 if (!theme.empty()) { in OnConfigurationUpdated()
H A Dresource_info.cpp37 * if moduleName and abilityName both empty, it represents bundle resource, in GetKey()
40 if (!abilityName_.empty()) { in GetKey()
41 key = moduleName_.empty() ? key : (key + SEPARATOR + moduleName_); in GetKey()
42 key = abilityName_.empty() ? key : (key + SEPARATOR + abilityName_); in GetKey()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_data.cpp74 if (jsonObject.is_discarded() || !jsonObject.is_array() || jsonObject.empty()) { in ParseDefaultApplicationConfig()
88 if (element.type.empty() || !DefaultAppMgr::VerifyElementFormat(element)) { in ParseDefaultApplicationConfig()
93 if (normalizedTypeVector.empty()) { in ParseDefaultApplicationConfig()
94 LOG_W(BMS_TAG_DEFAULT, "normalizedTypeVector empty"); in ParseDefaultApplicationConfig()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dspirv_cross_helpers_gles.cpp116 if (!shaderIn.empty()) { in InsertDefines()
131 if (shaderTemplate.empty()) { in Specialize()
134 if (data.data.empty()) { in Specialize()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_policy.cpp57 if (data.empty()) { in HgmConfigChangeCallback()
66 if (item.animType.empty() || item.animName.empty()) { in HgmConfigChangeCallback()

Completed in 11 milliseconds

1...<<41424344454647484950>>...407