Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_chart_bridge.cpp26 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, AxisOption& axisOption) in GetAttrOptionsAxis()
68 … const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, PointInfo& pointInfo) in GetAttrOptionsSeriesPoint()
122 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLineStyle()
165 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeriesLoop()
207 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ChartOptions& chartOpt… in GetChartAttrOptionsSeries()
313 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, double index, LineInfo… in ParseAttrDataStyle()
398 void GetAttrDataset(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, Mai… in GetAttrDataset()
434 void ParseAttrSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, S… in ParseAttrSegment()
474 …e::GetAttrOptionsObject(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in GetAttrOptionsObject()
549 …:ParseAttrSingleSegment(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in ParseAttrSingleSegment()
H A Djsi_stepper_bridge.cpp21 … shared_ptr<JsRuntime> runtime, const shared_ptr<JsValue>& valObject, StepperLabels& stepperLabel) in GetAttrLabel()
H A Djsi_badge_bridge.cpp20 …ridge::ParseBadgeConfig(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in ParseBadgeConfig()
H A Djsi_input_bridge.cpp22 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, InputOption& inputOpti… in GetInputOption()
H A Djsi_clock_bridge.cpp20 …ridge::ParseClockConfig(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject) in ParseClockConfig()
H A Djsi_group_js_bridge.cpp718 void JsiGroupJsBridge::GetRequestData(const shared_ptr<JsValue>& valObject, RequestData& requestDat… in GetRequestData()
H A Djsi_engine.cpp258 …const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& valObject, ImageProperties& image… in GetAttrImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp571 void JsiDeclarativeGroupJsBridge::GetRequestData(const shared_ptr<JsValue>& valObject, RequestData&… in GetRequestData()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp441 sptr<IUserObject> valObject = OHOS::AAFwk::UserObject::Box(value); in InnerPutObject() local