Searched refs:ConvertStrToPropertyType (Results 1 – 3 of 3) sorted by relevance
61 std::string ConvertStrToPropertyType(std::string& typeValue);
400 attr.first = ConvertStrToPropertyType(attr.first); in GetAttrsAndStyles()413 styleJsonNode->Put(ConvertStrToPropertyType(style.first).c_str(), style.second.c_str()); in GetAttrsAndStyles()494 std::string JsInspectorManager::ConvertStrToPropertyType(std::string& typeValue) in ConvertStrToPropertyType() function in OHOS::Ace::Framework::JsInspectorManager
154 std::string ConvertStrToPropertyType(const std::string& typeValue) in ConvertStrToPropertyType() function350 auto styleType = ConvertStrToPropertyType(style.first); in GetInspectorNodeById()