Home
last modified time | relevance | path

Searched refs:GetExtensionSandboxTypeList (Results 1 - 15 of 15) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp468 ErrCode InstalldClient::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldClient
470 return CallService(&IInstalld::GetExtensionSandboxTypeList, typeList); in GetExtensionSandboxTypeList()
H A Dmock_installd_host_impl.cpp299 ErrCode InstalldHostImpl::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp303 ErrCode InstalldClient::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinstalld_client.cpp564 ErrCode InstalldClient::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldClient
566 return CallService(&IInstalld::GetExtensionSandboxTypeList, typeList); in GetExtensionSandboxTypeList()
H A Dbase_bundle_installer.cpp3739 InstalldClient::GetInstance()->GetExtensionSandboxTypeList(typeList); in UpdateExtensionSandboxInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h231 virtual ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h234 ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h415 virtual ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h229 virtual ErrCode GetExtensionSandboxTypeList(std::vector<std::string> &typeList) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_permission_test.cpp615 * @tc.name: test GetExtensionSandboxTypeList
616 * @tc.desc: 1.Test the GetExtensionSandboxTypeList of InstalldHostImpl without permission
622 ErrCode ret = installdHostImpl.GetExtensionSandboxTypeList(typeList); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_ipc_test.cpp866 * @tc.name: test function GetExtensionSandboxTypeList
867 * @tc.desc: 1. calling GetExtensionSandboxTypeList of proxy
874 auto ret = proxy->GetExtensionSandboxTypeList(types); in HWTEST_F()
H A Dbms_install_daemon_host_impl_test.cpp1277 * @tc.desc: 1. calling GetExtensionSandboxTypeList of hostImpl
1284 ErrCode res = hostImpl->GetExtensionSandboxTypeList(typeList); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp868 ErrCode result = GetExtensionSandboxTypeList(typeList); in HandleGetExtensionSandboxTypeList()
H A Dinstalld_proxy.cpp861 ErrCode InstalldProxy::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldProxy
873 APP_LOGE("fail to GetExtensionSandboxTypeList from reply"); in GetExtensionSandboxTypeList()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1693 ErrCode InstalldHostImpl::GetExtensionSandboxTypeList(std::vector<std::string> &typeList) in GetExtensionSandboxTypeList() function in OHOS::AppExecFwk::InstalldHostImpl

Completed in 27 milliseconds