Searched refs:GetModulePackageInfo (Results 1 – 10 of 10) sorted by relevance
| /base/update/sys_installer/interfaces/inner_api/include/ |
| D | imodule_update.h | 30 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
|
| /base/update/sys_installer/interfaces/innerkits/ipc_client/include/ |
| D | module_update_kits.h | 35 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
|
| D | module_update_proxy.h | 30 virtual int32_t GetModulePackageInfo(const std::string &hmpName,
|
| D | module_update_kits_impl.h | 34 int32_t GetModulePackageInfo(const std::string &hmpName,
|
| /base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
| D | module_update_kits_impl.cpp | 119 int32_t ModuleUpdateKitsImpl::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateKitsImpl 128 return moduleUpdate->GetModulePackageInfo(hmpName, modulePackageInfos); in GetModulePackageInfo()
|
| D | module_update_proxy.cpp | 83 int32_t ModuleUpdateProxy::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateProxy
|
| /base/update/sys_installer/frameworks/ipc_server/include/ |
| D | module_update_service.h | 35 int32_t GetModulePackageInfo(const std::string &hmpName,
|
| /base/update/sys_installer/tools/module_update_tool/ |
| D | main.cpp | 126 ret = moduleUpdateKits.GetModulePackageInfo(hmpStr, modulePackageInfos); in main()
|
| /base/update/sys_installer/frameworks/ipc_server/src/ |
| D | module_update_stub.cpp | 82 int32_t ret = service->GetModulePackageInfo(hmpName, infos); in GetModulePackageInfoStub()
|
| D | module_update_service.cpp | 231 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo() function in OHOS::SysInstaller::ModuleUpdateService
|