Home
last modified time | relevance | path

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

/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/
Dhello.cpp83 int ReadHTTP302PageOnWorkerThread(void *urlRequest) in ReadHTTP302PageOnWorkerThread() function
156 if (thrd_create(&th, ReadHTTP302PageOnWorkerThread, (void *)this) != thrd_success) { in StartRead()