Home
last modified time | relevance | path

Searched refs:RemoveInstallDirectory (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_daemon_handler.h34 int32_t RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h43 int32_t RemoveInstallDirectory(const char *codePath, const char *dataPath, bool keepData);
H A Dbundle_installer.h84 BundleDaemonClient::GetInstance().RemoveInstallDirectory( \
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp260 …return BundleDaemon::GetInstance().handler_.RemoveInstallDirectory(codePath.c_str(), dataPath.c_st… in RemoveInstallDirectoryInvoke()
H A Dbundle_daemon_handler.cpp156 int32_t BundleDaemonHandler::RemoveInstallDirectory(const char *codePath, const char *dataPath, boo… in RemoveInstallDirectory() function in OHOS::BundleDaemonHandler
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp364 int32_t BundleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool… in RegisterCallback() function in OHOS::BundleDaemonClient
H A Dbundle_installer.cpp449 if (BundleDaemonClient::GetInstance().RemoveInstallDirectory( in Uninstall()