Searched refs:WriteFileToInner (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/include/ |
H A D | bundle_manager_proxy.h | 44 …ErrCode WriteFileToInner(MessageParcel &reply, const std::string &realPath, std::vector<std::strin…
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/ |
H A D | bundle_manager_proxy.cpp | 206 ErrCode BundleManagerProxy::WriteFileToInner(MessageParcel &reply, const std::string &realPath, in WriteFileToInner() function in OHOS::EDM::BundleManagerProxy 270 if (WriteFileToInner(reply, realPath, servicePaths, errMessage) != ERR_OK) { in WriteFileToStream()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | bundle_manager_proxy_test.cpp | 406 ErrCode ret = bundleManagerProxy->WriteFileToInner(reply, hapFilePaths, realPaths, retMsg); 424 ErrCode ret = bundleManagerProxy->WriteFileToInner(reply, hapFilePaths, realPaths, retMsg);
|