Searched refs:DumpJsonValueToFile (Results 1 – 5 of 5) sorted by relevance
17 *DumpJsonValueToFile*;
55 static bool DumpJsonValueToFile(const nlohmann::json& jsonValue, const std::string& filePath);
74 bool JsonUtils::DumpJsonValueToFile(const nlohmann::json& jsonValue, const std::string& filePath) in DumpJsonValueToFile() function in OHOS::DevStandbyMgr::JsonUtils
193 JsonUtils::DumpJsonValueToFile(jsonValue, "/data/service/el1/public/device_standby/record");
427 JsonUtils::DumpJsonValueToFile(root, ALLOW_RECORD_FILE_PATH); in DumpPersistantData()