Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.cpp117 FileContext fileContext; in GetFileContexts() local
144 fileContext.fileLen = file->fileLen; in GetFileContexts()
145 fileContext.fileType = file->fileType; in GetFileContexts()
146 fileContexts.push_back(fileContext); in GetFileContexts()
318 (void)parcel.ReadUInt64(fileContext.fileLen); in UnpackFileContext()
319 (void)parcel.ReadUInt64(fileContext.offset); in UnpackFileContext()
328 if (fileContext.fileType != OS::FILE) { in PackFileContent()
358 if (fileContext.fileType != OS::FILE) { in UnpackFileContent()
362 string fileName = fileContext.fileName; in UnpackFileContent()
540 FileContext fileContext; in UnpackFile() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_space_management_test.cpp301 std::string fileContext; in CreateFile() local
302 fileContext.resize(fileSize, 'X'); in CreateFile()
303 mcfile << fileContext; in CreateFile()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp779 bool WifiHdiWpaClient::WriteConfigToFile(const std::string &fileContext) in WriteConfigToFile() argument
788 file << fileContext << std::endl; in WriteConfigToFile()
800 std::string fileContext; in SetSoftApConfig() local
809 fileContext = StringCombination( in SetSoftApConfig()
824 if (!WriteConfigToFile(fileContext)) { in SetSoftApConfig()
H A Dwifi_hdi_wpa_client.h843 bool WriteConfigToFile(const std::string &fileContext);
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp258 std::string fileContext; variable
259 … g_accountFileOperator->GetFileContentByPath(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);
269 …ccountFileOperator->InputFileByPathAndContent(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp540 std::string fileContext; variable
541 … g_accountFileOperator->GetFileContentByPath(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);
551 …ccountFileOperator->InputFileByPathAndContent(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileContext);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp2087 static bool GetIsDirectoryiteNative(napi_env env, const FileAssetAsyncContext &fileContext) in GetIsDirectoryiteNative() argument
2092 FileAssetAsyncContext *context = const_cast<FileAssetAsyncContext *>(&fileContext); in GetIsDirectoryiteNative()