Home
last modified time | relevance | path

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

/test/xts/acts/web/web_net/web_error_code/entry/src/main/cpp/types/libweberrorcodetest/
DIndex.d.ts60 export const WebStructComponentAPI: (caseNum: number) => number; constant
/test/xts/acts/web/web_net/web_error_code/entry/src/main/cpp/
DNativeInterfaceTest.cpp688 static napi_value WebStructComponentAPI(napi_env env, napi_callback_info info) in WebStructComponentAPI() function
992 …{"WebStructComponentAPI", nullptr, WebStructComponentAPI, nullptr, nullptr, nullptr, napi_default,… in Init()
/test/xts/acts/web/web_net/web_error_code/entry/src/ohosTest/ets/test/
DNativeInterfaceTest.test.ets1570 let result: number = nativeInterface.WebStructComponentAPI(0);
1592 let result: number = nativeInterface.WebStructComponentAPI(1);
1614 let result: number = nativeInterface.WebStructComponentAPI(2);
1636 let result: number = nativeInterface.WebStructComponentAPI(3);
1658 let result: number = nativeInterface.WebStructComponentAPI(4);