/base/web/webview/test/unittest/napi_web_cookie_manager_test/ |
D | napi_web_cookie_manager_test.cpp | 29 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 60 NWebHelper::Instance().SetBundlePath(MOCK_INSTALLATION_DIR);
|
/base/web/webview/test/unittest/nweb_helper_test/ |
D | nweb_helper_test.cpp | 45 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 112 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs() 147 NWebHelper::Instance().SetBundlePath(MOCK_INSTALLATION_DIR); 214 NWebHelper::Instance().TryPreReadLib(false, MOCK_INSTALLATION_DIR); 215 NWebHelper::Instance().TryPreReadLib(true, MOCK_INSTALLATION_DIR);
|
/base/web/webview/test/unittest/common/ |
D | nweb_create_window.cpp | 36 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 82 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/dispatchkeyevent_fuzzer/ |
D | dispatchkeyevent_fuzzer.cpp | 44 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 88 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/ohos_nweb/requestvsync_fuzzer/ |
D | requestvsync_fuzzer.cpp | 44 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 91 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/oninputaxisevent_fuzzer/ |
D | oninputaxisevent_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/oninputkeyevent_fuzzer/ |
D | oninputkeyevent_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/ohos_nweb/createnweb_fuzzer/ |
D | createnweb_fuzzer.cpp | 43 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 90 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/ohos_nweb/vsynccb_fuzzer/ |
D | vsynccb_fuzzer.cpp | 44 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 91 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/ohos_nweb/getcreateinfo_fuzzer/ |
D | getcreateinfo_fuzzer.cpp | 44 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 91 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/ohos_nweb/registeventcb_fuzzer/ |
D | registeventcb_fuzzer.cpp | 44 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 91 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/oninputpointevent_fuzzer/ |
D | oninputpointevent_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/ohos_nweb/getrenderinterface_fuzzer/ |
D | getrenderinterface_fuzzer.cpp | 44 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 91 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/loadurl_fuzzer/ |
D | loadurl_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/unregisterarkjsfunction_fuzzer/ |
D | unregisterarkjsfunction_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/executejavascript_fuzzer/ |
D | executejavascript_fuzzer.cpp | 49 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 93 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/unittest/ohos_nweb/ |
D | nweb_input_event_test.cpp | 44 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 57 NWebHelper::Instance().SetBundlePath(MOCK_INSTALLATION_DIR); in SetUpTestCase()
|
/base/web/webview/test/fuzztest/cannavigatebackorforward_fuzzer/ |
D | cannavigatebackorforward_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/load_fuzzer/ |
D | load_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/putbackgroundcolor_fuzzer/ |
D | putbackgroundcolor_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/ohos_nweb/requestbuffer_fuzzer/ |
D | requestbuffer_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 89 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/loadwithdata_fuzzer/ |
D | loadwithdata_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/registerarkjsfunction_fuzzer/ |
D | registerarkjsfunction_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/zoom_fuzzer/ |
D | zoom_fuzzer.cpp | 42 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 86 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|
/base/web/webview/test/fuzztest/executejavascriptcode_fuzzer/ |
D | executejavascriptcode_fuzzer.cpp | 50 const std::string MOCK_INSTALLATION_DIR = "/data/app/el1/bundle/public/com.ohos.nweb"; variable 94 webEngineArgList.emplace_back(ARG_NWEB_TEST_MOCK_BUNDLEPATH + "=" + MOCK_INSTALLATION_DIR); in GetWebEngineArgs()
|