/base/web/webview/test/fuzztest/zoom_fuzzer/ |
D | zoom_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 115 g_nweb->Zoom(zoomFactor); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/cannavigatebackorforward_fuzzer/ |
D | cannavigatebackorforward_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 108 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 109 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 116 g_nweb->CanNavigateBackOrForward(numSteps); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/putbackgroundcolor_fuzzer/ |
D | putbackgroundcolor_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 115 g_nweb->PutBackgroundColor(color); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/executejavascriptcode_fuzzer/ |
D | executejavascriptcode_fuzzer.cpp | 37 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 116 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 117 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 122 g_nweb->ExecuteJavaScript(code, callback, false); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/load_fuzzer/ |
D | load_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 112 g_nweb->Load(url); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/executejavascript_fuzzer/ |
D | executejavascript_fuzzer.cpp | 35 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 114 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 115 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 119 g_nweb->ExecuteJavaScript(code); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/loadurl_fuzzer/ |
D | loadurl_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 113 g_nweb->Load(url, additionalHttpHeaders); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/ontouchrelease_fuzzer/ |
D | ontouchrelease_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 123 g_nweb->OnTouchRelease(id, x, y); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/ |
D | unregisterarkjsfunction_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 113 g_nweb->UnregisterArkJSfunction(object_name, method_list); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/loadwithdata_fuzzer/ |
D | loadwithdata_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 108 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 109 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 115 g_nweb->LoadWithData(datas, mimeType, encoding); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/ |
D | registerarkjsfunction_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 113 g_nweb->RegisterArkJSfunction(object_name, method_list); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/sendkeyevent_fuzzer/ |
D | sendkeyevent_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 119 g_nweb->SendKeyEvent(keyCode, keyAction); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/ontouchmove_fuzzer/ |
D | ontouchmove_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 108 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 109 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 124 g_nweb->OnTouchMove(id, x, y); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/ontouchpress_fuzzer/ |
D | ontouchpress_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 107 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 108 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 123 g_nweb->OnTouchPress(id, x, y); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/ |
D | loadwithdataandbaseurl_fuzzer.cpp | 28 std::shared_ptr<OHOS::NWeb::NWeb> g_nweb = nullptr; variable 108 g_nweb = NWeb::NWebAdapterHelper::Instance().CreateNWeb(g_surface, GetInitArgs()); in DoSomethingInterestingWithMyAPI() 109 if (g_nweb == nullptr) { in DoSomethingInterestingWithMyAPI() 117 g_nweb->LoadWithDataAndBaseUrl(baseUrl, datas, mimeType, encoding, historyUrl); in DoSomethingInterestingWithMyAPI()
|