/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | module_update_service.cpp | 77 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 D | module_update_stub.cpp | 96 int32_t ret = service->GetModulePackageInfo(hmpName, infos); in GetModulePackageInfoStub()
|
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | module_update_kits_impl.cpp | 122 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 D | module_update_proxy.cpp | 83 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 D | module_update_kits.h | 37 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
|
H A D | module_update_proxy.h | 30 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
|
H A D | module_update_kits_impl.h | 34 int32_t GetModulePackageInfo(const std::string &hmpName,
|
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/include/ |
H A D | module_update_service.h | 32 int32_t GetModulePackageInfo(const std::string &hmpName,
|
/ohos5.0/base/update/sys_installer/test/fuzztest/imoduleupdate_fuzzer/ |
H A D | imodule_update_fuzzer.cpp | 36 …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 D | module_update_main.h | 36 int32_t GetModulePackageInfo(const std::string &hmpName,
|
/ohos5.0/base/update/sys_installer/interfaces/inner_api/include/ |
H A D | imodule_update.h | 114 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
|
/ohos5.0/base/update/sys_installer/tools/module_update_tool/ |
H A D | main.cpp | 153 …int ret = OHOS::SysInstaller::ModuleUpdateKits::GetInstance().GetModulePackageInfo(hmpStr, moduleP… in ShowInfo()
|
/ohos5.0/base/update/sys_installer/services/module_update/service/src/ |
H A D | module_update_main.cpp | 380 int32_t ModuleUpdateMain::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateMain
|