Home
last modified time | relevance | path

Searched refs:StoreContentToFile (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.h31 int32_t StoreContentToFile(const char *filePath, const void *buffer, uint32_t size);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_daemon_client.h40 int32_t StoreContentToFile(const char *file, const void *buffer, uint32_t size);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp493 …if (BundleDaemonClient::GetInstance().StoreContentToFile(jsonPath, buffer, strlen(buffer) + 1) != … in BackUpUidAndGidInfo()
596 …if (BundleDaemonClient::GetInstance().StoreContentToFile(path, buffer, strlen(buffer) + 1) != EC_S… in RecordThirdSystemBundle()
643 …if (BundleDaemonClient::GetInstance().StoreContentToFile(path, buffer, strlen(buffer) + 1) != EC_S… in InitThirdSystemBundleRecord()
665 …if (BundleDaemonClient::GetInstance().StoreContentToFile(jsonPath, buffer, strlen(buffer) + 1) != … in BackUpInstallRecord()
H A Dbundle_daemon_client.cpp295 int32_t BundleDaemonClient::StoreContentToFile(const char *file, const void *buffer, uint32_t size) in RegisterCallback() function in OHOS::BundleDaemonClient
H A Dbundle_util.cpp795 … BundleDaemonClient::GetInstance().StoreContentToFile(uidJsonPath.c_str(), out, strlen(out) + 1); in DeleteUidInfoFromJson()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp222 int32_t ret = BundleDaemon::GetInstance().handler_.StoreContentToFile(path, buff, buffLen); in StoreContentToFileInvoke()
H A Dbundle_daemon_handler.cpp165 int32_t BundleDaemonHandler::StoreContentToFile(const char *filePath, const void *buffer, uint32_t … in StoreContentToFile() function in OHOS::BundleDaemonHandler