HomeSort by relevance Sort by last modified time
    Searched refs:json_doc (Results 1 - 3 of 3) sorted by null

  /system/extras/libperfmgr/include/perfmgr/
HintManager.h 72 const std::string& json_doc);
74 const std::string& json_doc,
  /system/extras/libperfmgr/tools/
ConfigVerifier.cc 34 std::string json_doc; local
36 if (!android::base::ReadFileToString(config_path, &json_doc)) {
41 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc);
  /system/extras/libperfmgr/
HintManager.cc 104 std::string json_doc; local
106 if (!android::base::ReadFileToString(config_path, &json_doc)) {
111 std::vector<std::unique_ptr<Node>> nodes = ParseNodes(json_doc);
117 HintManager::ParseActions(json_doc, nodes);
133 const std::string& json_doc) {
141 if (!reader.parse(json_doc, root)) {
245 const std::string& json_doc,
252 if (!reader.parse(json_doc, root)) {

Completed in 69 milliseconds