Searched refs:WantToJsValue (Results 1 – 2 of 2) sorted by relevance
871 shared_ptr<JsValue> JsiPaEngine::WantToJsValue(const OHOS::AAFwk::Want& want) in WantToJsValue() function in OHOS::Ace::JsiPaEngine1297 const std::vector<shared_ptr<JsValue>>& argv = { WantToJsValue(want) }; in OnConnectService()1323 const std::vector<shared_ptr<JsValue>>& argv = { WantToJsValue(want) }; in OnDisconnectService()1333 …const std::vector<shared_ptr<JsValue>>& argv = { WantToJsValue(want), runtime->NewInt32(startId) }; in OnCommand()1343 const std::vector<shared_ptr<JsValue>>& argv = { WantToJsValue(want) }; in OnCreate()1442 const std::vector<shared_ptr<JsValue>>& argv = { WantToJsValue(want) }; in OnAcquireFormState()
162 shared_ptr<JsValue> WantToJsValue(const OHOS::AAFwk::Want& want);