Searched refs:ParseSubProp (Results 1 – 2 of 2) sorted by relevance
91 bool ParseSubProp(const std::vector<std::string> &profiles, std::vector<SubProperty> &subProps);92 void ParseSubProp(const nlohmann::json &jsonSubProps, std::vector<SubProperty> &subProps);93 void ParseSubProp(const nlohmann::json &jsonSubProp, SubProperty &subProp);
400 if (!ParseSubProp(profiles, subProps)) { in ListInputMethodSubtype()662 bool ImeInfoInquirer::ParseSubProp(const std::vector<std::string> &profiles, std::vector<SubPropert… in ParseSubProp() function in OHOS::MiscServices::ImeInfoInquirer677 ParseSubProp(jsonSubProps, subProps); in ParseSubProp()681 void ImeInfoInquirer::ParseSubProp(const json &jsonSubProps, std::vector<SubProperty> &subProps) in ParseSubProp() function in OHOS::MiscServices::ImeInfoInquirer689 ParseSubProp(jsonCfg, subProp); in ParseSubProp()694 void ImeInfoInquirer::ParseSubProp(const json &jsonSubProp, SubProperty &subProp) in ParseSubProp() function in OHOS::MiscServices::ImeInfoInquirer