/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | relational_remote_query_continue_token.cpp | 40 bool isEmpty = true; in GetData() local 43 isEmpty = false; in GetData() 46 if (isEmpty) { // at least get one data in GetData() 49 isEmpty = false; in GetData()
|
/ohos5.0/base/usb/usb_manager/test/native/js_unittest/ |
H A D | UsbCoreJsunitEx.test.js | 85 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertTrue(); 122 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertTrue(); 158 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); 196 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); 235 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); 274 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); 313 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); 352 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); 391 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); 429 expect(CheckEmptyUtils.isEmpty(usbDevicePipe)).assertFalse(); [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/deque/ |
H A D | js_deque.ts | 128 if (this.isEmpty()) { 135 if (this.isEmpty()) { 152 if (this.isEmpty()) { 162 if (this.isEmpty()) { 206 private isEmpty(): boolean {
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/queue/ |
H A D | js_queue.ts | 116 if (this.isEmpty()) { 123 if (this.isEmpty()) { 137 if (this.isEmpty()) { 153 private isEmpty(): boolean {
|
/ohos5.0/docs/zh-cn/application-dev/basic-services/common-event/ |
H A D | itc-with-emitter.md | 71 console.info('enter callback, eventData-isEmpty:' + eventData?.data?.isEmpty); 78 isEmpty: false
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 265 ### isEmpty subsection 267 isEmpty(): boolean 287 | 10200011 | The isEmpty method cannot be bound. | 297 let result = stack.isEmpty(); 333 while(!stack.isEmpty()) {
|
H A D | js-apis-hashset.md | 72 ### isEmpty subsection 74 isEmpty(): boolean 94 | 10200011 | The isEmpty method cannot be bound. | 100 let result = hashSet.isEmpty();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_transaction_proxy.cpp | 164 bool isEmpty = true; in IsEmpty() local 167 isEmpty &= implicitCommonTransactionData_->IsEmpty(); in IsEmpty() 170 isEmpty &= implicitRemoteTransactionData_->IsEmpty(); in IsEmpty() 172 isEmpty &= implicitCommonTransactionDataStack_.empty(); in IsEmpty() 173 isEmpty &= implicitRemoteTransactionDataStack_.empty(); in IsEmpty() 174 return isEmpty; in IsEmpty()
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/stack/ |
H A D | js_stack.ts | 112 if (this.isEmpty()) { 122 if (this.isEmpty()) { 136 isEmpty(): boolean {
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_state_storage.cpp | 170 bool isEmpty = (rootJson.size() == 0) ? true : false; in SaveBundleStateStorage() local 176 if (!isEmpty) { in SaveBundleStateStorage() 231 bool isEmpty = (jParse.size() == 0) ? true : false; in DeleteBundleState() local 237 if (!isEmpty) { in DeleteBundleState()
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/ |
H A D | disc_coap.c | 40 bool isEmpty; member 87 info->isEmpty = true; in UnregisterAllCapBitmap() 103 info->isEmpty = false; in UnregisterAllCapBitmap() 307 if (isActive && g_publishMgr->isEmpty) { in UnPublish() 438 if (isActive && g_subscribeMgr->isEmpty) { in StopDisc() 593 SOFTBUS_DPRINTF(fd, "publish isEmpty : %d\n", g_publishMgr->isEmpty); in CoapPubInfoDump() 608 SOFTBUS_DPRINTF(fd, "subscribe isEmpty : %d\n", g_subscribeMgr->isEmpty); in CoapSubInfoDump()
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_dfx.cpp | 287 bool isEmpty = false; in CreateLogFile() local 292 isEmpty = true; in CreateLogFile() 296 ProcessLogInfo(logFile, isEmpty); in CreateLogFile() 301 void ThermalDfx::ProcessLogInfo(std::string& logFile, bool isEmpty) in ProcessLogInfo() argument 306 if (isEmpty) { in ProcessLogInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_context.h | 120 void SetIsEmpty(bool isEmpty) in SetIsEmpty() argument 122 isEmpty_ = isEmpty; in SetIsEmpty()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_host_impl.cpp | 47 bool isEmpty = bundleName.empty() && moduleName.empty() && abilityName.empty(); in SetDefaultApplication() local 48 if (isEmpty) { in SetDefaultApplication()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/ |
H A D | main.cpp | 56 if (jsBundlePath.isNull() || jsBundlePath.isEmpty()) { in InitPage() 66 if (!jsHeapSize.isNull() && !jsHeapSize.isEmpty()) { in InitPage()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_effect_render_node.h | 52 void SetVisitedFilterCacheStatus(bool isEmpty) in SetVisitedFilterCacheStatus() argument 54 isVisitedOcclusionFilterCacheEmpty_ = isEmpty; in SetVisitedFilterCacheStatus()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb_data_ability_adapter/unittest/ |
H A D | data_ability_utils_test.cpp | 69 bool isEmpty = dataShareValuesBucket.IsEmpty(); variable 70 EXPECT_EQ(isEmpty, false);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/cj/ffi/app/errormanager/ |
H A D | cj_error_observer.cpp | 103 bool isEmpty = observerObjectMap_.empty(); in IsEmpty() local 104 return isEmpty; in IsEmpty()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.h | 91 bool isEmpty = drawCmdList == nullptr; in UpdateToRender() local 92 if (lastDrawCmdListEmpty_ && isEmpty) { in UpdateToRender() 98 lastDrawCmdListEmpty_ = isEmpty; in UpdateToRender()
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager4_gtest.cpp | 248 bool isEmpty = list.empty(); variable 249 EXPECT_EQ(isEmpty, true); 271 bool isEmpty = ans.empty(); variable 272 EXPECT_EQ(isEmpty, true); 296 bool isEmpty = callIdList.empty(); variable 297 EXPECT_EQ(isEmpty, true); 319 bool isEmpty = ans.empty(); variable 320 EXPECT_EQ(isEmpty, true);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-stack.md | 265 ### isEmpty subsection 267 isEmpty(): boolean 287 | 10200011 | The isEmpty method cannot be bound. | 297 let result = stack.isEmpty(); 333 while(!stack.isEmpty()) {
|
/ohos5.0/docs/en/application-dev/basic-services/common-event/ |
H A D | itc-with-emitter.md | 71 console.info('enter callback, eventData-isEmpty:' + eventData?.data?.isEmpty); 78 isEmpty: false
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.md | 1342 │ ├── isEmpty() # isEmpty方法 1424 | ├── isEmpty() # isEmpty方法 1427 | └── isEmpty() # isEmpty方法 1443 | ├── isEmpty() # isEmpty方法 1458 | ├── isEmpty() # isEmpty方法 1477 | ├── isEmpty() # isEmpty方法 1511 | └── isEmpty() # isEmpty方法 1557 | ├── isEmpty() # isEmpty方法 1569 | ├── isEmpty() # isEmpty方法 1590 | ├── isEmpty() # isEmpty方法 [all …]
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-compiler-and-runtime.md | 53 | ohos.util.Vector | Vector | isEmpty(): boolean; | 新增 | 93 | ohos.util.TreeSet | TreeSet | isEmpty(): boolean; | 新增 | 113 | ohos.util.TreeMap | TreeMap | isEmpty(): boolean; | 新增 | 122 | ohos.util.Stack | Stack | isEmpty(): boolean; | 新增 | 141 | ohos.util.PlainArray | PlainArray | isEmpty(): boolean; | 新增 | 152 | ohos.util.List | List | isEmpty(): boolean; | 新增 | 196 | ohos.util.LightWeightSet | LightWeightSet | isEmpty(): boolean; | 新增 | 229 | ohos.util.LightWeightMap | LightWeightMap | isEmpty(): boolean; | 新增 | 248 | ohos.util.HashSet | HashSet | isEmpty(): boolean; | 新增 | 264 | ohos.util.HashMap | HashMap | isEmpty(): boolean; | 新增 | [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | ext_decoder_test.cpp | 64 ASSERT_EQ(extDecoder->info_.isEmpty(), true); 389 ASSERT_EQ(extDecoder->info_.isEmpty(), true); 393 ASSERT_EQ(extDecoder->info_.isEmpty(), false); 414 ASSERT_EQ(extDecoder->info_.isEmpty(), true); 418 ASSERT_EQ(extDecoder->info_.isEmpty(), false); 626 ASSERT_EQ(extDecoder->info_.isEmpty(), true); 638 ASSERT_EQ(extDecoder->info_.isEmpty(), false); 851 ASSERT_EQ(extDecoder->info_.isEmpty(), false); 904 ASSERT_EQ(extDecoder->dstInfo_.isEmpty(), false); 934 ASSERT_EQ(extDecoder->dstInfo_.isEmpty(), false);
|