Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
Dbms_installd_client_test.cpp994 std::string diffFilePath = DIFF_FILE_PATH; variable
1010 std::string diffFilePath = EMPTY_STRING; variable
1026 std::string diffFilePath = DIFF_FILE_PATH; variable
1042 std::string diffFilePath = DIFF_FILE_PATH; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
Dinstalld_interface.h347 virtual ErrCode ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dinstalld_client.cpp338 …rCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dmock_install_client.cpp236 …const std::string &oldSoPath, const std::string &diffFilePath, const std::string &newSoPath, int32… in ApplyDiffPatch()
Dmock_installd_host_impl.cpp196 …ode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dinstalld_client.cpp408 …rCode InstalldClient::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dquick_fix_deployer.cpp846 …std::string diffFilePath = std::string(ServiceConstants::HAP_COPY_PATH) + ServiceConstants::PATH_S… in ProcessApplyDiffPatch() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_permission_test.cpp627 std::string diffFilePath; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_operator.cpp1459 const std::string &oldSoPath, const std::string &diffFilePath, in ProcessApplyDiffPatchPath()
1499 bool InstalldOperator::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dinstalld_host_impl.cpp1700 …ode InstalldHostImpl::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
Dinstalld_proxy.cpp600 ErrCode InstalldProxy::ApplyDiffPatch(const std::string &oldSoPath, const std::string &diffFilePath, in ApplyDiffPatch()
Dinstalld_host.cpp732 std::string diffFilePath = Str16ToStr8(data.ReadString16()); in HandleApplyDiffPatch() local