Home
last modified time | relevance | path

Searched defs:valObject (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_chart_bridge.cpp28 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, AxisOption& axisOption) in GetAttrOptionsAxis()
70 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, PointInfo& pointInfo) in GetAttrOptionsSeriesPoint()
124 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLineStyle()
167 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLoop()
209 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeries()
315 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, double index, LineInfo… in ParseAttrDataStyle()
400 void GetAttrDataset(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, Mai… in GetAttrDataset()
436 void ParseAttrSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, S… in ParseAttrSegment()
476 …e::GetAttrOptionsObject(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in GetAttrOptionsObject()
551 …:ParseAttrSingleSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in ParseAttrSingleSegment()
Djsi_stepper_bridge.cpp21 … shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& valObject, StepperLabels& stepperLabel) in GetAttrLabel()
Djsi_badge_bridge.cpp20 …ridge::ParseBadgeConfig(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in ParseBadgeConfig()
Djsi_input_bridge.cpp24 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, InputOption& inputOpti… in GetInputOption()
Djsi_clock_bridge.cpp20 …ridge::ParseClockConfig(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in ParseClockConfig()
Djsi_group_js_bridge.cpp724 void JsiGroupJsBridge::GetRequestData(const shared_ptr<JsValue>& valObject, RequestData& requestDat… in GetRequestData()
Djsi_engine.cpp272 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ImageProperties& image… in GetAttrImage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp571 void JsiDeclarativeGroupJsBridge::GetRequestData(const shared_ptr<JsValue>& valObject, RequestData&… in GetRequestData()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
Dpac_map.cpp441 sptr<IUserObject> valObject = OHOS::AAFwk::UserObject::Box(value); in InnerPutObject() local