Searched refs:JsGetWant (Results 1 – 3 of 3) sorted by relevance
122 napi_value JsGetWant(napi_env env, napi_callback_info info, const AbilityType abilityType);
1144 napi_value JsNapiCommon::JsGetWant(napi_env env, napi_callback_info info, const AbilityType ability… in JsGetWant() function in OHOS::AppExecFwk::JsNapiCommon
169 return (me != nullptr) ? me->JsGetWant(env, info, AbilityType::PAGE) : nullptr; in GetWant()