Home
last modified time | relevance | path

Searched refs:TEST_BUNDLE_NAME (Results 1 - 14 of 14) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Denterprise_update_connection_test.cpp28 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 Dadmin_test.cpp28 const std::string TEST_BUNDLE_NAME = "com.edm.test.demo"; member
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_subscribe_manager_test.cpp33 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 Dsnapshot_skip_plugin_test.cpp30 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 Daccesstoken_kit_test.cpp174 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 Daccesstoken_kit_test.h29 static const std::string TEST_BUNDLE_NAME = "ohos"; member
H A Daccesstoken_kit_extension_test.cpp43 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 Dsecurity_component_grant_test.cpp29 static const std::string TEST_BUNDLE_NAME = "ohos"; member
92 tokenID = AccessTokenKit::GetHapTokenID(TEST_USER_ID, TEST_BUNDLE_NAME, 0); in SetUpTestCase()
H A Dremote_token_kit_test.cpp31 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 Daccesstoken_location_request_test.cpp34 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 Ddumpcatcher_command_test.cpp44 string testBundleName = TEST_BUNDLE_NAME; in SetUpTestCase()
51 StopTestHap(TEST_BUNDLE_NAME); in TearDownTestCase()
52 UninstallTestHap(TEST_BUNDLE_NAME); in TearDownTestCase()
H A Ddumpcatcher_interfaces_test.cpp57 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 Ddfx_test_util.h28 #define TEST_BUNDLE_NAME "com.example.myapplication" macro
/base/hiviewdfx/faultloggerd/test/systemtest/
H A Dfaultloggerd_system_test.cpp1660 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()

Completed in 17 milliseconds