Home
last modified time | relevance | path

Searched refs:realPaths (Results 1 – 4 of 4) sorted by relevance

/base/customization/enterprise_device_management/services/edm_plugin/src/
Dinstall_plugin.cpp123 std::vector<std::string> realPaths; in OnSetPolicy() local
124 ErrCode initRet = InstallParamInit(param, reply, installParam, realPaths); in OnSetPolicy()
148 ErrCode ret = iBundleInstaller->StreamInstall(realPaths, installParam, callback); in OnSetPolicy()
174 AppExecFwk::InstallParam &installParam, std::vector<std::string> &realPaths) in InstallParamInit() argument
190 realPaths.emplace_back(realPath); in InstallParamInit()
/base/customization/enterprise_device_management/services/edm_plugin/include/
Dinstall_plugin.h39 std::vector<std::string> &realPaths);
/base/customization/enterprise_device_management/test/unittest/bundle_manager_proxy/
Dbundle_manager_proxy_test.cpp245 std::vector<std::string> realPaths; variable
247 ErrCode ret = bundleManagerProxy->WriteFileToStream(admin, hapFilePath, realPaths, errMessage);
277 std::vector<std::string> realPaths; variable
279 ErrCode ret = bundleManagerProxy->WriteFileToInner(reply, hapFilePaths, realPaths, retMsg);
/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
Dbundle_manager_proxy.cpp191 std::vector<std::string> realPaths; in Install() local
193 ErrCode res = WriteFileToStream(admin, hapFilePath, realPaths, errMessage); in Install()
210 data.WriteStringVector(realPaths); in Install()