Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 6 of 6) sorted by relevance

/base/usb/usb_manager/test/native/js_unittest/
DUsbCoreJsunitEx.test.js85 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 …]
DCheckEmptyUtils.js24 isEmpty(obj) {
DUsbCoreJsunit.test.js146 expect(CheckEmptyUtils.isEmpty(gPipe)).assertFalse();
/base/security/access_token/services/privacymanager/src/record/
Dpermission_used_record_cache.cpp129 bool isEmpty; in PersistPendingRecords() local
133 isEmpty = persistPendingBufferQueue_.empty(); in PersistPendingRecords()
137 while (!isEmpty) { in PersistPendingRecords()
159 isEmpty = persistPendingBufferQueue_.empty(); in PersistPendingRecords()
164 if (isEmpty) { // free persistPendingBufferQueue in PersistPendingRecords()
/base/update/update_app/common/src/main/ets/manager/
DUpdateManager.ts516 isEmpty(): boolean { method in MessageQueue
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp1616 bool isEmpty = ans.empty(); variable
1617 EXPECT_EQ(isEmpty, true);
1639 bool isEmpty = ans.empty(); variable
1640 EXPECT_EQ(isEmpty, true);
1664 bool isEmpty = ans.empty(); variable
1665 EXPECT_EQ(isEmpty, true);
1687 bool isEmpty = ans.empty(); variable
1688 EXPECT_EQ(isEmpty, true);