Home
last modified time | relevance | path

Searched refs:ParseSubProp (Results 1 – 2 of 2) sorted by relevance

/base/inputmethod/imf/services/include/
Dime_info_inquirer.h91 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);
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp400 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::ImeInfoInquirer
677 ParseSubProp(jsonSubProps, subProps); in ParseSubProp()
681 void ImeInfoInquirer::ParseSubProp(const json &jsonSubProps, std::vector<SubProperty> &subProps) in ParseSubProp() function in OHOS::MiscServices::ImeInfoInquirer
689 ParseSubProp(jsonCfg, subProp); in ParseSubProp()
694 void ImeInfoInquirer::ParseSubProp(const json &jsonSubProp, SubProperty &subProp) in ParseSubProp() function in OHOS::MiscServices::ImeInfoInquirer