Home
last modified time | relevance | path

Searched refs:UnwrapParamForWantAgent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H A Dnapi_common_ability_wrap_utils.h164 napi_value UnwrapParamForWantAgent(napi_env &env, napi_value &args, AbilityRuntime::WantAgent::Want…
H A Dnapi_common_ability_wrap_utils.cpp1037 napi_value UnwrapParamForWantAgent(napi_env &env, napi_value &args, AbilityRuntime::WantAgent::Want… in UnwrapParamForWantAgent() function
H A Dnapi_common_ability_execute_utils.cpp1371 if (UnwrapParamForWantAgent(env, args[1], asyncCallbackInfo->wantAgent) == nullptr) { in StartBackgroundRunningWrap()