Home
last modified time | relevance | path

Searched refs:BUNDLE_NAME (Results 1 - 20 of 20) sorted by relevance

/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_kv_storage_test.cpp32 static const std::string BUNDLE_NAME = "test"; member
57 BUNDLE_NAME, CONFIG, TOKENID); in HWTEST_F()
60 BUNDLE_NAME, configInfo, TOKENID); in HWTEST_F()
63 BUNDLE_NAME, configInfo, TOKENID); in HWTEST_F()
70 res = SandboxConfigKvDataStorage::GetInstance().DeleteSandboxConfigFromDataStorage(1000, BUNDLE_NAME, TOKENID); in HWTEST_F()
72 res = SandboxConfigKvDataStorage::GetInstance().DeleteSandboxConfigFromDataStorage(100, BUNDLE_NAME, TOKENID); in HWTEST_F()
90 res = SandboxConfigKvDataStorage::GetInstance().AddOrUpdateValue(BUNDLE_NAME, ""); in HWTEST_F()
H A Ddlp_bundle_adapter_test.cpp30 const std::string BUNDLE_NAME = "com.ohos.launcher"; member
52 BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, USER_ID); in HWTEST_F()
66 BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, USER_ID); in HWTEST_F()
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_control_manager_module_test.cpp36 const std::string BUNDLE_NAME = "bundlename"; member
120 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); in HWTEST_F()
124 BUNDLE_NAME, appAccountInfo, dataStoragePtr, UID); in HWTEST_F()
144 appAccounts, BUNDLE_NAME, dataStoragePtr, 0); in HWTEST_F()
188 STRING_OWNER, appAccounts, BUNDLE_NAME, dataStoragePtr); in HWTEST_F()
204 request.callerBundleName = BUNDLE_NAME; in HWTEST_F()
218 appAccountInfo.SetOAuthTokenVisibility(authTypeOne, BUNDLE_NAME, true, Constants::API_VERSION8); in HWTEST_F()
H A Dapp_account_authenticator_session_manager_module_test.cpp37 const std::string BUNDLE_NAME = "bundlename"; member
466 request.owner = BUNDLE_NAME; in HWTEST_F()
494 element.SetBundleName(BUNDLE_NAME); in HWTEST_F()
516 request.owner = BUNDLE_NAME; in HWTEST_F()
523 element.SetBundleName(BUNDLE_NAME); in HWTEST_F()
548 request.owner = BUNDLE_NAME; in HWTEST_F()
560 element.SetBundleName(BUNDLE_NAME); in HWTEST_F()
567 request1.owner = BUNDLE_NAME; in HWTEST_F()
575 element1.SetBundleName(BUNDLE_NAME); in HWTEST_F()
/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dticket_verify_test.cpp29 const std::string BUNDLE_NAME = "com.ohos.test"; member
81 profileInfo.bundleInfo.bundleName = BUNDLE_NAME; in HWTEST_F()
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
H A Dwatermark_image_serializer.cpp24 const char* const BUNDLE_NAME = "bundleName"; member
42 cJSON* bundleName = cJSON_GetObjectItem(item, BUNDLE_NAME); in Deserialize()
73 cJSON_AddStringToObject(item, BUNDLE_NAME, it.first.first.c_str()); in Serialize()
/base/security/asset/services/core_service/src/common_event/
H A Dstart_event.rs29 const BUNDLE_NAME: &str = "bundleName"; consts
66 let Some(bundle_name) = want.get(BUNDLE_NAME) else { in handle_package_removed()
104 let Some(bundle_name) = want.get(BUNDLE_NAME) else {
/base/customization/enterprise_device_management/test/unittest/common/external/
H A Dedm_bundle_manager_impl_test.cpp32 const std::string BUNDLE_NAME = "com.ohos.launcher"; member
105 BUNDLE_NAME, AppExecFwk::BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, USER_ID); in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_subscribe_test.cpp32 const std::string BUNDLE_NAME = "testname"; member
194 ErrCode result = appAccountSubscribeManagerPtr->SubscribeAppAccount(nullptr, nullptr, UID, BUNDLE_NAME, APP_INDEX); in HWTEST_F()
209 ErrCode result = appAccountSubscribeManagerPtr->CheckAppAccess(nullptr, UID, BUNDLE_NAME, APP_INDEX); in HWTEST_F()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_share_common.h24 constexpr const char* BUNDLE_NAME = "BUNDLE_NAME"; member
/base/security/asset/services/os_dependency/src/
H A Dsystem_event_wrapper.cpp34 const char * const BUNDLE_NAME = "bundleName"; member
62 std::string bundleName = want.GetStringParam(BUNDLE_NAME); in HandleAppRestore()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp62 if (root[BUNDLE_NAME].isString()) { in GetBundleNameFromJsonStr()
63 bundleName = root[BUNDLE_NAME].asString(); in GetBundleNameFromJsonStr()
/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h118 const std::string BUNDLE_NAME = ""; member in OHOS::Telephony::CallVoiceAssistantManager
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_dfx_test.cpp57 constexpr const char *BUNDLE_NAME = "BUNDLE_NAME"; member
117 sysEvent->GetParamValue(BUNDLE_NAME, bundleName);
/base/account/os_account/services/accountmgr/test/moduletest/common/
H A Dbundle_manager_adapter_module_test.cpp49 const std::string BUNDLE_NAME = "com.ohos.launcher"; member
215 BUNDLE_NAME, BundleFlag::GET_BUNDLE_WITH_ABILITIES, bundleInfo, USER_ID); in HWTEST_F()
/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Dmock_domain_plugin.cpp35 const std::string BUNDLE_NAME = "osaccount_test"; member
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp340 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()
H A Dnapi_app_account_common.cpp32 "Parameter error. The type of \"bundleName\" must be string", // index equals to PropertyType::BUNDLE_NAME value
646 case PropertyType::BUNDLE_NAME : in ParseContextOAuthProperty()
710 case PropertyType::BUNDLE_NAME : in ParseAppAccountProperty()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_common.h129 BUNDLE_NAME, enumerator
/base/telephony/call_manager/services/call_voice_assistant/src/
H A Dcall_voice_assistant_manager.cpp136 AppExecFwk::ElementName element(DEFAULT_STRING, BUNDLE_NAME, ABILITY_NAME); in ConnectAbility()

Completed in 16 milliseconds