/base/customization/enterprise_device_management/framework/extension/src/ |
H A D | enterprise_admin_stub_impl.cpp | 51 void EnterpriseAdminStubImpl::OnBundleRemoved(const std::string &bundleName, int32_t accountId) in OnBundleRemoved() function in OHOS::EDM::EnterpriseAdminStubImpl 56 extension->OnBundleRemoved(bundleName, accountId); in OnBundleRemoved()
|
H A D | enterprise_admin_stub.cpp | 91 EDMLOGI("EnterpriseAdminStub::OnBundleRemoved"); in OnBundleRemovedInner() 94 OnBundleRemoved(bundleName, accountId); in OnBundleRemovedInner()
|
H A D | js_enterprise_admin_extension.cpp | 174 void JsEnterpriseAdminExtension::OnBundleRemoved(const std::string &bundleName, int32_t accountId) in OnBundleRemoved() function in OHOS::EDM::JsEnterpriseAdminExtension 176 EDMLOGI("JsEnterpriseAdminExtension::OnBundleRemoved"); in OnBundleRemoved()
|
/base/customization/enterprise_device_management/services/edm/include/connection/ |
H A D | enterprise_admin_proxy.h | 39 void OnBundleRemoved(const std::string &bundleName, int32_t accountId) override;
|
/base/customization/enterprise_device_management/services/edm/src/connection/ |
H A D | enterprise_bundle_connection.cpp | 40 proxy_->OnBundleRemoved(bundleName_, accountId_);
in OnAbilityConnectDone()
|
H A D | enterprise_admin_proxy.cpp | 56 void EnterpriseAdminProxy::OnBundleRemoved(const std::string &bundleName, int32_t accountId) in OnBundleRemoved() function in OHOS::EDM::EnterpriseAdminProxy 65 EDMLOGI("EnterpriseAdminProxy proxy OnBundleRemoved"); in OnBundleRemoved()
|
/base/customization/enterprise_device_management/framework/extension/include/ |
H A D | ienterprise_admin.h | 43 virtual void OnBundleRemoved(const std::string &bundleName, int32_t accountId) = 0;
|
H A D | enterprise_admin_stub_impl.h | 45 void OnBundleRemoved(const std::string &bundleName, int32_t accountId) override;
|
H A D | js_enterprise_admin_extension.h | 63 void OnBundleRemoved(const std::string &bundleName, int32_t accountId);
|
/base/customization/enterprise_device_management/test/unittest/services/edm/include/mock/ |
H A D | enterprise_admin_stub_mock.h | 47 void OnBundleRemoved(const std::string &bundleName, int32_t accountId) override {}
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_utils_test.cpp | 362 * @tc.desc: Test OnBundleRemoved 373 advancedNotificationService_->OnBundleRemoved(bundle); in HWTEST_F()
|
H A D | notification_preferences_test.cpp | 243 advancedNotificationService_->OnBundleRemoved(bundleOption_); in HWTEST_F()
|
H A D | advanced_notification_service_test.cpp | 1752 * @tc.desc : Test OnBundleRemoved function. 1761 advancedNotificationService_->OnBundleRemoved(bundleOption); in HWTEST_F()
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 233 service->OnBundleRemoved(bundleOption); in DoTestForAdvancedNotificationUtils()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 849 void OnBundleRemoved(const sptr<NotificationBundleOption> &bundleOption);
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 522 void AdvancedNotificationService::OnBundleRemoved(const sptr<NotificationBundleOption> &bundleOption) in OnBundleRemoved() function in OHOS::Notification::AdvancedNotificationService
|
H A D | advanced_notification_service.cpp | 312 std::bind(&AdvancedNotificationService::OnBundleRemoved, this, std::placeholders::_1), in AdvancedNotificationService()
|