Home
last modified time | relevance | path

Searched refs:OpKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/telephony_data/common/include/
H A Dparser_util.h29 struct OpKey;
44 int ParserOpKeyJson(std::vector<OpKey> &vec, const char *path);
45 void ParserOpKeyInfos(std::vector<OpKey> &vec, cJSON *itemRoots);
46 void ParserOpKeyToValuesBucket(NativeRdb::ValuesBucket &value, const OpKey &bean);
75 int GetRuleId(OpKey &bean);
/ohos5.0/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dopkey_data.h69 struct OpKey { struct
/ohos5.0/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp230 int ParserUtil::ParserOpKeyJson(std::vector<OpKey> &vec, const char *path) in ParserOpKeyJson()
265 void ParserUtil::ParserOpKeyInfos(std::vector<OpKey> &vec, cJSON *itemRoots) in ParserOpKeyInfos()
274 OpKey bean; in ParserOpKeyInfos()
297 int ParserUtil::GetRuleId(OpKey &bean) in GetRuleId()
321 void ParserUtil::ParserOpKeyToValuesBucket(NativeRdb::ValuesBucket &value, const OpKey &bean) in ParserOpKeyToValuesBucket()
/ohos5.0/base/telephony/telephony_data/opkey/src/
H A Drdb_opkey_callback.cpp66 std::vector<OpKey> vec; in InitData()