/ohos5.0/foundation/ability/ability_runtime/tools/test/moduletest/aa/ |
H A D | aa_command_dumpsys_module_test.cpp | 27 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 D | pending_want_manager_dump_test.cpp | 31 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 D | ability_record_dump_test.cpp | 31 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 D | mission_list_dump_test.cpp | 31 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 D | app_account_data_storage_test.cpp | 41 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 D | app_account_info_test.cpp | 48 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 D | account_command_set_module_test.cpp | 36 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 D | mission_list_manager_dump_test.cpp | 32 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 D | app_account_manager_service_module_test.cpp | 83 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 D | app_account_manager_service_sync_module_test.cpp | 47 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 D | app_account_manager_service_thread_module_test.cpp | 39 constexpr std::size_t SIZE_ONE = 1; variable 145 ASSERT_EQ(appAccounts.size(), SIZE_ONE);
|
H A D | app_account_manager_service_subscribe_module_test.cpp | 44 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 D | app_debug_manager_test.cpp | 35 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 D | neural_network_core_test.cpp | 34 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 D | ability_manager_client_test.cpp | 36 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 D | mtp_file_observer.cpp | 34 const int32_t SIZE_ONE = 1; variable 138 int ret = read(inotifyFd, eventBuf, sizeof(eventBuf) - SIZE_ONE); in AddInotifyEvents()
|
H A D | mtp_medialibrary_manager.cpp | 63 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 D | vcard_contact.cpp | 514 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 D | vcard_constant.h | 148 constexpr const int32_t SIZE_ONE = 1; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_manager_test/ |
H A D | data_ability_manager_test.cpp | 39 constexpr size_t SIZE_ONE = 1; variable 123 EXPECT_GT(info.size(), SIZE_ONE); 159 EXPECT_GT(info.size(), SIZE_ONE);
|