Home
last modified time | relevance | path

Searched refs:GetModulePackageInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp77 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateService
81 return ModuleUpdateMain::GetInstance().GetModulePackageInfo(hmpName, modulePackageInfos); in GetModulePackageInfo()
H A Dmodule_update_stub.cpp96 int32_t ret = service->GetModulePackageInfo(hmpName, infos); in GetModulePackageInfoStub()
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_kits_impl.cpp122 int32_t ModuleUpdateKitsImpl::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateKitsImpl
131 return moduleUpdate->GetModulePackageInfo(hmpName, modulePackageInfos); in GetModulePackageInfo()
H A Dmodule_update_proxy.cpp83 int32_t ModuleUpdateProxy::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateProxy
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_kits.h37 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
H A Dmodule_update_proxy.h30 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
H A Dmodule_update_kits_impl.h34 int32_t GetModulePackageInfo(const std::string &hmpName,
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/include/
H A Dmodule_update_service.h32 int32_t GetModulePackageInfo(const std::string &hmpName,
/ohos5.0/base/update/sys_installer/test/fuzztest/imoduleupdate_fuzzer/
H A Dimodule_update_fuzzer.cpp36 …moduleUpdateKits.GetModulePackageInfo(std::string(reinterpret_cast<const char*>(data), size), info… in FuzzModuleUpdate()
/ohos5.0/base/update/sys_installer/services/module_update/service/include/
H A Dmodule_update_main.h36 int32_t GetModulePackageInfo(const std::string &hmpName,
/ohos5.0/base/update/sys_installer/interfaces/inner_api/include/
H A Dimodule_update.h114 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
/ohos5.0/base/update/sys_installer/tools/module_update_tool/
H A Dmain.cpp153 …int ret = OHOS::SysInstaller::ModuleUpdateKits::GetInstance().GetModulePackageInfo(hmpStr, moduleP… in ShowInfo()
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp380 int32_t ModuleUpdateMain::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateMain