Home
last modified time | relevance | path

Searched refs:OnBundleRemoved (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_status_callback_interface.h70 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) = 0;
72 …virtual void OnBundleRemoved(const std::string &bundleName, const int userId, const int32_t appInd… in OnBundleRemoved() function
74 OnBundleRemoved(bundleName, userId); in OnBundleRemoved()
H A Dbundle_status_callback_proxy.h61 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {}; in OnBundleRemoved() function
62 …virtual void OnBundleRemoved(const std::string &bundleName, const int userId, const int32_t appInd… in OnBundleRemoved() function
/ohos5.0/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.cpp94 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
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp32 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
49 … void TestBundleStatusCallback::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved() function in OHOS::AppExecFwk::TestBundleStatusCallback
/ohos5.0/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);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/
H A Dbundlestatuscallbackproxy_fuzzer.cpp35 callbackProxy.OnBundleRemoved(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_bundle_status.h36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {}; in OnBundleRemoved() function
/ohos5.0/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;
/ohos5.0/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 {} in OnBundleRemoved() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
H A Dbundle_status_callback.cpp204 void BundleStatusCallback::OnBundleRemoved(const std::string& bundleName, const int userId) in OnBundleRemoved() function in BundleStatusCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp71 callback_->OnBundleRemoved(bundleName, userId, appIndex); in OnReceiveEvent()
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.h79 void OnBundleRemoved(const std::string &bundleName, const int userId) override {}; in OnBundleRemoved() function
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.h81 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp60 void OnBundleRemoved(const std::string& bundleName, const int userId) override {} in OnBundleRemoved() function in OHOS::Rosen::__anon322720bb0110::BundleStatusCallback
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_utils_test.cpp373 advancedNotificationService_->OnBundleRemoved(bundle);
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.cpp246 void DrvBundleStateCallback::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved() function in OHOS::ExternalDeviceManager::DrvBundleStateCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp341 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
367 void TestBundleStatusCallback::OnBundleRemoved(const std::string &bundleName, const int userId) in OnBundleRemoved() function in OHOS::AppExecFwk::TestBundleStatusCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp51 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {}; in OnBundleRemoved() function in __anona640490a0110::BundleStatusCallbackImpl

12