Home
last modified time | relevance | path

Searched refs:GetExtensionSandboxTypeList (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp473 ErrCode InstalldClient::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldClient
475 return CallService(&IInstalld::GetExtensionSandboxTypeList, typeList); in GetExtensionSandboxTypeList()
H A Dmock_install_client.cpp310 ErrCode InstalldClient::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp306 ErrCode InstalldHostImpl::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp575 ErrCode InstalldClient::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldClient
577 return CallService(&IInstalld::GetExtensionSandboxTypeList, typeList); in GetExtensionSandboxTypeList()
H A Dbase_bundle_installer.cpp3599 ErrCode res = InstalldClient::GetInstance()->GetExtensionSandboxTypeList(typeList); in UpdateExtensionSandboxInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h239 ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h421 virtual ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function
H A Dinstalld_proxy.h232 virtual ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h234 virtual ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp895 ErrCode result = GetExtensionSandboxTypeList(typeList); in HandleGetExtensionSandboxTypeList()
H A Dinstalld_proxy.cpp890 ErrCode InstalldProxy::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1748 ErrCode InstalldHostImpl::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldHostImpl