Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp87 CreateJsWindowRect(env, request->left_, request->top_, request->width_, request->height_)); in WrapRequestInfo()
91 napi_value RequestInfo::CreateJsWindowRect( in CreateJsWindowRect() function in OHOS::AbilityRuntime::RequestInfo
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/include/
H A Drequest_info.h64 static napi_value CreateJsWindowRect(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/
H A Dability_extension_module_loader_test.cpp135 EXPECT_EQ(requestInfo->CreateJsWindowRect(nullptr, left, top, width, height), nullptr);