Home
last modified time | relevance | path

Searched refs:cfgDir (Results 1 - 16 of 16) sorted by relevance

/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager.cpp79 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 Dinstaller_manager_helper.cpp79 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 Dinstaller_manager_helper.h32 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 Dinstaller_manager.h36 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 Dsys_installer_server.cpp72 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 Dsys_installer_stub.cpp122 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 Dconfig_policy_ffi.cpp61 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 Disys_installer.h35 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 Dsys_installer_proxy.h33 const std::string &location, const std::string &cfgDir);
34 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
H A Dsys_installer_kits.h44 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 Dsys_installer_kits_impl.h35 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 Dsys_installer_server.h44 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 Dconfig_policy_utils_test.cpp124 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 Dsys_installer_kits_impl.cpp196 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 Dsys_installer_proxy.cpp143 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 Dconfig_policy_napi.cpp379 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...]

Completed in 6 milliseconds