Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/
H A Daafwkbrowserclientadapter_fuzzer.cpp43 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role);
56 void MockBrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t… in ReportThread() function in OHOS::MockBrowserClient
86 client->ReportThread(status, process_id, thread_id, role); in AafwkBrowserClientAdapterFuzzTest()
94 clientAdapter->ReportThread(newstatus, process_id, thread_id, newrole); in AafwkBrowserClientAdapterFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_aafwk_browser_client_adapter_wrapper.cpp31 void ArkAafwkBrowserClientAdapterWrapper::ReportThread( in ReportThread() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterWrapper
34 ctocpp_->ReportThread((int32_t)status, process_id, thread_id, (int32_t)role); in ReportThread()
H A Dark_aafwk_browser_client_adapter_wrapper.h29 void ReportThread(NWeb::ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_aafwk_browser_client_adapter_impl.cpp29 void ArkAafwkBrowserClientAdapterImpl::ReportThread(int32_t status, int32_t process_id, int32_t thr… in ReportThread() function in OHOS::ArkWeb::ArkAafwkBrowserClientAdapterImpl
31 …real_->ReportThread((NWeb::ResSchedStatusAdapter)status, process_id, thread_id, (NWeb::ResSchedRol… in ReportThread()
H A Dark_aafwk_browser_client_adapter_impl.h31 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) override;
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/
H A Dnweb_aafwk_adapter_test.cpp100 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role);
113 void MockBrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t… in ReportThread() function in OHOS::NWeb::MockBrowserClient
201 MOCK_METHOD(void, ReportThread, (int32_t status, int32_t process_id,
473 client->ReportThread(status, process_id, thread_id, role);
479 mockClient->ReportThread(status, process_id, thread_id, role);
555 clientAdapter->ReportThread(status, process_id, thread_id, role);
557 EXPECT_CALL(*mockBrowser, ReportThread(0, 0, 0, 0));
559 clientAdapter->ReportThread(status, process_id, thread_id, role);
717 host->ReportThread(status, process_id, thread_id, role);
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/include/
H A Daafwk_browser_client_adapter_impl.h36 …virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) ove…
56 void ReportThread(ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id,
H A Dibrowser.h35 …virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) = 0;
H A Daafwk_browser_host_impl.h65 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) override;
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/
H A Daafwk_browser_client_adapter_impl.cpp66 void BrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t rol… in ReportThread() function in OHOS::NWeb::BrowserClient
168 void AafwkBrowserClientAdapterImpl::ReportThread( in ReportThread() function in OHOS::NWeb::AafwkBrowserClientAdapterImpl
177 GetInstance().browserHost_->ReportThread(resSchedStatus, process_id, thread_id, resSchedRole); in ReportThread()
H A Daafwk_browser_host_impl.cpp95 ReportThread(status, process_id, thread_id, role); in HandleReportThread()
141 void AafwkBrowserHostImpl::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int3… in ReportThread() function in OHOS::NWeb::AafwkBrowserHostImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daafwk_browser_client_adapter.h30 virtual void ReportThread(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_aafwk_browser_client_adapter.h37 …virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) = 0;
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dvsync_adapter_impl.cpp96 … AafwkBrowserClientAdapterImpl::GetInstance().ReportThread(ResSchedStatusAdapter::THREAD_CREATED, in RequestVsync()