Home
last modified time | relevance | path

Searched refs:empty (Results 51 - 75 of 5041) sorted by relevance

12345678910>>...202

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_nav_path_stack.cpp61 JSRef<JSObject> empty; in CreateNewNavPathStackJSObject() local
63 CHECK_NULL_RETURN(engine, empty); in CreateNewNavPathStackJSObject()
65 CHECK_NULL_RETURN(nativeEngine, empty); in CreateNewNavPathStackJSObject()
71 return empty; in CreateNewNavPathStackJSObject()
76 return empty; in CreateNewNavPathStackJSObject()
82 return empty; in CreateNewNavPathStackJSObject()
87 return empty; in CreateNewNavPathStackJSObject()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_idle_detector.cpp33 if (surfaceName.empty()) { in UpdateSurfaceTime()
38 if (!frameTimeMap_.empty()) { in UpdateSurfaceTime()
95 if (frameTimeMap_.empty()) { in GetSurfaceIdleState()
114 if (appBufferBlackList_.empty() || (!aceAnimatorIdleState_ && in ThirdFrameNeedHighRefresh()
119 if (frameTimeMap_.empty() || in ThirdFrameNeedHighRefresh()
134 if (appBufferList_.empty()) { in GetTouchUpExpectedFPS()
143 if (iter != appBufferList_.end() && frameTimeMap_.empty()) { in GetTouchUpExpectedFPS()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp26 if (navPathList_.empty()) { in Remove()
35 if (navPathList_.empty()) { in Remove()
59 if (!navPathList_.empty()) { in RemoveInNavPathList()
72 if (!preNavPathList_.empty()) { in RemoveInPreNavPathList()
100 if (lastNavPathList_.empty()) { in isLastListContains()
151 if (navPathList_.empty()) { in AddForReplace()
182 if (navPathList.empty()) { in FindIndex()
198 if (navPathList_.empty()) { in Get()
208 if (navPathList_.empty()) { in Get()
246 if (preNavPathList_.empty()) { in GetFromPreBackup()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp113 if (ret != Drawing::FontCheckCode::SUCCESSED || fullNameVec.empty()) { in ProcessInstalledFontPath()
247 if (!path.empty()) { in ParseInstallFontDescSharedPtrByName()
269 if (fullName.empty()) { in GetFontDescSharedPtrByFullName()
305 if (name.empty()) { in HandleMapIntersection()
312 if (finishRet.empty()) { in HandleMapIntersection()
318 if (temp.empty()) { in HandleMapIntersection()
339 if (!finishRet.empty()) { in FilterBoldCache()
355 if (temp.empty()) { in FilterBoldCache()
376 if (!finishRet.empty()) { in FilterWidthCache()
389 if (temp.empty()) { in FilterWidthCache()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_new_test_ng.cpp252 EXPECT_FALSE(overlayManager->menuMap_.empty()); in HWTEST_F()
256 EXPECT_FALSE(overlayManager->menuMap_.empty()); in HWTEST_F()
276 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
285 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
324 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
328 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
351 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
360 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
399 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
403 EXPECT_TRUE(overlayManager->menuMap_.empty()); in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Drouter_map_helper.cpp29 if (info.hapModuleInfos.empty()) { in MergeRouter()
30 APP_LOGW("hapModuleInfos in bundleInfo is empty"); in MergeRouter()
43 if (routerArrayList.empty()) { in MergeRouter()
131 if (!semVer1.prerelease.empty() && semVer2.prerelease.empty()) { in ComparePre()
133 } else if (semVer1.prerelease.empty() && !semVer2.prerelease.empty()) { in ComparePre()
135 } else if (semVer1.prerelease.empty() && semVer2.prerelease.empty()) { in ComparePre()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_sec_uiextension_test.cpp48 * @tc.desc: test when node map is empty or host node is not surface node, expect empty callback data
59 // empty nodeMap in HWTEST_F()
61 ASSERT_TRUE(callbackData.empty()); in HWTEST_F()
66 ASSERT_TRUE(callbackData.empty()); in HWTEST_F()
71 * @tc.desc: test when host node is surface node and one uiextension child, callback data is not empty
92 ASSERT_FALSE(callbackData.empty()); in HWTEST_F()
97 * @tc.desc: test when host node is nullptr, callback data is empty
113 ASSERT_TRUE(callbackData.empty()); in HWTEST_F()
118 * @tc.desc: test when the node does not need to be collected, callback data is empty
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp92 EXPECT_FALSE(audioEncoders.empty()); in HWTEST_F()
108 EXPECT_FALSE(audioDecoders.empty()); in HWTEST_F()
124 EXPECT_FALSE(videoEncoders.empty() || videoEncoders.size() > VIDEO_ENCODER_FOUR); in HWTEST_F()
141 EXPECT_FALSE(videoDecoders.empty() || videoDecoders.size() > VIDEO_DECODER_FOUR); in HWTEST_F()
278 EXPECT_TRUE(audioEncoderIn.mime.empty()); in HWTEST_F()
295 EXPECT_TRUE(audioEncoderOut.mime.empty()); in HWTEST_F()
330 EXPECT_TRUE(audioEncoder.name.empty()); in HWTEST_F()
338 EXPECT_TRUE(audioEncoder.ins.empty()); in HWTEST_F()
345 EXPECT_FALSE(audioEncoder.ins.empty()); in HWTEST_F()
346 EXPECT_TRUE(audioEncoder.outs.empty()); in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_item_component.cpp73 if (strSection_.empty()) { in IsCorrectItem()
82 if (indexKey.empty()) { in IsCorrectItem()
101 if (strSection_.empty()) { in AddIndexKey()
110 if (indexKey.empty()) { in AddIndexKey()
155 if (indexKey.empty()) { in AddIndexKeyForSharp()
159 if (!item->empty()) { in AddIndexKeyForSharp()
192 if (strSection_.empty()) { in RemoveIndexKey()
201 if (indexKey.empty()) { in RemoveIndexKey()
235 if (indexKey.empty()) { in RemoveIndexKeyForSharp()
238 if (item->empty()) { in RemoveIndexKeyForSharp()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_cache_test.cpp55 EXPECT_TRUE(RSImageCache::Instance().uniqueIdList_.empty()); in HWTEST_F()
74 EXPECT_TRUE(imageCache.pixelMapCache_.empty()); in HWTEST_F()
88 EXPECT_FALSE(imageCache.drawingImageCache_.empty()); in HWTEST_F()
120 EXPECT_FALSE(imageCache.drawingImageCache_.empty()); in HWTEST_F()
136 EXPECT_FALSE(imageCache.drawingImageCache_.empty()); in HWTEST_F()
168 EXPECT_FALSE(imageCache.drawingImageCache_.empty()); in HWTEST_F()
186 EXPECT_FALSE(imageCache.drawingImageCache_.empty()); in HWTEST_F()
201 EXPECT_FALSE(imageCache.pixelMapIdRelatedDrawingImageCache_.empty()); in HWTEST_F()
233 EXPECT_FALSE(imageCache.pixelMapIdRelatedDrawingImageCache_.empty()); in HWTEST_F()
251 EXPECT_TRUE(RSImageCache::Instance().uniqueIdList_.empty()); in HWTEST_F()
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_proxy_tracker.cpp87 uint16_t port = (proxyPort.empty() || host.empty()) ? 0 : static_cast<uint16_t>(CommonUtils::StrToUint(proxyPort)); in ReadFromSettingsData()
94 host.empty() ? std::list<std::string>() : ParseExclusionList(proxyExclusions); in ReadFromSettingsData()
101 httpProxy.GetHost().empty() ? Base64::Encode(DEFAULT_HTTP_PROXY_HOST) : Base64::Encode(httpProxy.GetHost()); in WriteToSettingsData()
109 std::string port = httpProxy.GetHost().empty() ? DEFAULT_HTTP_PROXY_PORT : std::to_string(httpProxy.GetPort()); in WriteToSettingsData()
117 exclusions = (httpProxy.GetHost().empty() || exclusions.empty()) ? DEFAULT_HTTP_PROXY_EXCLUSION_LIST : exclusions; in WriteToSettingsData()
124 if (!httpProxy.GetUsername().empty()) { in WriteToSettingsData()
134 if (exclusions.empty() || exclusions == DEFAULT_HTTP_PROXY_EXCLUSION_LIST) { in ParseExclusionList()
156 if (exclusion.empty()) { in GetExclusionsAsString()
[all...]
/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp73 if (!typeCfgs.first.empty()) { in CheckTypesFormat()
76 if (!typeCfgs.second.empty()) { in CheckTypesFormat()
87 if (typeCfg.belongingToTypes.empty()) { in CheckTypesFormat()
88 LOG_ERROR(UDMF_CLIENT, "BelongingToTypes can not be empty, bundleName: %{public}s.", bundleName.c_str()); in CheckTypesFormat()
92 if (mimeType.empty()) { in CheckTypesFormat()
93 LOG_ERROR(UDMF_CLIENT, "mimeType can not be an empty string, typeId: %{public}s.", in CheckTypesFormat()
106 if (!typeCfgs.first.empty()) { in CheckTypesRelation()
109 if (!typeCfgs.second.empty()) { in CheckTypesRelation()
150 if (belongingToType.empty()) { in CheckBelongingToTypes()
151 LOG_ERROR(UDMF_CLIENT, "BelongingToType can not be an empty strin in CheckBelongingToTypes()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/utils/
H A Ddh_context_test.cpp52 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
55 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
58 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
61 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
64 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
67 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
70 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
76 EXPECT_EQ(false, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
82 EXPECT_EQ(false, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
85 EXPECT_EQ(true, DHContext::GetInstance().devIdEntrySet_.empty()); in HWTEST_F()
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine_utils.cpp56 if (wakeupVersion.empty()) { in GetWakeupVesion()
57 INTELL_VOICE_LOG_ERROR("wakeupVersion empty"); in GetWakeupVesion()
65 if (tokens.size() != WAKEUP_VERSION_SPLIT_NUM || tokens[1].empty()) { in GetWakeupVesion()
66 INTELL_VOICE_LOG_INFO("wakeupVersion split empty (%{public}zu)", tokens.size()); in GetWakeupVesion()
74 INTELL_VOICE_LOG_INFO("vesion split empty"); in GetWakeupVesion()
93 if (versionNumber.empty()) { in SaveWakeupVesion()
107 if (versionNumberSave.empty()) { in IsVersionUpdate()
113 if (versionNumberCur.empty()) { in IsVersionUpdate()
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Ddata_queue.cpp58 if (!queue_.empty()) { in Pop()
63 } else if (queue_.empty() && finishFlag_) { in Pop()
105 while (!queue_.empty()) { in Clear()
118 if (!queue_.empty()) { in Pop()
123 } else if (queue_.empty() && finishFlag_) { in Pop()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_router.cpp24 if (pages_.empty()) { in GetEntry()
33 if (uri.empty()) { in GetPagePath()
36 if (pages_.empty()) { in GetPagePath()
53 if (uri.empty()) { in GetPagePath()
99 if (pages_.empty()) { in RouterParse()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_strategy.cpp67 if (cloudInfo.version.empty() || localInfo.version.empty()) { in IsSameVersion()
82 if (localInfo.originDev.empty() && localInfo.device.empty()) { in IsIgnoreUpdate()
99 !localInfo.version.empty() && localInfo.version == cloudInfo.version && in IsSameRecord()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp45 if (context->needAutoLoadCallerBundleName && context->callerBundleName.empty()) { in operator ()()
61 if (!queryParams[USER_PARAM].empty()) { in GetInfoFromProxyURI()
68 if (!queryParams[TOKEN_ID_PARAM].empty()) { in GetInfoFromProxyURI()
75 if (!queryParams[DST_BUNDLE_NAME_PARAM].empty()) { in GetInfoFromProxyURI()
84 if (!queryParams[APP_INDEX].empty()) { in GetAppIndexFromProxyURI()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/localhardwaremanager/localhardwaremanager/src/
H A Dlocal_hardware_manager_test.cpp43 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
57 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
71 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
85 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
100 EXPECT_EQ(true, LocalHardwareManager::GetInstance().pluginListenerMap_.empty()); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_proxy.cpp51 if (bundleName.empty()) { in AddExtResource()
52 APP_LOGE("fail to AddExtResource due to bundleName is empty"); in AddExtResource()
55 if (filePaths.empty()) { in AddExtResource()
56 APP_LOGE("fail to AddExtResource due to filePaths is empty"); in AddExtResource()
87 if (bundleName.empty()) { in RemoveExtResource()
88 APP_LOGE("fail to RemoveExtResource due to bundleName is empty"); in RemoveExtResource()
91 if (moduleNames.empty()) { in RemoveExtResource()
92 APP_LOGE("fail to RemoveExtResource due to moduleNames is empty"); in RemoveExtResource()
123 if (bundleName.empty()) { in GetExtResource()
124 APP_LOGE("fail to GetExtResource due to bundleName is empty"); in GetExtResource()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp59 if (info.second.deployingAppqfInfo.hqfInfos.empty()) { in CheckAppQuickFixInfos()
60 LOG_E(BMS_TAG_DEFAULT, "error: hqfInfo is empty, moduleName does not exist"); in CheckAppQuickFixInfos()
110 (!qfInfo.nativeLibraryPath.empty() && !bundleInfo.applicationInfo.nativeLibraryPath.empty()); in CheckPatchNativeSoWithInstalledBundle()
136 if (!hapModuleInfoNativeLibraryPath.empty() && !hqfInfoNativeLibraryPath.empty()) { in CheckPatchNativeSoWithInstalledBundle()
186 if (deployedAppqfInfo.hqfInfos.empty()) { in CheckCommonWithInstalledBundle()
203 if (info.second.deployingAppqfInfo.hqfInfos.empty()) { in CheckModuleNameExist()
204 LOG_E(BMS_TAG_DEFAULT, "info is empty"); in CheckModuleNameExist()
228 if (bundleInfo.signatureInfo.appIdentifier.empty() || provisionInf in CheckSignatureInfo()
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dref_uri.h85 * @brief Check if this is empty RefUri (i.e. default constructed).
130 * Returns empty string for "ref:/.." and "ref:/[/]".
206 RefUri empty {}; in IsEmpty()
207 // ignore the context specific flag for empty check in IsEmpty()
208 empty.SetAbsoluteInterpretation(GetAbsoluteInterpretation()); in IsEmpty()
209 return *this == empty; in IsEmpty()
214 return IsValid() && !segments_.empty() && segments_[0].type == Node::PROPERTY; in ReferencesProperty()
245 return segments_.empty() ? "" : segments_.front().name; in ReferencedName()
292 if (segments_.empty()) { in ToString()
359 } else if (seg == ".." && !segments_.empty()) { in AddSegment()
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dsubscribe_manager_test.cpp146 bool ret = SubscribeManager::GetInstance().uidSubsMap_.empty(); in HWTEST_F()
160 bool ret = SubscribeManager::GetInstance().uidSubsMap_.empty(); in HWTEST_F()
163 ret = SubscribeManager::GetInstance().uidSubsMap_.empty(); in HWTEST_F()
177 bool ret = SubscribeManager::GetInstance().uidSubsMap_.empty(); in HWTEST_F()
180 ret = SubscribeManager::GetInstance().uidSubsMap_.empty(); in HWTEST_F()
195 bool ret = SubscribeManager::GetInstance().notifiersMap_.empty(); in HWTEST_F()
282 bool ret = SubscribeManager::GetInstance().notifiersMap_.empty(); in HWTEST_F()
286 ret = SubscribeManager::GetInstance().notifiersMap_.empty(); in HWTEST_F()
306 bool ret = SubscribeManager::GetInstance().notifiersMap_.empty(); in HWTEST_F()
326 bool ret = SubscribeManager::GetInstance().notifiersMap_.empty(); in HWTEST_F()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp75 if (str.empty() || pos >= str.length()) { in SplitString()
97 if (!strs[index].empty()) { in JoinString()
101 if (!out.empty()) { in JoinString()
119 if (path.empty()) { in FixExtName()
169 if (moduleInstallPath.empty()) { in MakeNewJsModulePath()
176 if (pathVector.empty()) { in MakeNewJsModulePath()
190 if (pathVector.empty()) { in MakeNewJsModulePath()
264 if (!path.empty()) { in FindNpmPackageInTopLevel()
275 if (!newJsModulePath.empty()) { in FindNpmPackage()
279 if (moduleInstallPath.empty()) { in FindNpmPackage()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_file_operations.cpp59 // only support CloseAsset when networkId is not empty in HandleFileOperation()
61 if (!networkId.empty() && cmd.GetOprnType() != OperationType::CLOSE) { in HandleFileOperation()
146 if (strFileId.empty()) { in ModifyFileOperation()
152 if (srcPath.empty()) { in ModifyFileOperation()
189 if (!groupBy.empty()) { in SolvePendingInQuery()
375 if (selection.empty()) { in ReplaceSelectionAndArgsInQuery()
384 if (!keyInstead.empty()) { in ReplaceSelectionAndArgsInQuery()
429 if (!whereClause.empty()) { in BuildCompatQuerySql()
433 if (!whereArgs.empty()) { in BuildCompatQuerySql()
459 if (!groupBy.empty()) { in BuildQueryFileSql()
[all...]

Completed in 17 milliseconds

12345678910>>...202