Home
last modified time | relevance | path

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 Dbundle_manager_proxy.h44 …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 Dbundle_manager_proxy.cpp206 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 Dbundle_manager_proxy_test.cpp406 ErrCode ret = bundleManagerProxy->WriteFileToInner(reply, hapFilePaths, realPaths, retMsg);
424 ErrCode ret = bundleManagerProxy->WriteFileToInner(reply, hapFilePaths, realPaths, retMsg);