/base/customization/enterprise_device_management/interfaces/kits/enterprise_admin_extension/ |
D | enterprise_admin_extension_ability.js | 23 onBundleAdded(bundleName) { argument 26 onBundleRemoved(bundleName) { argument 29 onAppStart(bundleName) { argument 32 onAppStop(bundleName) { argument
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
D | distributed_notification_manager_test.cpp | 35 …const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) {}; in OnPublish() 37 …const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) {}; in OnUpdate() 39 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) … in OnDelete() 68 std::string bundleName = "<bundleName>"; variable 85 std::string bundleName = "<bundleName>"; variable 103 std::string bundleName = "<bundleName>"; variable 120 std::string bundleName = "<bundleName>"; variable 138 std::string bundleName = "<bundleName>"; variable 156 std::string bundleName = "<bundleName>"; variable 174 std::string bundleName = "<bundleName>"; variable [all …]
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_bundle_option_test.cpp | 43 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/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
D | mock_bundle_mgr_proxy.cpp | 42 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/usb/usb_manager/services/native/src/ |
D | usb_right_manager.cpp | 35 bool UsbRightManager::HasRight(const std::string &deviceName, const std::string &bundleName) in HasRight() 53 int32_t UsbRightManager::RequestRight(const std::string &deviceName, const std::string &bundleName) in RequestRight() 67 bool UsbRightManager::AddDeviceRight(const std::string &deviceName, const std::string &bundleName) in AddDeviceRight() 87 …ol UsbRightManager::RemoveDeviceRight(const std::string &deviceName, const std::string &bundleName) in RemoveDeviceRight() 113 bool UsbRightManager::ShowUsbDialog(const std::string &deviceName, const std::string &bundleName) in ShowUsbDialog() 139 …bRightManager::GetUserAgreementByDiag(const std::string &deviceName, const std::string &bundleName) in GetUserAgreementByDiag()
|
/base/customization/enterprise_device_management/framework/extension/src/ |
D | enterprise_admin_stub_impl.cpp | 41 void EnterpriseAdminStubImpl::OnBundleAdded(const std::string &bundleName) in OnBundleAdded() 51 void EnterpriseAdminStubImpl::OnBundleRemoved(const std::string &bundleName) in OnBundleRemoved()
|
D | enterprise_admin_stub.cpp | 55 std::string bundleName = data.ReadString(); in OnBundleAddedInner() local 62 std::string bundleName = data.ReadString(); in OnBundleRemovedInner() local
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
D | mock_inner_app_account_manager.cpp | 39 …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()
|
D | mock_app_account_control_manager.cpp | 38 const std::string &bundleName, AppAccountInfo &appAccountInfo) in AddAccount() 57 const std::string &name, const std::string &bundleName, AppAccountInfo &appAccountInfo) in DeleteAccount()
|
/base/notification/distributed_notification_service/services/distributed/src/ |
D | distributed_preferences_info.cpp | 38 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()
|
D | distributed_notification_manager.cpp | 75 …const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id, … in GenerateDistributedKey() 81 const std::string &bundleName, const std::string &label, int32_t id, std::string &key) in GenerateLocalDistributedKey() 248 const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) in PublishCallback() 260 const std::string &deviceId, const std::string &bundleName, sptr<NotificationRequest> &request) in UpdateCallback() 272 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteCallback() 284 …const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Publish() 309 …const std::string &bundleName, const std::string &label, int32_t id, const sptr<NotificationReques… in Update() 331 ErrCode DistributedNotificationManager::Delete(const std::string &bundleName, const std::string &la… in Delete() 349 … const std::string &deviceId, const std::string &bundleName, const std::string &label, int32_t id) in DeleteRemoteNotification()
|
/base/customization/enterprise_device_management/test/unittest/include/ |
D | enterprise_admin_stub_mock.h | 45 void OnBundleAdded(const std::string &bundleName) override {} in OnBundleAdded() 47 void OnBundleRemoved(const std::string &bundleName) override {} in OnBundleRemoved()
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_manager_service.cpp | 47 std::string bundleName; in AddAccount() local 79 std::string bundleName; in CreateAccount() local 109 std::string bundleName; in DeleteAccount() local 121 std::string bundleName; in GetAccountExtraInfo() local 133 std::string bundleName; in SetAccountExtraInfo() local 232 std::string bundleName; in CheckAppAccountSyncEnable() local 250 std::string bundleName; in SetAppAccountSyncEnable() local 403 … const std::string &authType, const std::string &bundleName, AuthenticatorSessionRequest &request) in GetTokenVisibilityParam() 417 …const std::string &name, const std::string &authType, const std::string &bundleName, bool isVisibl… in SetOAuthTokenVisibility() 429 …const std::string &name, const std::string &authType, const std::string &bundleName, bool isVisibl… in SetAuthTokenVisibility() [all …]
|
D | inner_app_account_manager.cpp | 37 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in AddAccount() 61 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CreateAccount() 85 …const std::string &name, const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in DeleteAccount() 106 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in GetAccountExtraInfo() 119 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in SetAccountExtraInfo() 196 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in CheckAppAccountSyncEnable() 209 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in SetAppAccountSyncEnable() 297 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in DeleteAccountCredential() 461 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in GetAllAccounts() 474 const uid_t &uid, const std::string &bundleName, const uint32_t &appIndex) in GetAllAccessibleAccounts() [all …]
|
/base/account/os_account/services/accountmgr/test/mock/common/ |
D | bundle_manager_adapter.cpp | 47 bool BundleManagerAdapter::GetBundleNameForUid(const int uid, std::string &bundleName) in GetBundleNameForUid() 55 bool BundleManagerAdapter::GetBundleInfo(const std::string &bundleName, const AppExecFwk::BundleFla… in GetBundleInfo() 79 int BundleManagerAdapter::GetUidByBundleName(const std::string &bundleName, const int userId) in GetUidByBundleName()
|
/base/customization/enterprise_device_management/services/edm/src/connection/ |
D | enterprise_admin_proxy.cpp | 43 void EnterpriseAdminProxy::OnBundleAdded(const std::string &bundleName) in OnBundleAdded() 55 void EnterpriseAdminProxy::OnBundleRemoved(const std::string &bundleName) in OnBundleRemoved()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_bundle_option.cpp | 25 NotificationBundleOption::NotificationBundleOption(const std::string &bundleName, const int32_t uid) in NotificationBundleOption() 32 void NotificationBundleOption::SetBundleName(const std::string &bundleName) in SetBundleName()
|
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
D | hap_token_info.h | 31 std::string bundleName; variable 51 std::string bundleName; variable
|
/base/customization/enterprise_device_management/test/unittest/src/ |
D | enterprise_conn_manager_test.cpp | 62 std::string bundleName{"com.edm.test.demo"}; variable 83 std::string bundleName{"com.edm.test.demo"}; variable
|
D | admin_manager_test.cpp | 251 std::string bundleName = "com.edm.test.demo"; variable 307 std::string bundleName = "com.edm.test.demo"; variable 339 std::string bundleName = "com.edm.test.demo"; variable 378 std::string bundleName = "com.edm.test.demo"; variable 398 std::string bundleName = "com.edm.test.demo"; variable
|
/base/notification/common_event_service/services/src/ |
D | static_subscriber_manager.cpp | 93 const int32_t &userId, const sptr<IRemoteObject> &service, const std::string &bundleName) in PublishCommonEvent() 176 bool StaticSubscriberManager::VerifySubscriberPermission(const std::string &bundleName, const int32… in VerifySubscriberPermission() 293 void StaticSubscriberManager::AddSubscriberWithBundleName(const std::string &bundleName, const int3… in AddSubscriberWithBundleName() 311 void StaticSubscriberManager::RemoveSubscriberWithBundleName(const std::string &bundleName, const i… in RemoveSubscriberWithBundleName() 346 std::string bundleName = data.GetWant().GetElement().GetBundleName(); in UpdateSubscriber() local
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | at_not_mock_app_account_manager_service_module_test.cpp | 68 std::string bundleName; variable 86 std::string bundleName; variable
|
/base/theme/screenlock_mgr/utils/include/ |
D | screenlock_appinfo.h | 24 std::string bundleName; member
|
/base/customization/enterprise_device_management/services/edm/include/connection/ |
D | enterprise_bundle_connection.h | 26 …const std::string &bundleName) : IEnterpriseConnection(want, code, userId), bundleName_(bundleName… in EnterpriseBundleConnection()
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
D | app_account_event_record.h | 28 std::string bundleName; member 42 std::string bundleName; member
|