Home
last modified time | relevance | path

Searched refs:OnBundleRemoved (Results 1 - 17 of 17) sorted by relevance

/base/customization/enterprise_device_management/framework/extension/src/
H A Denterprise_admin_stub_impl.cpp51 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 Denterprise_admin_stub.cpp91 EDMLOGI("EnterpriseAdminStub::OnBundleRemoved"); in OnBundleRemovedInner()
94 OnBundleRemoved(bundleName, accountId); in OnBundleRemovedInner()
H A Djs_enterprise_admin_extension.cpp174 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 Denterprise_admin_proxy.h39 void OnBundleRemoved(const std::string &bundleName, int32_t accountId) override;
/base/customization/enterprise_device_management/services/edm/src/connection/
H A Denterprise_bundle_connection.cpp40 proxy_->OnBundleRemoved(bundleName_, accountId_); in OnAbilityConnectDone()
H A Denterprise_admin_proxy.cpp56 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 Dienterprise_admin.h43 virtual void OnBundleRemoved(const std::string &bundleName, int32_t accountId) = 0;
H A Denterprise_admin_stub_impl.h45 void OnBundleRemoved(const std::string &bundleName, int32_t accountId) override;
H A Djs_enterprise_admin_extension.h63 void OnBundleRemoved(const std::string &bundleName, int32_t accountId);
/base/customization/enterprise_device_management/test/unittest/services/edm/include/mock/
H A Denterprise_admin_stub_mock.h47 void OnBundleRemoved(const std::string &bundleName, int32_t accountId) override {}
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp362 * @tc.desc: Test OnBundleRemoved
373 advancedNotificationService_->OnBundleRemoved(bundle); in HWTEST_F()
H A Dnotification_preferences_test.cpp243 advancedNotificationService_->OnBundleRemoved(bundleOption_); in HWTEST_F()
H A Dadvanced_notification_service_test.cpp1752 * @tc.desc : Test OnBundleRemoved function.
1761 advancedNotificationService_->OnBundleRemoved(bundleOption); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp233 service->OnBundleRemoved(bundleOption); in DoTestForAdvancedNotificationUtils()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h849 void OnBundleRemoved(const sptr<NotificationBundleOption> &bundleOption);
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp522 void AdvancedNotificationService::OnBundleRemoved(const sptr<NotificationBundleOption> &bundleOption) in OnBundleRemoved() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_service.cpp312 std::bind(&AdvancedNotificationService::OnBundleRemoved, this, std::placeholders::_1), in AdvancedNotificationService()

Completed in 32 milliseconds