Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/base/customization/enterprise_device_management/interfaces/kits/enterprise_admin_extension/
Denterprise_admin_extension_ability.js23 onBundleAdded(bundleName) { argument
26 onBundleRemoved(bundleName) { argument
29 onAppStart(bundleName) { argument
32 onAppStop(bundleName) { argument
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
Ddistributed_notification_manager_branch_test.cpp38 …const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) {}; in OnPublish()
40 …const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) {}; in OnUpdate()
42 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) … in OnDelete()
134 std::string bundleName = "test2"; variable
166 std::string bundleName = "test2"; variable
198 std::string bundleName = "test2"; variable
212 std::string bundleName = "aa"; variable
227 std::string bundleName = "aa"; variable
245 std::string bundleName = "<bundleName>"; variable
260 std::string bundleName = "aa"; variable
[all …]
/base/notification/distributed_notification_service/services/distributed/test/unittest/
Ddistributed_notification_manager_test.cpp34 …const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) {}; in OnPublish()
36 …const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) {}; in OnUpdate()
38 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) … in OnDelete()
66 std::string bundleName = "<bundleName>"; variable
83 std::string bundleName = "<bundleName>"; variable
100 std::string bundleName = "<bundleName>"; variable
117 std::string bundleName = "<bundleName>"; variable
134 std::string bundleName = "<bundleName>"; variable
152 std::string bundleName = "<bundleName>"; variable
170 std::string bundleName = "<bundleName>"; variable
[all …]
/base/customization/enterprise_device_management/framework/extension/src/
Denterprise_admin_stub_impl.cpp41 void EnterpriseAdminStubImpl::OnBundleAdded(const std::string &bundleName) in OnBundleAdded()
51 void EnterpriseAdminStubImpl::OnBundleRemoved(const std::string &bundleName) in OnBundleRemoved()
61 void EnterpriseAdminStubImpl::OnAppStart(const std::string &bundleName) in OnAppStart()
71 void EnterpriseAdminStubImpl::OnAppStop(const std::string &bundleName) in OnAppStop()
Denterprise_admin_stub.cpp64 std::string bundleName = data.ReadString(); in OnBundleAddedInner() local
71 std::string bundleName = data.ReadString(); in OnBundleRemovedInner() local
78 std::string bundleName = data.ReadString(); in OnAppStartInner() local
85 std::string bundleName = data.ReadString(); in OnAppStopInner() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_bundle_option_test.cpp43 std::string bundleName = "BundleName"; variable
59 std::string bundleName = "BundleName"; variable
75 std::string bundleName = "BundleName"; variable
91 std::string bundleName = "BundleName"; variable
107 std::string bundleName = "BundleName"; variable
129 std::string bundleName = "BundleName"; variable
/base/customization/enterprise_device_management/test/unittest/include/
Denterprise_admin_stub_mock.h45 void OnBundleAdded(const std::string &bundleName) override {} in OnBundleAdded()
47 void OnBundleRemoved(const std::string &bundleName) override {} in OnBundleRemoved()
49 void OnAppStart(const std::string &bundleName) override {} in OnAppStart()
51 void OnAppStop(const std::string &bundleName) override {} in OnAppStop()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
Dmock_bundle_mgr_proxy.cpp42 const std::string &bundleName, const BundleFlag flag, BundleInfo &bundleInfo, int32_t userId) in GetBundleInfo()
48 std::string BundleMgrProxy::GetAppIdByBundleName(const std::string &bundleName, const int userId) in GetAppIdByBundleName()
53 bool BundleMgrProxy::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid()
59 std::string BundleMgrProxy::GetAppType(const std::string &bundleName) in GetAppType()
/base/customization/enterprise_device_management/services/edm/src/connection/
Denterprise_admin_proxy.cpp43 void EnterpriseAdminProxy::OnBundleAdded(const std::string &bundleName) in OnBundleAdded()
55 void EnterpriseAdminProxy::OnBundleRemoved(const std::string &bundleName) in OnBundleRemoved()
67 void EnterpriseAdminProxy::OnAppStart(const std::string &bundleName) in OnAppStart()
79 void EnterpriseAdminProxy::OnAppStop(const std::string &bundleName) in OnAppStop()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp79 std::string bundleName = "this is bundleName"; variable
144 std::string bundleName = "this is bundleName"; variable
161 std::string bundleName = "this is bundleName"; variable
176 std::string bundleName = "this is bundleName"; variable
191 std::string bundleName = "this is bundleName"; variable
207 std::string bundleName = "this is bundleName"; variable
224 std::string bundleName = "this is bundleName"; variable
/base/notification/distributed_notification_service/services/distributed/src/
Ddistributed_preferences_info.cpp38 void DistributedPreferencesInfo::SetDistributedBundleEnable(const std::string &bundleName, int32_t … in SetDistributedBundleEnable()
43 bool DistributedPreferencesInfo::GetDistributedBundleEnable(const std::string &bundleName, int32_t … in GetDistributedBundleEnable()
54 void DistributedPreferencesInfo::DeleteDistributedBundleInfo(const std::string &bundleName, int32_t… in DeleteDistributedBundleInfo()
Ddistributed_notification_manager.cpp87 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id, … in GenerateDistributedKey()
93 const std::string &bundleName, const std::string &label, int32_t id, std::string &key) in GenerateLocalDistributedKey()
303 const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) in PublishCallback()
315 const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) in UpdateCallback()
327 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteCallback()
339const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Publish()
368const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Update()
394 ErrCode DistributedNotificationManager::Delete(const std::string &bundleName, const std::string &la… in Delete()
416 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteRemoteNotification()
/base/account/os_account/services/accountmgr/test/mock/app_account/
Dmock_inner_app_account_manager.cpp39 …const std::string &name, const std::string &extraInfo, const std::string &bundleName, const uint32… in AddAccount()
58 const std::string &name, const std::string &bundleName, const uint32_t &appIndex) in DeleteAccount()
72 … const sptr<IRemoteObject> &eventListener, const std::string &bundleName, const uint32_t &appIndex) in SubscribeAppAccount()
Dmock_app_account_control_manager.cpp38 const std::string &bundleName, AppAccountInfo &appAccountInfo) in AddAccount()
57 const std::string &name, const std::string &bundleName, AppAccountInfo &appAccountInfo) in DeleteAccount()
/base/notification/common_event_service/services/src/
Dstatic_subscriber_manager.cpp61 std::string bundleName = appInfo.bundleName; in InitAllowList() local
111 const int32_t &userId, const sptr<IRemoteObject> &service, const std::string &bundleName) in PublishCommonEvent()
199 bool StaticSubscriberManager::VerifySubscriberPermission(const std::string &bundleName, const int32… in VerifySubscriberPermission()
321 void StaticSubscriberManager::AddSubscriberWithBundleName(const std::string &bundleName, const int3… in AddSubscriberWithBundleName()
339 void StaticSubscriberManager::RemoveSubscriberWithBundleName(const std::string &bundleName, const i… in RemoveSubscriberWithBundleName()
374 std::string bundleName = data.GetWant().GetElement().GetBundleName(); in UpdateSubscriber() local
418 … std::string bundleName = DelayedSingleton<BundleManagerHelper>::GetInstance()->GetBundleName(uid); in SetStaticSubscriberState() local
445 const std::set<std::string> &disableStaticSubscribeAllData, const std::string &bundleName) in InitDisableStaticSubscribersStates()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_dialog.cpp44 int32_t NotificationDialog::GetUidByBundleName(const std::string &bundleName) in GetUidByBundleName()
53 …auto bundleName = IN_PROCESS_CALL(AAFwk::AbilityManagerClient::GetInstance()->GetTopAbility().GetB… in StartEnableNotificationDialogAbility() local
/base/account/os_account/services/accountmgr/src/appaccount/
Dinner_app_account_manager.cpp39 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in AddAccount()
52 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CreateAccount()
65 …const std::string &name, const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in DeleteAccount()
77 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in GetAccountExtraInfo()
83 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in SetAccountExtraInfo()
129 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CheckAppAccountSyncEnable()
135 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in SetAppAccountSyncEnable()
187 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in DeleteAccountCredential()
264 AuthorizationRequest &request, const std::string &bundleName, in ExecuteRequest()
347 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in GetAllAccounts()
[all …]
Dapp_account_manager_service.cpp51 std::string bundleName; in AddAccount() local
83 std::string bundleName; in CreateAccount() local
113 std::string bundleName; in DeleteAccount() local
125 std::string bundleName; in GetAccountExtraInfo() local
137 std::string bundleName; in SetAccountExtraInfo() local
236 std::string bundleName; in CheckAppAccountSyncEnable() local
254 std::string bundleName; in SetAppAccountSyncEnable() local
407 … const std::string &authType, const std::string &bundleName, AuthenticatorSessionRequest &request) in GetTokenVisibilityParam()
421 …const std::string &name, const std::string &authType, const std::string &bundleName, bool isVisibl… in SetOAuthTokenVisibility()
433 …const std::string &name, const std::string &authType, const std::string &bundleName, bool isVisibl… in SetAuthTokenVisibility()
[all …]
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
Dretention_file_manager.cpp54 bool RetentionFileManager::HasRetentionSandboxInfo(const std::string& bundleName) in HasRetentionSandboxInfo()
110 const std::string& bundleName, const int32_t& userId) in AddSandboxInfo()
150 int32_t RetentionFileManager::RemoveRetentionState(const std::string& bundleName, const int32_t& ap… in RemoveRetentionState()
170 int32_t RetentionFileManager::GetRetentionSandboxList(const std::string& bundleName, in GetRetentionSandboxList()
Dvisit_record_json_manager.cpp47 int32_t VisitRecordJsonManager::AddVisitRecord(const std::string& bundleName, const int32_t& userId, in AddVisitRecord()
70 int32_t VisitRecordJsonManager::AddVisitRecord(const std::string& bundleName, const int32_t& userId, in AddVisitRecord()
79 int32_t VisitRecordJsonManager::GetVisitRecordList(const std::string& bundleName, const int32_t& us… in GetVisitRecordList()
117 std::string bundleName = ""; in VisitRecordInfoFromJson() local
/base/global/resource_management/frameworks/resmgr/src/
Dresource_manager.cpp53 std::shared_ptr<ResourceManager> CreateResourceManagerDef(const std::string &bundleName, in CreateResourceManagerDef()
91 std::shared_ptr<ResourceManager> CreateResourceManagerExt(const std::string &bundleName, const int3… in CreateResourceManagerExt()
107 std::shared_ptr<ResourceManager> CreateResourceManager(const std::string &bundleName, const std::st… in CreateResourceManager()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_bundle_option.cpp25 NotificationBundleOption::NotificationBundleOption(const std::string &bundleName, const int32_t uid) in NotificationBundleOption()
32 void NotificationBundleOption::SetBundleName(const std::string &bundleName) in SetBundleName()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/
Dnotification_dialog_test.cpp67 std::string bundleName = "BundleName"; variable
86 std::string bundleName = "BundleName"; variable
110 std::string bundleName = "BundleName"; variable
/base/security/access_token/interfaces/innerkits/accesstoken/include/
Dhap_token_info.h58 std::string bundleName; variable
100 std::string bundleName; variable
/base/customization/enterprise_device_management/test/unittest/src/
Denterprise_conn_manager_test.cpp60 std::string bundleName{"com.edm.test.demo"}; variable
81 std::string bundleName{"com.edm.test.demo"}; variable

12345678910>>...13