Home
last modified time | relevance | path

Searched refs:WrapRequestInfo (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Drequest_info.h23 static napi_value WrapRequestInfo(napi_env env, RequestInfo *request) in WrapRequestInfo() function in OHOS::AbilityRuntime::RequestInfo
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/include/
H A Drequest_info.h36 static napi_value WrapRequestInfo(napi_env env, RequestInfo *request);
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp42 napi_value RequestInfo::WrapRequestInfo(napi_env env, RequestInfo *request) in WrapRequestInfo() function in OHOS::AbilityRuntime::RequestInfo
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_request/
H A Djs_dialog_request.cpp105 auto jsRequestInfo = RequestInfo::WrapRequestInfo(env, requestInfo); in OnGetRequestInfo()
107 TAG_LOGE(AAFwkTag::DIALOG, "WrapRequestInfo failed"); in OnGetRequestInfo()
/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/
H A Dability_extension_module_loader_test.cpp141 * @tc.name: WrapRequestInfo
142 * @tc.desc: WrapRequestInfo
150 EXPECT_EQ(requestInfo->WrapRequestInfo(nullptr, nullptr), nullptr); in HWTEST_F()

Completed in 3 milliseconds