Home
last modified time | relevance | path

Searched refs:empty (Results 5326 - 5350 of 10130) sorted by relevance

1...<<211212213214215216217218219220>>...406

/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_util.cpp67 if (!name.empty()) { in GetRoutedResource()
74 if (!name.empty()) { in GetRoutedResource()
155 if (!renderPass.attachments.empty()) { in CreateInputRenderPass()
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_queue.cpp65 if (!events.empty()) { in CheckEventInListLocked()
202 if ((!owner) || (name.empty())) { in Remove()
321 if (!idleEvents_.empty()) { in GetExpiredEventLocked()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp288 if (info.resId < 0 && !info.params.empty() && info.params[0].size() > 0) { in ParseResourcePath()
303 if (info.params.empty()) { in ParseResourcePath()
473 if (!context->filePath.empty()) { in OnLoadFontAsync()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp96 while (!parentStack.empty()) { in DumpNodeAbsoluteProperties()
521 if (animationManager.animations_.empty()) { in DumpNodeAnimations()
563 if (!node.disappearingChildren_.empty()) { in DumpNodeChildrenListUpdate()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp244 if (tmpOut.empty()) { in IDCapabilityCheck()
265 if (tmpOut.empty()) { in DDCapabilityCheck()
438 if (!tmp.empty()) { in ExtractFixedCap()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_base.cpp629 if (!audioType_.empty()) { in GetOutputFileName()
632 if (!videoType_.empty()) { in GetOutputFileName()
635 if (!coverType_.empty()) { in GetOutputFileName()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp324 if (path.empty()) { in GetFormatByPath()
382 if (pathVal.empty()) { in GetFormat()
383 MEDIA_ERR_LOG("path is empty"); in GetFormat()
404 if (format.empty()) { in Strftime()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp35 if (dragData.shadowInfos.empty()) { in StartDrag()
36 FI_HILOGE("shadowInfos is empty"); in StartDrag()
116 if (hasRegistered_ && dragListeners_.empty()) { in RemoveDraglistener()
162 if (hasSubscriptRegistered_ && subscriptListeners_.empty()) { in RemoveSubscriptListener()
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp149 if (it == callbacks.end() || it->second.empty()) { in GetPreSubscribeId()
150 MMI_HILOGE("The callbacks is empty"); in GetPreSubscribeId()
175 if (info.empty()) { in DelEventCallbackRef()
186 if (info.empty()) { in DelEventCallbackRef()
/foundation/multimodalinput/input/intention/cooperate/client/src/
H A Dcooperate_client.cpp88 if (isListeningProcess_ && devCooperateListener_.empty()) { in UnregisterListener()
257 if (eventListener_[networkId].empty()) { in UnregisterEventListener()
315 if (!devHotAreaListener_.empty()) { in RemoveHotAreaListener()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp403 if (mode.empty() || mode.length() > MAX_RES_MODE_LEN) { in RequestDeviceMode()
424 if (actions->modeMap.empty() || (isTagOnOff && actions->isLongTimePerf)) { in MatchDeviceModeCmd()
429 if (recordDeviceMode_.empty()) { in MatchDeviceModeCmd()
/foundation/resourceschedule/device_usage_statistics/frameworks/src/
H A Dbundle_active_app_group_napi.cpp66 if (params.bundleName.empty()) { in GetQueryAppGroupBundleName()
67 BUNDLE_ACTIVE_LOGW("ParseSetAppGroupParameters failed, bundleName is empty."); in GetQueryAppGroupBundleName()
180 if (params.bundleName.empty()) { in ParseQueryAppGroupSyncParameters()
181 BUNDLE_ACTIVE_LOGE("ParseQueryAppGroupParameters failed, bundleName is empty."); in ParseQueryAppGroupSyncParameters()
248 if (params.bundleName.empty()) { in GetSetAppGroupBundleName()
249 BUNDLE_ACTIVE_LOGE("ParseSetAppGroupParameters failed, bundleName is empty."); in GetSetAppGroupBundleName()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp98 if (srcPath.empty()) { in Init()
453 if (!Extension::abilityInfo_->srcPath.empty()) { in GetSrcPath()
460 if (!Extension::abilityInfo_->srcEntrance.empty()) { in GetSrcPath()
/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite.cpp274 if (displayListeners_.empty() && displayManagerListener_ != nullptr) { in UnregisterDisplayListener()
382 if (foldStatusListeners_.empty() && foldStatusListenerAgent_ != nullptr) { in UnregisterFoldStatusListener()
451 if (displayModeListeners_.empty() && displayModeListenerAgent_ != nullptr) { in UnregisterDisplayModeListener()
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_controller.cpp380 if (jsCbMap_.empty() || jsCbMap_.find(type) == jsCbMap_.end()) { in IfCallbackRegistered()
488 if (jsCbMap_.empty() || jsCbMap_.find(type) == jsCbMap_.end()) { in UnRegisterListenerWithType()
523 if (jsCbMap_[type].empty()) { in UnRegisterListenerWithType()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils_test.cpp231 EXPECT_EQ(ret.empty(), true); in HWTEST_F()
235 EXPECT_EQ(ret.empty(), false); in HWTEST_F()
379 EXPECT_EQ(ret.empty(), true); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp241 CONN_CHECK_AND_RETURN_RET_LOGE(!macArray.empty(), "", CONN_WIFI_DIRECT, "mac empty"); in MacArrayToString()
264 CONN_CHECK_AND_RETURN_RET_LOGE(!macString.empty(), array, CONN_WIFI_DIRECT, "mac empty"); in MacStringToArray()
430 if (channels.empty()) { in StringToChannelList()
/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp258 if (identity.empty() || identity.length() > UINT64_STRING_MAX_LEN) { in IsValidIdentity()
328 if (identity.empty() || identity.length() <= DEVICEID_LENGTH) { in NAPI_IPCSkeleton_setCallingIdentity()
369 ZLOGE(LOG_LABEL, "identity is empty"); in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty()
384 if (identity.empty() || identity.length() <= DEVICEID_LENGTH) { in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty()
385 ZLOGE(LOG_LABEL, "identity is empty or length is too short"); in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty()
/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp201 while (!s.empty()) { in Split()
270 if ((client->GetClientContext()->closeReason).empty()) { in LwsCallbackClientClosed()
397 if (!options.headers.empty()) { in Connect()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_single_kv_store.cpp129 CHECK_RETURN(!va.keyPrefix.empty(), "invalid arg[0], i.e. invalid keyPrefix!", napi_invalid_arg); in GetVariantArgs()
340 if (ctxt->deviceId.empty()) { in RemoveDeviceData()
341 ZLOGE("deviceId is empty"); in RemoveDeviceData()
468 CHECK_ARGS_RETURN_VOID(ctxt, !storeId.empty(), "invalid arg[0], i.e. invalid storeId!"); in New()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.cpp573 if (option.users.empty()) { in CheckSyncOption()
578 if (cloudDBs.empty()) { in CheckSyncOption()
583 if (schemas.empty()) { in CheckSyncOption()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_transaction_optimization_test.cpp689 * @tc.expected: step4. Get return NOT_FOUND. The changed data is empty. in HWTEST_F()
695 std::vector<DistributedDB::Entry> empty; in HWTEST_F() local
697 EXPECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(empty, syncObserver->GetEntriesInserted())); in HWTEST_F()
698 EXPECT_TRUE(DistributedDBToolsUnitTest::CheckObserverResult(empty, localObserver->GetEntriesInserted())); in HWTEST_F()
781 * @tc.expected: step4. Get return NOT_FOUND. The changed data is empty. in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp544 if (localVideoEncodersJsonStr.empty()) { in NegotiateCodecType()
603 [this]() { return !taskQueue_.empty(); }); in TaskThreadLoop()
608 if (taskQueue_.empty()) { in TaskThreadLoop()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp325 if (!childInfos.empty() && childInfos.back().nextOff < off) { in FindNextPos()
340 if (!childInfos.empty() && childInfos.back().nextOff < off) { in FindNextPos()
370 if (off == 0 || childInfos.empty()) { in CloudSeekDir()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify.cpp102 if (paramDisk.name.empty()) { in GetDataInnerWithName()
344 if (paramService.cloudId.empty()) { in HandleDelete()
459 if (nfList_.empty()) { in NotifyChangeOuter()

Completed in 28 milliseconds

1...<<211212213214215216217218219220>>...406