Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp146 inline std::string ToJSONStringInt(std::string sKey, std::string sValue) in ToJSONStringInt() function
1424 … strJsonResult.append(ToJSONStringInt(std::to_string(item->first), std::to_string(item->second))); in OnVisibilityChanged()