Home
last modified time | relevance | path

Searched refs:CallClientInvoke (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp207 int32_t BundleDaemonClient::CallClientInvoke(int32_t funcId, const char *firstPath, const char *sec… in RegisterCallback() function in OHOS::BundleDaemonClient
241 return CallClientInvoke(EXTRACT_HAP, hapFile, codePath); in RegisterCallback()
254 return CallClientInvoke(RENAME_DIR, oldFile, newFile); in RegisterCallback()
374 return CallClientInvoke(REMOVE_INSTALL_DIRECTORY, codePath, dataPath, keepData); in RegisterCallback()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h44 …int32_t CallClientInvoke(int32_t funcId, const char *firstPath, const char *secondPath, bool keepD…