Home
last modified time | relevance | path

Searched refs:InstallModulePackage (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dmodule_update_service.cpp60 int32_t ModuleUpdateService::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage() function in OHOS::SysInstaller::ModuleUpdateService
132 ret = InstallModulePackage(path); in StartUpdateHmpPackage()
H A Dmodule_update_stub.cpp69 int32_t ret = service->InstallModulePackage(pkgPath); in InstallModulePackageStub()
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dmodule_update_kits_impl.cpp100 int32_t ModuleUpdateKitsImpl::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage() function in OHOS::SysInstaller::ModuleUpdateKitsImpl
108 return moduleUpdate->InstallModulePackage(pkgPath); in InstallModulePackage()
H A Dmodule_update_proxy.cpp27 int32_t ModuleUpdateProxy::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage() function in OHOS::SysInstaller::ModuleUpdateProxy
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dmodule_update_kits.h35 virtual int32_t InstallModulePackage(const std::string &pkgPath) = 0;
H A Dmodule_update_proxy.h28 virtual int32_t InstallModulePackage(const std::string &pkgPath);
H A Dmodule_update_kits_impl.h32 int32_t InstallModulePackage(const std::string &pkgPath) final;
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/include/
H A Dmodule_update_service.h30 int32_t InstallModulePackage(const std::string &pkgPath) override;
/ohos5.0/base/update/sys_installer/test/fuzztest/imoduleupdate_fuzzer/
H A Dimodule_update_fuzzer.cpp33 moduleUpdateKits.InstallModulePackage(std::string(reinterpret_cast<const char*>(data), size)); in FuzzModuleUpdate()
/ohos5.0/base/update/sys_installer/interfaces/inner_api/include/
H A Dimodule_update.h112 virtual int32_t InstallModulePackage(const std::string &pkgPath) = 0;
/ohos5.0/base/update/sys_installer/tools/module_update_tool/
H A Dmain.cpp175 ret = moduleUpdateKits.InstallModulePackage(argv[MIN_PARAM_NUM]); in main()