Home
last modified time | relevance | path

Searched refs:SaveJsonValueToFile (Results 1 - 3 of 3) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp57 return SaveJsonValueToFile(root.dump(CommonUtils::jsonFormat_), TASK_RECORD_FILE_PATH); in RefreshTaskRecord()
82 return SaveJsonValueToFile(record, RESOURCE_RECORD_FILE_PATH); in RefreshResourceRecord()
97 int32_t DataStorageHelper::SaveJsonValueToFile(const std::string &value, const std::string &filePath) in SaveJsonValueToFile() function in OHOS::BackgroundTaskMgr::DataStorageHelper
106 BGTASK_LOGE("SaveJsonValueToFile Get real file path: %{private}s failed", filePath.c_str()); in SaveJsonValueToFile()
/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Ddata_storage_helper.h39 int32_t SaveJsonValueToFile(const std::string &value, const std::string &filePath);
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp657 EXPECT_EQ(DelayedSingleton<DataStorageHelper>::GetInstance()->SaveJsonValueToFile("", ""), in HWTEST_F()

Completed in 4 milliseconds