/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_control_manager_module_test.cpp | 36 const std::string BUNDLE_NAME = "bundlename"; variable 141 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); 145 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); 165 appAccounts, BUNDLE_NAME, dataStoragePtr, 0); 209 STRING_OWNER, appAccounts, BUNDLE_NAME, dataStoragePtr); 225 request.callerBundleName = BUNDLE_NAME; 239 appAccountInfo.SetOAuthTokenVisibility(authTypeOne, BUNDLE_NAME, true, Constants::API_VERSION8);
|
D | app_account_authenticator_session_manager_module_test.cpp | 37 const std::string BUNDLE_NAME = "bundlename"; variable 459 request.owner = BUNDLE_NAME; 487 element.SetBundleName(BUNDLE_NAME); 509 request.owner = BUNDLE_NAME; 516 element.SetBundleName(BUNDLE_NAME); 541 request.owner = BUNDLE_NAME; 553 element.SetBundleName(BUNDLE_NAME); 560 request1.owner = BUNDLE_NAME; 568 element1.SetBundleName(BUNDLE_NAME);
|
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
D | ticket_verify_test.cpp | 29 const std::string BUNDLE_NAME = "com.ohos.test"; variable 81 profileInfo.bundleInfo.bundleName = BUNDLE_NAME;
|
/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
D | app_account_manager_subscribe_test.cpp | 32 const std::string BUNDLE_NAME = "testname"; variable 199 … appAccountSubscribeManagerPtr->SubscribeAppAccount(nullptr, nullptr, UID, BUNDLE_NAME, APP_INDEX); 214 …ErrCode result = appAccountSubscribeManagerPtr->CheckAppAccess(nullptr, UID, BUNDLE_NAME, APP_INDE…
|
/base/theme/wallpaper_mgr/test/unittest/ |
D | wallpaper_dfx_test.cpp | 37 constexpr const char *BUNDLE_NAME = "WALLPAPER_SERVICE"; variable 147 timeStat.packagesName = BUNDLE_NAME;
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
D | data_share_common.h | 24 constexpr const char* BUNDLE_NAME = "BUNDLE_NAME"; variable
|
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/util/ |
D | NotificationUtil.ets | 28 private BUNDLE_NAME: string = 'com.ohos.usbfunctiondialog'; 87 this.BUNDLE_NAME, this.ABILITY_NAME, currentChoose);
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | data_publisher.cpp | 199 if (extraInfo[BUNDLE_NAME].isString()) { in HandleAppUninstallEvent() 200 bundleName = extraInfo[BUNDLE_NAME].asString(); in HandleAppUninstallEvent()
|
/base/account/os_account/services/accountmgr/test/moduletest/common/ |
D | bundle_manager_adapter_module_test.cpp | 49 const std::string BUNDLE_NAME = "com.ohos.launcher"; variable 210 BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, USER_ID);
|
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
D | mock_domain_plugin.cpp | 35 const std::string BUNDLE_NAME = "osaccount_test"; variable
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
D | napi_app_account.cpp | 340 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in DisableAppAccess() 369 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in EnableAppAccess() 400 PropertyType::NAME, PropertyType::BUNDLE_NAME, PropertyType::IS_ACCESSIBLE}; in SetAppAccess() 1116 …PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyType::BUNDLE_NAME, PropertyType::IS_VISIBLE }; in SetAuthTokenVisibilityInternal() 1189 PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyType::BUNDLE_NAME }; in CheckAuthTokenVisibilityInternal() 1402 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::BUNDLE_NAME }; in CheckAppAccess()
|
D | napi_app_account_common.cpp | 609 case PropertyType::BUNDLE_NAME : in ParseContextOAuthProperty() 673 case PropertyType::BUNDLE_NAME : in ParseAppAccountProperty()
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account_common.h | 129 BUNDLE_NAME, enumerator
|
/base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_js/ |
D | Wallpaper.test.js | 35 const BUNDLE_NAME = "com.ohos.sceneboard"; constant 83 …bundleManager.getBundleInfo(BUNDLE_NAME, bundleManager.BundleFlag.GET_BUNDLE_INFO_DEFAULT, (e) => {
|