Home
last modified time | relevance | path

Searched refs:empty (Results 6251 - 6275 of 6889) sorted by relevance

1...<<251252253254255256257258259260>>...276

/kernel/linux/linux-5.10/include/soc/tegra/
H A Dbpmp-abi.h23 #define BPMP_ABI_EMPTY char empty;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound.h295 empty:1; member
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp252 if (key.empty()) { in ParseHttpHeaders()
253 WVLOG_E("Key from headers is empty."); in ParseHttpHeaders()
299 if (cacheKeyStr.empty()) { in ParseCacheKeyList()
300 WVLOG_E("Cache Key is empty."); in ParseCacheKeyList()
867 if (webTag.empty()) { in JsConstructor()
868 WVLOG_E("native webTag is empty"); in JsConstructor()
1159 WVLOG_E("Failed to run InnerJsProxy beacuse of empty method lists."); in InnerJsProxy()
2697 if (baseName.empty()) { in StoreWebArchive()
4126 if (schemeName.empty() || schemeName.size() > MAX_CUSTOM_SCHEME_NAME_LENGTH) { in CheckSchemeName()
4712 if (cacheKey.empty()) { in PrefetchResource()
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp339 EXPECT_TRUE(WIN_MGR->mouseDownInfo_.defaultHotAreas.empty()); in HWTEST_F()
340 EXPECT_TRUE(WIN_MGR->mouseDownInfo_.pointerHotAreas.empty()); in HWTEST_F()
358 EXPECT_TRUE(WIN_MGR->mouseDownInfo_.defaultHotAreas.empty()); in HWTEST_F()
359 EXPECT_TRUE(WIN_MGR->mouseDownInfo_.pointerHotAreas.empty()); in HWTEST_F()
387 EXPECT_FALSE(windowGroupInfo.empty()); in HWTEST_F()
1509 EXPECT_TRUE(WIN_MGR->windowsHotAreas_.empty()); in HWTEST_F()
2319 EXPECT_FALSE(manager.extraData_.buffer.empty()); in HWTEST_F()
2494 ASSERT_TRUE(!windowIds.empty()); in HWTEST_F()
2766 EXPECT_TRUE(inputWindowsManager.GetWindowGroupInfoByDisplayId(displayId).empty()); in HWTEST_F()
2773 EXPECT_TRUE(!inputWindowsManager.GetWindowGroupInfoByDisplayId(displayId).empty()); in HWTEST_F()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1464 std::string empty = ""; in HWTEST_F() local
1468 EXPECT_EQ(empty, want_->GetType()); in HWTEST_F()
1469 EXPECT_EQ(empty, want_->GetAction()); in HWTEST_F()
1478 * @tc.desc: Verify the function when the input string is empty.
1495 * @tc.desc: Verify the function when the input string is empty.
1533 * @tc.desc: Verify the function when the input string is empty.
1963 * @tc.desc: set empty-string key repeatedly, but get param of another nonexistent key
1986 * @tc.desc: set empty-string key repeatedly, then get param of the key
2066 * @tc.desc: get param when WantParam is empty
2079 * @tc.desc: set empty
[all...]
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H A Dui_ability_lifecycle_manager_test.cpp3639 EXPECT_EQ(ret.empty(), true); in HWTEST_F()
3659 EXPECT_EQ(ret.empty(), false); in HWTEST_F()
3680 EXPECT_EQ(ret.empty(), false); in HWTEST_F()
3700 EXPECT_EQ(ret.empty(), true); in HWTEST_F()
3720 EXPECT_EQ(ret.empty(), false); in HWTEST_F()
3741 EXPECT_EQ(ret.empty(), false); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp256 if (!resStr.empty()) { in GetFileAssetValueToStr()
306 if (resStr.empty()) { in QueryAndVerifyPhotoAsset()
307 MEDIA_ERR_LOG("verify failed! Param %{public}s is empty", iter.first.c_str()); in QueryAndVerifyPhotoAsset()
391 if (path.empty()) { in MakePhotoUnpending()
1240 if (filePath.empty()) { in HWTEST_F()
2668 EXPECT_EQ(assetUri.empty(), false); in HWTEST_F()
2700 EXPECT_EQ(assetUri.empty(), true); in HWTEST_F()
3301 // test case 1 empty bucket SubmitCache will return E_INVALID_VALUES in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp200 if (windowMap_.empty()) { in FindWindowById()
232 if (windowMap_.empty()) { in GetTopWindowWithContext()
624 if (!routerStack.empty() && in SetUIContentInner()
703 if (abcFile.empty() || !abcFile.is_absolute() || !std::filesystem::exists(abcFile)) { in GetAbcContent()
2377 if (avoidAreaChangeListeners_[GetWindowId()].empty()) { in UnregisterAvoidAreaChangeListener()
3594 if (subWindows.empty()) { in UpdateSubWindowStateAndNotify()
3595 WLOGFD("main window: %{public}u, its subWindowMap is empty", parentId); in UpdateSubWindowStateAndNotify()
4105 WLOGFE("uicontent is empty"); in SetAPPWindowLabel()
4116 WLOGFE("window icon is empty"); in SetAPPWindowIcon()
4120 WLOGFE("uicontent is empty"); in SetAPPWindowIcon()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_main.c1436 struct sk_buff *empty; in igc_xmit_frame_ring() local
1440 empty = alloc_skb(IGC_EMPTY_FRAME_SIZE, GFP_ATOMIC); in igc_xmit_frame_ring()
1441 if (!empty) in igc_xmit_frame_ring()
1444 data = skb_put(empty, IGC_EMPTY_FRAME_SIZE); in igc_xmit_frame_ring()
1450 empty, in igc_xmit_frame_ring()
1452 dev_kfree_skb_any(empty); in igc_xmit_frame_ring()
1864 * igc_cleanup_headers - Correct corrupted or empty headers
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp812 EXPECT_FALSE(upAbilities.empty()); in HWTEST_F()
1872 EXPECT_TRUE(jsonStr.empty());
1891 EXPECT_FALSE(jsonStr.empty());
3116 ASSERT_TRUE(handler.gestureTimeStamps_.empty());
3234 ASSERT_TRUE(handler.gesturePoints_.empty());
3235 ASSERT_TRUE(handler.gestureTimeStamps_.empty());
3267 ASSERT_TRUE(result.empty());
3268 ASSERT_TRUE(handler.gesturePoints_.empty());
3284 ASSERT_TRUE(result.empty());
/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp130 if (workDir.empty() || access(workDir.c_str(), 0) != 0) { in GenerateDlpFileExcute()
226 if (workDir.empty() || access(workDir.c_str(), 0) != 0) { in OpenDlpFileExcute()
294 if (!contactAccount.empty()) { in OpenDlpFileComplete()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_sms.cpp472 if (asyncContext->specification.empty() || asyncContext->pdu.empty()) { in NativeCreateMessage()
1173 if (!context->pdu.empty() && (newStatus > -1)) { in NativeUpdateSimMessage()
H A Dnapi_mms.cpp273 if (attachment.empty()) { in getAttachmentByDecodeMms()
884 if (sendReq.from.GetAddressString().empty()) { in ReadEncodeMmsType()
1280 if (!context.retrieveText.empty()) { in setRetrieveConfToCore()
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1207 ASSERT_TRUE(CellularDataUtils::Split("", "").empty()); in HWTEST_F()
2022 ASSERT_TRUE(apnVec.empty()); in HWTEST_F()
2037 ASSERT_TRUE(apnVec.empty()); in HWTEST_F()
/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1576 if (!disableType.empty()) { in ExecuteStrategy()
1584 if (trustUsbDeviceIds.empty()) { in ExecuteStrategy()
1585 USB_HILOGI(MODULE_USB_SERVICE, "trustUsbDeviceIds is empty, no devices disable"); in ExecuteStrategy()
1971 if (argList.empty()) { in Dump()
1972 USB_HILOGE(MODULE_USB_SERVICE, "argList is empty"); in Dump()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp194 if (!event.GetTouches().empty()) { in HandleTouchDownEvent()
207 if (event.GetTouches().empty()) { in HandleTouchUpEvent()
291 if (formLinkInfos_.empty() || isDynamic_ || !shouldResponseClick_) { in HandleStaticFormEvent()
2096 TAG_LOGE(AceLogTag::ACE_FORM, "Cur form component's children is empty."); in DoSkeletonAnimation()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.cpp111 if (barItem.text.has_value() && !barItem.text.value().empty()) { in UpdateBarItemNodeWithItem()
116 if (barItem.icon.has_value() && !barItem.icon.value().empty()) { in UpdateBarItemNodeWithItem()
798 bool hasValidContent = !toolBarNode->GetChildren().empty(); in SetToolBarItems()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp993 if (!iconPath.empty()) {
1677 if (colorFilter.empty()) {
2021 if (images_.empty()) {
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp2444 EXPECT_FALSE(pattern_->itemPosition_.empty()); in HWTEST_F()
2484 EXPECT_FALSE(pattern_->itemPosition_.empty()); in HWTEST_F()
2534 EXPECT_FALSE(pattern_->itemPosition_.empty()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_test_ng_supplement.cpp789 EXPECT_FALSE(webPattern->touchEventQueue_.empty()); in HWTEST_F()
825 EXPECT_TRUE(webPattern->touchEventQueue_.empty()); in HWTEST_F()
859 EXPECT_TRUE(webPattern->touchEventQueue_.empty()); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp833 if (!eventInfo.filePath.empty()) { in HWTEST_F()
2326 EXPECT_EQ(res.empty(), true); in HWTEST_F()
2333 EXPECT_EQ(res.empty(), false); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1170 EXPECT_EQ(properties.emitterUpdater_.empty(), true); in HWTEST_F()
1175 EXPECT_EQ(properties.emitterUpdater_.empty(), false); in HWTEST_F()
1180 EXPECT_EQ(properties.emitterUpdater_.empty(), false); in HWTEST_F()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp1207 CHECK_ERROR_RETURN_RET_LOG(array.empty(), CAMERA_UNKNOWN_ERROR, "HCaptureSession::SetSmoothZoom array is empty"); in SetSmoothZoom()
1431 if ((cameraDevice != nullptr) && !hdiStreamIds.empty()) { in ReleaseStreams()
2405 if (!frameList.empty()) { in DrainOutImage()
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1044 EXPECT_TRUE(list.empty()); in HWTEST_F()
1047 EXPECT_TRUE(result.empty()); in HWTEST_F()
1081 EXPECT_FALSE(suppliers.empty()); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp662 if (!item.wifiEapConfig.encryptedData.empty() && !item.wifiEapConfig.IV.empty()) { in OutPutWifiDeviceConfigEap()
1569 if (fuzzyBssids.empty()) { in SetWifiStoreRandomMacFuzzyBssids()

Completed in 102 milliseconds

1...<<251252253254255256257258259260>>...276