Home
last modified time | relevance | path

Searched defs:UnwrapRequestInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Drequest_info.h27 static std::shared_ptr<RequestInfo> UnwrapRequestInfo(napi_env env, napi_value jsParam) in UnwrapRequestInfo() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp109 std::shared_ptr<RequestInfo> RequestInfo::UnwrapRequestInfo(napi_env env, napi_value jsParam) in UnwrapRequestInfo() function in OHOS::AbilityRuntime::RequestInfo