/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_status_callback_interface.h | 70 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 D | bundle_status_callback_proxy.h | 61 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 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 | 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
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/ |
H A D | launcher_service_test.cpp | 32 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 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);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/ |
H A D | bundlestatuscallbackproxy_fuzzer.cpp | 35 callbackProxy.OnBundleRemoved(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_bundle_status.h | 36 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 D | enterprise_admin_proxy.h | 39 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 D | enterprise_admin_stub_mock.h | 47 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 D | bundle_status_callback.h | 36 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
|
H A D | bundle_status_callback.cpp | 204 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 D | bundle_monitor.cpp | 71 callback_->OnBundleRemoved(bundleName, userId, appIndex); in OnReceiveEvent()
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | bundle_status_adapter.h | 79 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 D | drv_bundle_state_callback.h | 81 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override;
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | root_scene.cpp | 60 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 D | advanced_notification_utils_test.cpp | 373 advancedNotificationService_->OnBundleRemoved(bundle);
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | drv_bundle_state_callback.cpp | 246 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 D | bms_launcher_service_system_test.cpp | 341 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 D | bundlemgr_proxy_test.cpp | 51 virtual void OnBundleRemoved(const std::string &bundleName, const int userId) override {}; in OnBundleRemoved() function in __anona640490a0110::BundleStatusCallbackImpl
|