Home
last modified time | relevance | path

Searched refs:OnBundleAdded (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_status_callback_interface.h46 virtual void OnBundleAdded(const std::string &bundleName, const int userId) = 0;
48 …virtual void OnBundleAdded(const std::string &bundleName, const int userId, const int32_t appIndex) in OnBundleAdded() function
50 OnBundleAdded(bundleName, userId); in OnBundleAdded()
H A Dbundle_status_callback_proxy.h47 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {}; in OnBundleAdded() function
48 …virtual void OnBundleAdded(const std::string &bundleName, const int userId, const int32_t appIndex… in OnBundleAdded() function
/ohos5.0/base/customization/enterprise_device_management/framework/extension/src/
H A Denterprise_admin_stub_impl.cpp41 void EnterpriseAdminStubImpl::OnBundleAdded(const std::string &bundleName, int32_t accountId) in OnBundleAdded() function in OHOS::EDM::EnterpriseAdminStubImpl
46 extension->OnBundleAdded(bundleName, accountId); in OnBundleAdded()
H A Denterprise_admin_stub.cpp86 OnBundleAdded(bundleName, accountId); in OnBundleAddedInner()
H A Djs_enterprise_admin_extension.cpp162 void JsEnterpriseAdminExtension::OnBundleAdded(const std::string &bundleName, int32_t accountId) in OnBundleAdded() function in OHOS::EDM::JsEnterpriseAdminExtension
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp30 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
41 … void TestBundleStatusCallback::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() function in OHOS::AppExecFwk::TestBundleStatusCallback
/ohos5.0/base/customization/enterprise_device_management/framework/extension/include/
H A Dienterprise_admin.h37 virtual void OnBundleAdded(const std::string &bundleName, int32_t accountId) = 0;
H A Denterprise_admin_stub_impl.h43 void OnBundleAdded(const std::string &bundleName, int32_t accountId) override;
H A Djs_enterprise_admin_extension.h61 void OnBundleAdded(const std::string &bundleName, int32_t accountId);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestatuscallbackproxy_fuzzer/
H A Dbundlestatuscallbackproxy_fuzzer.cpp33 callbackProxy.OnBundleAdded(bundleName, reinterpret_cast<uintptr_t>(data)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/connection/
H A Denterprise_bundle_connection.cpp37 proxy_->OnBundleAdded(bundleName_, accountId_); in OnAbilityConnectDone()
H A Denterprise_admin_proxy.cpp43 void EnterpriseAdminProxy::OnBundleAdded(const std::string &bundleName, int32_t accountId) in OnBundleAdded() function in OHOS::EDM::EnterpriseAdminProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_bundle_status.h34 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {}; in OnBundleAdded() function
/ohos5.0/base/customization/enterprise_device_management/services/edm/include/connection/
H A Denterprise_admin_proxy.h37 void OnBundleAdded(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.h45 void OnBundleAdded(const std::string &bundleName, int32_t accountId) override {} in OnBundleAdded() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h34 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
H A Dbundle_status_callback.cpp69 void BundleStatusCallback::OnBundleAdded(const std::string& bundleName, const int userId) in OnBundleAdded() function in BundleStatusCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_monitor.cpp67 callback_->OnBundleAdded(bundleName, userId, appIndex); in OnReceiveEvent()
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.h77 void OnBundleAdded(const std::string &bundleName, const int userId) override {}; in OnBundleAdded() function
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.h69 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp50 void OnBundleAdded(const std::string& bundleName, const int userId) override in OnBundleAdded() function in OHOS::Rosen::__anon322720bb0110::BundleStatusCallback
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.cpp196 void DrvBundleStateCallback::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() 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.cpp339 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
353 void TestBundleStatusCallback::OnBundleAdded(const std::string &bundleName, const int userId) in OnBundleAdded() function in OHOS::AppExecFwk::TestBundleStatusCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp49 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override {}; in OnBundleAdded() function in __anona640490a0110::BundleStatusCallbackImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp63 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override{}; in OnBundleAdded() function in OHOS::AppExecFwk::BundleStatusCallbackImpl

12