Searched refs:ParserOpKeyJson (Results 1 – 3 of 3) sorted by relevance
44 int ParserOpKeyJson(std::vector<OpKey> &vec, const char *path);
84 if (util.ParserOpKeyJson(vec, path.c_str()) != DATA_STORAGE_SUCCESS) { in InitData()
230 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson() function in OHOS::Telephony::ParserUtil