Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_function.cpp87 eventInfo->SetPropertyJsonObject(key.c_str(), value->ToString().c_str()); in ExecuteInternal()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h219 void SetPropertyJsonObject(const char* prop, const char* value) const;
H A Djsi_types.cpp342 void JsiObject::SetPropertyJsonObject(const char* prop, const char* value) const in SetPropertyJsonObject() function in OHOS::Ace::Framework::JsiObject