Home
last modified time | relevance | path

Searched refs:empty (Results 1026 - 1050 of 5070) sorted by relevance

1...<<41424344454647484950>>...203

/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.cpp80 if (!jsonInputs_.renderDataStore.dataStoreName.empty()) { in InitNode()
88 if (jsonInputs_.renderDataStore.dataStoreName.empty()) { in InitNode()
201 if (!cpbv.data.empty()) { in ExecuteFrameGraphics()
228 if (!vb.empty()) { in ExecuteFrameGraphics()
290 if (!cpbv.data.empty()) { in ExecuteFrameCompute()
335 if (uboData_.mapData && (!uboData.empty())) { in WriteLocalUboData()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.cpp46 if (!path.empty()) { in GetTemperaturePath()
171 if (!lines.empty()) { in GetCPUMemory()
204 if (lines.empty()) { in GetCpuTime()
247 if (line.empty()) { in GetCoreCount()
274 if (cpuTimeInfos.empty()) { in GetCPUCores()
279 if (lastCpuTimeInfos.empty()) { in GetCPUCores()
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_config.cpp507 if (!aliasSet.empty()) { in DumpAlias()
522 if (!adjustSet.empty()) { in DumpAjdust()
538 if (!fontPtr->genericSet.empty()) { in DumpGeneric()
550 if (!fontPtr->fallbackGroupSet.empty()) { in DumpForbak()
555 if (group.fallbackInfoSet.empty()) continue; in DumpForbak()
573 if (!fontPtr->fontDirSet.empty()) { in DumpFontDir()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_capture_plugin.cpp38 if (!supportedSampleRateList.empty()) { in UpdateSupportedSampleRate()
46 if (!values.empty()) { in UpdateSupportedSampleRate()
55 if (!supportedChannelsList.empty()) { in UpdateSupportedChannels()
63 if (!values.empty()) { in UpdateSupportedChannels()
72 if (!supportedFormatsList.empty()) { in UpdateSupportedSampleFormat()
80 if (!values.empty()) { in UpdateSupportedSampleFormat()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp42 std::queue<uint32_t> empty; in clearIntqueue() local
43 swap(empty, q); in clearIntqueue()
48 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
49 swap(empty, q); in clearBufferqueue()
54 std::queue<OH_AVMemory *> empty; in clearAvBufferQueue() local
55 swap(empty, q); in clearAvBufferQueue()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.cpp42 std::queue<uint32_t> empty; in clearIntqueue() local
43 swap(empty, q); in clearIntqueue()
48 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
49 swap(empty, q); in clearBufferqueue()
54 std::queue<OH_AVMemory *> empty; in clearAvBufferQueue() local
55 swap(empty, q); in clearAvBufferQueue()
/foundation/multimedia/av_session/services/session/server/
H A Davcast_controller_item.cpp206 !(avQueueItem.GetDescription()->GetIconUri().empty())) { in Start()
209 mediauri = avQueueItem.GetDescription()->GetMediaUri().empty() ? "false" : "true"; in Start()
249 !(avQueueItem.GetDescription()->GetIconUri().empty())) { in Prepare()
252 mediauri = avQueueItem.GetDescription()->GetMediaUri().empty() ? "false" : "true"; in Prepare()
368 if (cmds.empty()) { in AddAvailableCommand()
369 SLOGI("check is sink session with empty, not set"); in AddAvailableCommand()
397 if (cmds.empty()) { in RemoveAvailableCommand()
398 SLOGI("check is sink session with empty, not set"); in RemoveAvailableCommand()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.cpp40 std::queue<uint32_t> empty; in clearIntqueue() local
41 swap(empty, q); in clearIntqueue()
46 std::queue<OH_AVCodecBufferAttr> empty; in clearBufferqueue() local
47 swap(empty, q); in clearBufferqueue()
52 std::queue<OH_AVMemory *> empty; in clearAvBufferQueue() local
53 swap(empty, q); in clearAvBufferQueue()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dm3u8_unit_test.cpp144 EXPECT_FALSE(m3u8.tagUpdatersMap_.empty()); in HWTEST_F()
158 EXPECT_FALSE(m3u8.tagUpdatersMap_.empty()); in HWTEST_F()
172 EXPECT_FALSE(m3u8.tagUpdatersMap_.empty()); in HWTEST_F()
315 EXPECT_TRUE(m3u8.localDrmInfos_.empty()); in HWTEST_F()
451 ASSERT_TRUE(drmInfo.empty()); in HWTEST_F()
472 ASSERT_EQ(testM3u8->isDecryptAble_, testM3u8->localDrmInfos_.empty()); in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.cpp67 while (!contextQue.empty()) { in ClearAsyncWorkWithErrorCode()
132 contextMap_.at(AsyncWorkType::ASYNC_WORK_SEEK).empty()) { in OnSeekDoneCb()
133 MEDIA_LOGE("OnSeekDoneCb is called, But context is empty"); in OnSeekDoneCb()
153 contextMap_.at(AsyncWorkType::ASYNC_WORK_SPEED).empty()) { in OnSpeedDoneCb()
154 MEDIA_LOGE("OnSpeedDoneCb is called, But context is empty"); in OnSpeedDoneCb()
170 contextMap_.at(AsyncWorkType::ASYNC_WORK_BITRATE).empty()) { in OnBitRateDoneCb()
171 MEDIA_LOGE("OnBitRateDoneCb is called, But context is empty"); in OnBitRateDoneCb()
187 contextMap_.at(AsyncWorkType::ASYNC_WORK_VOLUME).empty()) { in OnVolumeDoneCb()
188 MEDIA_LOGE("OnVolumeDoneCb is called, But context is empty"); in OnVolumeDoneCb()
276 contextMap_.at(asyncWork).empty()) { in DequeueAsyncWork()
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp83 if (downloadFiles.paths.empty()) { in DownloadCloudFiles()
105 if (updateData.abnormalData.empty()) { in UpdateCloudData()
171 if (path.empty()) { in ParseDownloadFiles()
305 if (path.empty()) { in ParseUpdateData()
386 if (abnormalData.size == 0 || abnormalData.mimeType.empty()) { in UpdateCloudDataExecutor()
390 metadata->SetFileMimeType(mimeType.empty() ? DEFAULT_IMAGE_MIME_TYPE : mimeType); in UpdateCloudDataExecutor()
/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp322 if (sensorToDeviceRotationMap_.empty()) { in ConvertSensorToDeviceRotation()
330 if (displayToDisplayOrientationMap_.empty()) { in ConvertRotationToDisplayOrientation()
341 if (deviceToDisplayRotationMap_.empty()) { in ConvertDeviceToDisplayRotation()
355 if (deviceToDisplayRotationMap_.empty()) { in ProcessRotationMapping()
367 if (displayToDisplayOrientationMap_.empty()) { in ProcessRotationMapping()
379 if (sensorToDeviceRotationMap_.empty()) { in ProcessRotationMapping()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp98 if (!remoteDeviceId_.empty() && (!WifiDirectUtils::IsLocalSupportTlv() || in SendMessage()
127 if (authIdToChannelMap_.empty()) { in OnWaitDetectResponseTimeout()
151 if (authIdToChannelMap_.empty()) { in SendMessageAndWaitResponse()
184 if (authIdToChannelMap_.empty()) { in ProcessDetectLinkResponse()
203 ret = msg.GetExtraData().empty() || msg.GetExtraData().front(); in CheckSameAccount()
217 if (!remoteDeviceId.empty() && (!WifiDirectUtils::IsLocalSupportTlv() || in OnAuthDataReceived()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp103 if (!netSupplierInfo_.ident_.empty()) { in UpdateNetSupplierInfo()
153 if (caps.empty()) { in CompareNetCaps()
258 if (netSupplierInfo_.isAvailable_ && netRequest.ident.empty()) { in SupplierConnection()
363 if (requestList_.empty()) { in ReceiveBestScore()
378 if (requestList_.empty()) { in ReceiveBestScore()
392 if (requestList_.empty()) { in CancelRequest()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp164 if (serviceId.empty()) { in DeleteDeviceProfile()
188 if (subscribeInfos.empty() || eventCb == nullptr) { in SubscribeProfileEvents()
248 if (profileEvents.empty() || eventCb == nullptr) { in UnsubscribeProfileEvents()
351 return profile.GetServiceId().empty() || in CheckProfileInvalidity()
352 profile.GetServiceType().empty() || in CheckProfileInvalidity()
353 profile.GetCharacteristicProfileJson().empty() || in CheckProfileInvalidity()
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp168 if (param.empty()) { in MakeUrl()
175 if (param.empty()) { in MakeUrl()
287 if (MethodForPost(method) && !context->request.GetBody().empty()) { in SetOption()
314 if (!s.empty()) { in MakeHeaders()
327 if (!p.first.empty() && !p.second.empty()) { in MakeResponseHeader()
/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp48 if (msg.empty()) { in TryNdef()
49 ErrorLog("NdefHarDataParser::TryNdef msg is empty"); in TryNdef()
104 ErrorLog("NdefHarDataParser::ParseHarPackage harPackages is empty"); in ParseHarPackage()
123 ErrorLog("NdefHarDataParser::ParseOtherType records is empty"); in ParseOtherType()
128 if (!type.empty()) { in ParseOtherType()
156 ErrorLog("NdefHarDataParser::ParseUriLink records is empty"); in ParseUriLink()
164 if (!scheme.empty()) { in ParseUriLink()
200 ErrorLog("NdefHarDataParser::ParseWebLink records is empty"); in ParseWebLink()
204 if (!uri.empty()) { in ParseWebLink()
234 if (!scheme.empty()) { in IsWebUri()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dpublished_data_subscriber_manager.cpp49 if (firstAddUris.empty()) { in AddObservers()
100 if (uris.empty()) { in DelObservers()
115 if (lastDelUris.empty()) { in DelObservers()
145 if (firstAddUris.empty()) {
181 if (lastDisabledUris.empty()) {
226 if (callbacks.empty()) {
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp51 if (commands.empty()) { in Dump()
92 if (commands.empty()) { in ParseCommand()
131 if (commands[i]->parentNode.empty()) { in GetCommandNodes()
152 while (!(tmpCommandNode->childNode.empty())) { in AddHeadNode()
166 while (!(tmpCommandNode->parentNode.empty())) { in AddNode()
291 if (!(handlers.empty())) { in DumpAllInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp33 if (!tables_.empty()) { in AssemblyQueryInfo()
66 if (!queryInfo_.empty() && queryInfo_.back().operFlag == queryOperType) { in AssemblyQueryInfo()
393 if (tableName.empty()) { in From()
395 } else if (!tables_.empty()) { in From()
424 if (!tables_.empty()) { in SetNotSupportIfFromTables()
434 if (!queryInfo_.empty()) { in SetNotSupportIfCondition()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_predicates.cpp78 if (flagVal.empty()) { in EqualTo()
427 if (fields.empty()) { in GroupBy()
524 if (field.empty()) { in CheckParameter()
525 LOG_WARN("%{public}s: string 'field' is empty.", methodName.c_str()); in CheckParameter()
530 if ((*pval).empty()) { in CheckParameter()
531 LOG_WARN("%{public}s: value is empty.", methodName.c_str()); in CheckParameter()
542 if (source.empty()) { in RemoveQuotes()
578 if (whereClause.empty()) { in SetWhereClause()
590 LOG_DEBUG("No matching type, empty string instead."); in GetWhereArgs()
620 if (order.empty()) { in SetOrder()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp297 if (inputID.empty() || inputID.length() > MAX_ID_LEN) { in IsIdLengthValid()
298 DHLOGE("On parameter length error, maybe empty or beyond MAX_ID_LEN!"); in IsIdLengthValid()
306 if (inputMessage.empty() || inputMessage.length() > MAX_MESSAGE_LEN) { in IsMessageLengthValid()
307 DHLOGE("On parameter error, maybe empty or beyond MAX_MESSAGE_LEN!"); in IsMessageLengthValid()
315 if (inputJsonStr.empty() || inputJsonStr.length() > MAX_JSON_SIZE) { in IsJsonLengthValid()
316 DHLOGE("On parameter error, maybe empty or beyond MAX_JSON_SIZE"); in IsJsonLengthValid()
324 if (inputArray.empty() || inputArray.size() > MAX_ARR_SIZE) { in IsArrayLengthValid()
325 DHLOGE("On parameter error, maybe empty or beyond MAX_ARR_SIZE"); in IsArrayLengthValid()
333 if (inputKey.empty() || inputKey.length() > MAX_KEY_SIZE) { in IsKeySizeValid()
334 DHLOGE("On parameter error, maybe empty o in IsKeySizeValid()
[all...]
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp101 if (sessionName.empty()) { in OnBind()
120 if (sessionName.empty()) { in OnShutdown()
139 if (sessionName.empty()) { in OnBytes()
145 if (peerDeviceId.empty()) { in OnBytes()
175 if (sessionName.empty()) { in OnReceiveFileFinished()
181 if (peerNetworkId.empty()) { in OnReceiveFileFinished()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmulti_instance_manager.cpp141 if (!instanceKey.empty()) { in CreateNewInstanceKey()
242 if (instanceKey.empty()) { in IncreaseInstanceKeyRefCount()
243 TLOGD(WmsLogTag::WMS_LIFE, "instanceKey is empty"); in IncreaseInstanceKeyRefCount()
268 if (instanceKey.empty()) { in DecreaseInstanceKeyRefCount()
269 TLOGD(WmsLogTag::WMS_LIFE, "instanceKey is empty"); in DecreaseInstanceKeyRefCount()
302 if (sessionInfo.appInstanceKey_.empty()) { in FillInstanceKeyIfNeed()
323 if (info.appInstanceKey_.empty()) { in MultiInstancePendingSessionActivation()
325 TLOGE(WmsLogTag::WMS_LIFE, "empty instance key, persistentId:%{public}d", info.persistentId_); in MultiInstancePendingSessionActivation()
401 if (instanceKey.empty() || instanceKey.find(APP_INSTANCE_KEY_PREFIX) == -1ul) { in ConvertInstanceKeyToInstanceId()
/foundation/ability/form_fwk/services/src/
H A Dform_event_util.cpp41 if (!bundleInfo.hapModuleInfos.empty()) { in UpdateRecordByBundleInfo()
126 if (!removedForms.empty()) { in HandleProviderUpdated()
193 if (!reCreateForms.empty()) { in HandleBundleDataCleared()
233 if (targetForms.empty()) { in ProviderFormUpdated()
234 HILOG_ERROR("empty targetForms"); in ProviderFormUpdated()
285 if (!foundFormsMap.empty()) { in ClearFormDBRecordData()
292 if (!noHostFormDbMap.empty()) { in ClearFormDBRecordData()
296 if (!foundFormsMap.empty()) { in ClearFormDBRecordData()
307 if (!noHostTempFormsMap.empty()) { in ClearTempFormRecordData()
310 if (!foundFormsMap.empty()) { in ClearTempFormRecordData()
[all...]

Completed in 21 milliseconds

1...<<41424344454647484950>>...203