Home
last modified time | relevance | path

Searched defs:diffFilePath (Results 1 – 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
Dbms_installd_client_test.cpp903 std::string diffFilePath = DIFF_FILE_PATH; variable
919 std::string diffFilePath = EMPTY_STRING; variable
935 std::string diffFilePath = DIFF_FILE_PATH; variable
951 std::string diffFilePath = DIFF_FILE_PATH; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dinstalld_client.cpp248 …rCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dmock_installd_host_impl.cpp129 …ode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dmock_install_client.cpp138 const std::string &oldSoPath, const std::string &diffFilePath, const std::string &newSoPath) in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
Dinstalld_interface.h237 virtual ErrCode ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinstalld_client.cpp295 …rCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_operator.cpp734 const std::string &oldSoPath, const std::string &diffFilePath, in ProcessApplyDiffPatchPath()
773 bool InstalldOperator::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dinstalld_host_impl.cpp655 …ode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_deployer.cpp748 std::string diffFilePath = Constants::HAP_COPY_PATH + Constants::PATH_SEPARATOR + in ProcessApplyDiffPatch() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
Dinstalld_host.cpp348 std::string diffFilePath = Str16ToStr8(data.ReadString16()); in HandleApplyDiffPatch() local
Dinstalld_proxy.cpp323 ErrCode InstalldProxy::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()