Searched refs:realPaths (Results 1 – 4 of 4) sorted by relevance
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
D | install_plugin.cpp | 123 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/ |
D | install_plugin.h | 39 std::vector<std::string> &realPaths);
|
/base/customization/enterprise_device_management/test/unittest/bundle_manager_proxy/ |
D | bundle_manager_proxy_test.cpp | 245 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/ |
D | bundle_manager_proxy.cpp | 191 std::vector<std::string> realPaths; in Install() local 193 ErrCode res = WriteFileToStream(admin, hapFilePath, realPaths, errMessage); in Install() 210 data.WriteStringVector(realPaths); in Install()
|