Home
last modified time | relevance | path

Searched refs:ConvertStrToPropertyType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.h61 std::string ConvertStrToPropertyType(std::string& typeValue);
H A Djs_inspector_manager.cpp400 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp154 std::string ConvertStrToPropertyType(const std::string& typeValue) in ConvertStrToPropertyType() function
350 auto styleType = ConvertStrToPropertyType(style.first); in GetInspectorNodeById()