Home
last modified time | relevance | path

Searched refs:SIZE_ONE (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/test/moduletest/aa/
H A Daa_command_dumpsys_module_test.cpp27 const size_t SIZE_ONE = 1; variable
76 EXPECT_GT(lines.size(), SIZE_ONE);
100 EXPECT_GT(lines.size(), SIZE_ONE);
124 EXPECT_GT(lines.size(), SIZE_ONE);
148 EXPECT_GT(lines.size(), SIZE_ONE);
173 EXPECT_GE(lines.size(), SIZE_ONE);
198 EXPECT_GE(lines.size(), SIZE_ONE);
222 EXPECT_GT(lines.size(), SIZE_ONE);
246 EXPECT_GT(lines.size(), SIZE_ONE);
270 EXPECT_GE(lines.size(), SIZE_ONE);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_dump_test/
H A Dpending_want_manager_dump_test.cpp31 constexpr size_t SIZE_ONE = 1; variable
78 EXPECT_GT(info.size(), SIZE_ONE);
103 EXPECT_EQ(info.size(), SIZE_ONE);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_dump_test/
H A Dability_record_dump_test.cpp31 constexpr size_t SIZE_ONE = 1; variable
74 EXPECT_GT(info.size(), SIZE_ONE);
103 EXPECT_GT(info.size(), SIZE_ONE);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_list_dump_test/
H A Dmission_list_dump_test.cpp31 constexpr size_t SIZE_ONE = 1; variable
79 EXPECT_GT(info.size(), SIZE_ONE);
115 EXPECT_GT(info.size(), SIZE_ONE);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_data_storage_test.cpp41 constexpr std::size_t SIZE_ONE = 1; variable
124 EXPECT_EQ(accounts.size(), SIZE_ONE);
145 EXPECT_EQ(apps.size(), SIZE_ONE);
186 EXPECT_EQ(accounts.size(), SIZE_ONE);
234 EXPECT_EQ(accounts.size(), SIZE_ONE);
H A Dapp_account_info_test.cpp48 constexpr std::size_t SIZE_ONE = 1; variable
246 EXPECT_EQ(appAccountInfo.authorizedApps_.size(), SIZE_ONE);
301 EXPECT_EQ(appsFromInfo.size(), SIZE_ONE);
329 EXPECT_EQ(appAccountInfo.authorizedApps_.size(), SIZE_ONE);
/ohos5.0/base/account/os_account/tools/test/moduletest/acm/
H A Daccount_command_set_module_test.cpp36 constexpr std::size_t SIZE_ONE = 1; variable
94 ASSERT_GT(osAccounts.size(), SIZE_ONE);
121 ASSERT_GT(osAccounts.size(), SIZE_ONE);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/mission_list_manager_dump_test/
H A Dmission_list_manager_dump_test.cpp32 constexpr size_t SIZE_ONE = 1; variable
75 EXPECT_GT(info.size(), SIZE_ONE);
120 EXPECT_GT(info.size(), SIZE_ONE);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_test.cpp83 constexpr std::size_t SIZE_ONE = 1; variable
953 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
983 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
1011 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
1044 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
1096 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
1155 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
1188 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
1526 ASSERT_EQ(authList.size(), SIZE_ONE);
1764 ASSERT_EQ(authList.size(), SIZE_ONE);
[all …]
H A Dapp_account_manager_service_sync_module_test.cpp47 constexpr std::size_t SIZE_ONE = 1; variable
126 ASSERT_EQ(accounts.size(), SIZE_ONE);
243 ASSERT_EQ(accounts.size(), SIZE_ONE);
296 EXPECT_EQ(accessibleAccounts.size(), SIZE_ONE);
348 EXPECT_EQ(accessibleAccounts.size(), SIZE_ONE);
H A Dapp_account_manager_service_thread_module_test.cpp39 constexpr std::size_t SIZE_ONE = 1; variable
145 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
H A Dapp_account_manager_service_subscribe_module_test.cpp44 constexpr std::size_t SIZE_ONE = 1; variable
163 EXPECT_EQ(accounts.size(), SIZE_ONE); in OnAccountsChanged()
209 EXPECT_EQ(accounts.size(), SIZE_ONE); in OnAccountsChanged()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_debug_manager_test/
H A Dapp_debug_manager_test.cpp35 const unsigned int SIZE_ONE = 1; variable
98 EXPECT_EQ(manager_->listeners_.size(), SIZE_ONE);
233 EXPECT_EQ(manager_->debugInfos_.size(), SIZE_ONE);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp34 const size_t SIZE_ONE = 1; variable
413 char modelbuffer[SIZE_ONE];
487 char buffer[SIZE_ONE];
504 char buffer[SIZE_ONE];
521 char buffer[SIZE_ONE];
537 char buffer[SIZE_ONE];
553 char buffer[SIZE_ONE];
605 char buffer[SIZE_ONE];
621 char buffer[SIZE_ONE];
686 char cofigvalue[SIZE_ONE];
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_manager_client_test/
H A Dability_manager_client_test.cpp36 const size_t SIZE_ONE = 1; variable
88 EXPECT_GT(state.size(), SIZE_ONE);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_file_observer.cpp34 const int32_t SIZE_ONE = 1; variable
138 int ret = read(inotifyFd, eventBuf, sizeof(eventBuf) - SIZE_ONE); in AddInotifyEvents()
H A Dmtp_medialibrary_manager.cpp63 constexpr size_t SIZE_ONE = 1; variable
581 .numberHint = SIZE_ONE in CompressImage()
656 if (colonPos == std::string::npos || colonPos + SIZE_ONE >= thumbSizeValue.size()) { in GetThumbUri()
661 std::string heightStr = thumbSizeValue.substr(colonPos + SIZE_ONE); in GetThumbUri()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp514 case SIZE_ONE: in HandleOrgValue()
745 if (i == SIZE_ONE) { in AddCustom()
756 if (i == SIZE_ONE) { in AddCustom()
773 if (i == SIZE_ONE) { in AddCustom()
818 } else if (i == SIZE_ONE) { in SetSip()
847 if (i == SIZE_ONE) { in AddSipData()
924 int32_t type = SIZE_ONE; in AddOrganizationsData()
1111 object->SetLabelId((valueList.size() > SIZE_ONE) ? valueList[VALUE_INDEX_ONE] : ""); in AddWebSiteDatas()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_constant.h148 constexpr const int32_t SIZE_ONE = 1; variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_manager_test/
H A Ddata_ability_manager_test.cpp39 constexpr size_t SIZE_ONE = 1; variable
123 EXPECT_GT(info.size(), SIZE_ONE);
159 EXPECT_GT(info.size(), SIZE_ONE);