Home
last modified time | relevance | path

Searched refs:GetJsonObject (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_json_util.cpp63 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Put()
78 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Put()
165 const JsonObject* InspectorJsonValue::GetJsonObject() const in GetJsonObject() function in OHOS::Ace::InspectorJsonValue
/foundation/arkui/ace_engine/interfaces/inner_api/ui_session/
H A Dui_session_json_util.h50 const JsonObject* GetJsonObject() const;
/foundation/arkui/ace_engine/frameworks/base/json/
H A Djson_util.cpp195 const JsonObject* JsonValue::GetJsonObject() const in GetJsonObject() function in OHOS::Ace::JsonValue
205 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Put()
238 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Put()
512 cJSON* jsonObject = cJSON_Duplicate(value->GetJsonObject(), true); in Replace()
H A Djson_util.h70 const JsonObject* GetJsonObject() const;
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Ddecoration.cpp555 std::unique_ptr<JsonValue> BrightnessOption::GetJsonObject() const in GetJsonObject() function in OHOS::Ace::BrightnessOption
587 json->PutExtAttr(key.c_str(), GetJsonObject(), filter); in ToJsonValue()
H A Ddecoration.h198 std::unique_ptr<JsonValue> GetJsonObject() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp5398 auto fgDynamicBrightness = graphicProps->propFgDynamicBrightnessOption->GetJsonObject();
5403 auto bgDynamicBrightness = graphicProps->propBgDynamicBrightnessOption->GetJsonObject();

Completed in 21 milliseconds