Home
last modified time | relevance | path

Searched defs:SetInstallerId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_stream_installer_interface.h52 virtual void SetInstallerId(uint32_t installerId) {}; in SetInstallerId() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_stream_installer_host_impl.cpp82 void BundleStreamInstallerHostImpl::SetInstallerId(uint32_t installerId) in SetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_stream_installer_proxy.cpp221 void BundleStreamInstallerProxy::SetInstallerId(uint32_t installerId) in SetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp345 void BundleStreamInstallerHostImpl::SetInstallerId(uint32_t installerId) in SetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
H A Dbms_stream_installer_host_test.cpp47 void SetInstallerId(uint32_t installerId) override {} in SetInstallerId() function in OHOS::AppExecFwk::BundleStreamInstallerHostMock