/base/customization/enterprise_device_management/test/unittest/services/edm/src/ |
H A D | enterprise_update_connection_test.cpp | 28 const std::string TEST_BUNDLE_NAME = "com.edm.test.demo"; member 52 admin.SetBundleName(TEST_BUNDLE_NAME); in HWTEST_F() 56 connectWant.SetElementName(TEST_BUNDLE_NAME, TEST_ABILITY_NAME); in HWTEST_F()
|
H A D | admin_test.cpp | 28 const std::string TEST_BUNDLE_NAME = "com.edm.test.demo"; member
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_subscribe_manager_test.cpp | 33 const std::string TEST_BUNDLE_NAME = "com.example.owner"; member 76 nullptr, nullptr, TEST_UID, TEST_BUNDLE_NAME, TEST_APP_INDEX); in HWTEST_F() 87 subscribeInfoPtr, nullptr, TEST_UID, TEST_BUNDLE_NAME, TEST_APP_INDEX); in HWTEST_F() 117 nullptr, TEST_UID, TEST_BUNDLE_NAME, TEST_APP_INDEX); in HWTEST_F() 138 subscribeInfoPtr, TEST_UID, TEST_BUNDLE_NAME, TEST_APP_INDEX); in HWTEST_F() 179 owners.emplace_back(TEST_BUNDLE_NAME); in HWTEST_F()
|
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | snapshot_skip_plugin_test.cpp | 30 const std::string TEST_BUNDLE_NAME = "testBundleName"; member 74 std::vector<std::string> data(EdmConstants::DISALLOW_LIST_FOR_ACCOUNT_MAX_SIZE + 1, TEST_BUNDLE_NAME); in HWTEST_F() 89 std::vector<std::string> currentData(EdmConstants::DISALLOW_LIST_FOR_ACCOUNT_MAX_SIZE, TEST_BUNDLE_NAME); in HWTEST_F() 116 std::vector<std::string> data(EdmConstants::DISALLOW_LIST_FOR_ACCOUNT_MAX_SIZE + 1, TEST_BUNDLE_NAME); in HWTEST_F()
|
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
H A D | accesstoken_kit_test.cpp | 174 tokenID = AccessTokenKit::GetHapTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in SetUpTestCase() 209 permissionDefBeta.bundleName = TEST_BUNDLE_NAME; in TestPreparePermDefList() 217 permissionDefAlpha.bundleName = TEST_BUNDLE_NAME; in TestPreparePermDefList() 234 .bundleName = TEST_BUNDLE_NAME, in SetUp() 256 AccessTokenID tokenID = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in TearDown() 470 AccessTokenID tokenID = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in HWTEST_F() 511 AccessTokenID tokenId = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in HWTEST_F() 533 AccessTokenID tokenID = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in HWTEST_F() 551 AccessTokenID tokenID = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in HWTEST_F() 571 AccessTokenID tokenID = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, in HWTEST_F() [all...] |
H A D | accesstoken_kit_test.h | 29 static const std::string TEST_BUNDLE_NAME = "ohos"; member
|
H A D | accesstoken_kit_extension_test.cpp | 43 static const std::string TEST_BUNDLE_NAME = "ohos"; member 325 tokenId = AccessTokenKit::GetHapTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in SetUpTestCase() 418 permissionDefAlpha.bundleName = TEST_BUNDLE_NAME; in PreparePermDefList() 426 permissionDefBeta.bundleName = TEST_BUNDLE_NAME; in PreparePermDefList() 434 testPermDef1.bundleName = TEST_BUNDLE_NAME; in PreparePermDefList() 442 testPermDef2.bundleName = TEST_BUNDLE_NAME; in PreparePermDefList() 450 testPermDef3.bundleName = TEST_BUNDLE_NAME; in PreparePermDefList() 458 testPermDef4.bundleName = TEST_BUNDLE_NAME; in PreparePermDefList() 479 .bundleName = TEST_BUNDLE_NAME, in SetUp() 504 AccessTokenID tokenId = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, in TearDown() [all...] |
H A D | security_component_grant_test.cpp | 29 static const std::string TEST_BUNDLE_NAME = "ohos"; member 92 tokenID = AccessTokenKit::GetHapTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in SetUpTestCase()
|
H A D | remote_token_kit_test.cpp | 31 static const std::string TEST_BUNDLE_NAME = "ohos"; member 155 tokenID = AccessTokenKit::GetHapTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in SetUpTestCase() 203 AccessTokenID tokenID = GetAccessTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in TearDown()
|
H A D | accesstoken_location_request_test.cpp | 34 static std::string TEST_BUNDLE_NAME = "accesstoken_location_request_test"; member 125 AccessTokenID tokenId = AccessTokenKit::GetHapTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, TEST_INST_INDEX); in SetUpTestCase() 140 AccessTokenID tokenId = AccessTokenKit::GetHapTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, TEST_INST_INDEX); in TearDown() 149 .bundleName = TEST_BUNDLE_NAME, in AllocHapToken()
|
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_command_test.cpp | 44 string testBundleName = TEST_BUNDLE_NAME; in SetUpTestCase() 51 StopTestHap(TEST_BUNDLE_NAME); in TearDownTestCase() 52 UninstallTestHap(TEST_BUNDLE_NAME); in TearDownTestCase()
|
H A D | dumpcatcher_interfaces_test.cpp | 57 std::string testBundleName = TEST_BUNDLE_NAME; in SetUpTestCase() 64 StopTestHap(TEST_BUNDLE_NAME); in TearDownTestCase() 65 UninstallTestHap(TEST_BUNDLE_NAME); in TearDownTestCase()
|
/base/hiviewdfx/faultloggerd/test/utils/ |
H A D | dfx_test_util.h | 28 #define TEST_BUNDLE_NAME "com.example.myapplication" macro
|
/base/hiviewdfx/faultloggerd/test/systemtest/ |
H A D | faultloggerd_system_test.cpp | 1660 string testBundleName = TEST_BUNDLE_NAME; in HWTEST_F() 1670 int newPid = GetProcessPid(TEST_BUNDLE_NAME); in HWTEST_F() 1673 StopTestHap(TEST_BUNDLE_NAME); in HWTEST_F() 1674 UninstallTestHap(TEST_BUNDLE_NAME); in HWTEST_F()
|