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 D | bundle_daemon_handler.h | 31 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 D | bundle_daemon_client.h | 40 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 D | bundle_installer.cpp | 493 …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 D | bundle_daemon_client.cpp | 295 int32_t BundleDaemonClient::StoreContentToFile(const char *file, const void *buffer, uint32_t size) in RegisterCallback() function in OHOS::BundleDaemonClient
|
H A D | bundle_util.cpp | 795 … 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 D | bundle_daemon.cpp | 222 int32_t ret = BundleDaemon::GetInstance().handler_.StoreContentToFile(path, buff, buffLen); in StoreContentToFileInvoke()
|
H A D | bundle_daemon_handler.cpp | 165 int32_t BundleDaemonHandler::StoreContentToFile(const char *filePath, const void *buffer, uint32_t … in StoreContentToFile() function in OHOS::BundleDaemonHandler
|