/base/update/sys_installer/frameworks/installer_manager/src/ |
H A D | installer_manager.cpp | 79 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip() 85 return helper_->StartUpdateParaZip(pkgPath, location, cfgDir); in StartUpdateParaZip() 88 int32_t InstallerManager::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() argument 94 return helper_->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip() 78 StartUpdateParaZip(const std::string &pkgPath, const std::string &location, const std::string &cfgDir) StartUpdateParaZip() argument
|
H A D | installer_manager_helper.cpp | 79 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip() 84 int32_t InstallerManagerHelper::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() argument 78 StartUpdateParaZip(const std::string &pkgPath, const std::string &location, const std::string &cfgDir) StartUpdateParaZip() argument
|
/base/update/sys_installer/frameworks/installer_manager/include/ |
H A D | installer_manager_helper.h | 32 const std::string &location, const std::string &cfgDir) = 0; 33 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) = 0; 49 const std::string &location, const std::string &cfgDir); 50 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
|
H A D | installer_manager.h | 36 const std::string &location, const std::string &cfgDir); 37 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
|
/base/update/sys_installer/frameworks/ipc_server/src/ |
H A D | sys_installer_server.cpp | 72 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip() 75 return InstallerManager::GetInstance().StartUpdateParaZip(pkgPath, location, cfgDir); in StartUpdateParaZip() 78 int32_t SysInstallerServer::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() argument 81 return InstallerManager::GetInstance().StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip() 71 StartUpdateParaZip(const std::string &pkgPath, const std::string &location, const std::string &cfgDir) StartUpdateParaZip() argument
|
H A D | sys_installer_stub.cpp | 122 string cfgDir = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub() local 123 LOG(INFO) << "StartUpdateParaZipStub path:" << pkgPath << " location:" << location << " cfgDir:" << cfgDir; in StartUpdateParaZipStub() local 125 int32_t ret = service->StartUpdateParaZip(pkgPath, location, cfgDir); in StartUpdateParaZipStub() 138 string cfgDir = Str16ToStr8(data.ReadString16()); in StartDeleteParaZipStub() local 139 LOG(INFO) << "StartDeleteParaZipStub location:" << location << " cfgDir:" << cfgDir; in StartDeleteParaZipStub() local 141 int32_t ret = service->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZipStub()
|
/base/customization/config_policy/interfaces/kits/cj/src/ |
H A D | config_policy_ffi.cpp | 61 CfgDir *cfgDir = GetCfgDirList(); in CJ_GetCfgDirList() local 64 if (cfgDir != nullptr) { in CJ_GetCfgDirList() 66 if (cfgDir->paths[i] != nullptr) { in CJ_GetCfgDirList() 67 dirList.push_back(cfgDir->paths[i]); in CJ_GetCfgDirList() 75 FreeCfgDirList(cfgDir); in CJ_GetCfgDirList()
|
/base/update/sys_installer/interfaces/inner_api/include/ |
H A D | isys_installer.h | 35 const std::string &location, const std::string &cfgDir) = 0; 36 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) = 0;
|
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/ |
H A D | sys_installer_proxy.h | 33 const std::string &location, const std::string &cfgDir); 34 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
|
H A D | sys_installer_kits.h | 44 const std::string &location, const std::string &cfgDir) = 0; 45 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) = 0;
|
H A D | sys_installer_kits_impl.h | 35 const std::string &location, const std::string &cfgDir); 36 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
|
/base/update/sys_installer/frameworks/ipc_server/include/ |
H A D | sys_installer_server.h | 44 const std::string &location, const std::string &cfgDir) override; 45 int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) override;
|
/base/customization/config_policy/test/unittest/ |
H A D | config_policy_utils_test.cpp | 124 CfgDir *cfgDir = GetCfgDirList(); in HWTEST_F() local 125 EXPECT_TRUE(cfgDir != NULL); in HWTEST_F() 128 char *filePath = cfgDir->paths[i]; in HWTEST_F() 134 FreeCfgDirList(cfgDir); in HWTEST_F()
|
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/ |
H A D | sys_installer_kits_impl.cpp | 196 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip() 204 int32_t ret = updateService->StartUpdateParaZip(pkgPath, location, cfgDir); in StartUpdateParaZip() 212 int32_t SysInstallerKitsImpl::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() argument 220 int32_t ret = updateService->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip() 195 StartUpdateParaZip(const std::string &pkgPath, const std::string &location, const std::string &cfgDir) StartUpdateParaZip() argument
|
H A D | sys_installer_proxy.cpp | 143 const std::string &location, const std::string &cfgDir) in StartUpdateParaZip() 159 data.WriteString16(Str8ToStr16(cfgDir)); in StartUpdateParaZip() 173 int32_t SysInstallerProxy::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() argument 188 data.WriteString16(Str8ToStr16(cfgDir)); in StartDeleteParaZip() 142 StartUpdateParaZip(const std::string &pkgPath, const std::string &location, const std::string &cfgDir) StartUpdateParaZip() argument
|
/base/customization/config_policy/interfaces/kits/js/src/ |
H A D | config_policy_napi.cpp | 379 CfgDir *cfgDir = GetCfgDirList(); in NativeGetCfgDirList() local 381 if (cfgDir != nullptr && cfgDir->paths[i] != nullptr) { in NativeGetCfgDirList() 382 asyncCallbackInfo->paths_.push_back(cfgDir->paths[i]); in NativeGetCfgDirList() 385 FreeCfgDirList(cfgDir); in NativeGetCfgDirList() 393 CfgDir *cfgDir = GetCfgDirList(); in NativeGetCfgDirListSync() local 394 if (cfgDir != nullptr) { in NativeGetCfgDirListSync() 396 if (cfgDir->paths[i] != nullptr) { in NativeGetCfgDirListSync() 397 context->paths_.push_back(cfgDir->paths[i]); in NativeGetCfgDirListSync() 400 FreeCfgDirList(cfgDir); in NativeGetCfgDirListSync() [all...] |