/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_status_callback_interface.h | 46 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 D | bundle_status_callback_proxy.h | 47 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 D | enterprise_admin_stub_impl.cpp | 41 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 D | enterprise_admin_stub.cpp | 86 OnBundleAdded(bundleName, accountId); in OnBundleAddedInner()
|
H A D | js_enterprise_admin_extension.cpp | 162 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 D | launcher_service_test.cpp | 30 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 D | ienterprise_admin.h | 37 virtual void OnBundleAdded(const std::string &bundleName, int32_t accountId) = 0;
|
H A D | enterprise_admin_stub_impl.h | 43 void OnBundleAdded(const std::string &bundleName, int32_t accountId) override;
|
H A D | js_enterprise_admin_extension.h | 61 void OnBundleAdded(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 | 33 callbackProxy.OnBundleAdded(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 | 37 proxy_->OnBundleAdded(bundleName_, accountId_); in OnAbilityConnectDone()
|
H A D | enterprise_admin_proxy.cpp | 43 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 D | mock_bundle_status.h | 34 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 D | enterprise_admin_proxy.h | 37 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 D | enterprise_admin_stub_mock.h | 45 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 D | bundle_status_callback.h | 34 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
|
H A D | bundle_status_callback.cpp | 69 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 D | bundle_monitor.cpp | 67 callback_->OnBundleAdded(bundleName, userId, appIndex); in OnReceiveEvent()
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | bundle_status_adapter.h | 77 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 D | drv_bundle_state_callback.h | 69 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override;
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | root_scene.cpp | 50 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 D | drv_bundle_state_callback.cpp | 196 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 D | bms_launcher_service_system_test.cpp | 339 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 D | bundlemgr_proxy_test.cpp | 49 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 D | bms_search_system_test.cpp | 63 virtual void OnBundleAdded(const std::string &bundleName, const int userId) override{}; in OnBundleAdded() function in OHOS::AppExecFwk::BundleStatusCallbackImpl
|