/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/ |
H A D | aafwkbrowserclientadapter_fuzzer.cpp | 43 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() argument 60 (void)thread_id; in ReportThread() 83 int32_t thread_id = 0; in AafwkBrowserClientAdapterFuzzTest() local 86 client->ReportThread(status, process_id, thread_id, role); in AafwkBrowserClientAdapterFuzzTest() 94 clientAdapter->ReportThread(newstatus, process_id, thread_id, newrole); in AafwkBrowserClientAdapterFuzzTest()
|
/ohos5.0/docs/zh-cn/device-dev/reference/kernel/cmsis/ |
H A D | _c_m_s_i_s-_r_t_o_s.md | 1948 osStatus_t osThreadDetach (osThreadId_t thread_id) 2054 uint32_t osThreadFlagsSet (osThreadId_t thread_id, uint32_t flags) 2150 const char* osThreadGetName (osThreadId_t thread_id) 2174 osPriority_t osThreadGetPriority (osThreadId_t thread_id) 2198 uint32_t osThreadGetStackSize (osThreadId_t thread_id) 2222 uint32_t osThreadGetStackSpace (osThreadId_t thread_id) 2248 osThreadState_t osThreadGetState (osThreadId_t thread_id) 2273 osStatus_t osThreadJoin (osThreadId_t thread_id) 2329 osStatus_t osThreadResume (osThreadId_t thread_id) 2388 osStatus_t osThreadSuspend (osThreadId_t thread_id) [all …]
|
/ohos5.0/base/web/webview/ohos_adapter/aafwk_adapter/src/ |
H A D | aafwk_browser_client_adapter_impl.cpp | 66 void BrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t rol… in ReportThread() argument 76 data.WriteInt32(thread_id); in ReportThread() 169 ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, ResSchedRoleAdapter role) in ReportThread() argument 177 GetInstance().browserHost_->ReportThread(resSchedStatus, process_id, thread_id, resSchedRole); in ReportThread() 178 WVLOG_D("report thread id = %{public}d", thread_id); in ReportThread()
|
H A D | aafwk_browser_host_impl.cpp | 90 int thread_id = data.ReadInt32(); in HandleReportThread() local 95 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() argument 146 resSchedStatus, process_id, thread_id, resSchedRole); in ReportThread()
|
/ohos5.0/base/web/webview/test/unittest/aafwk_app_client_adapter/ |
H A D | nweb_aafwk_adapter_test.cpp | 100 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role); 117 (void)thread_id; in ReportThread() 202 int32_t thread_id, int32_t role), (override)); 471 int32_t thread_id = 0; variable 473 client->ReportThread(status, process_id, thread_id, role); 479 mockClient->ReportThread(status, process_id, thread_id, role); 552 int32_t thread_id = 0; variable 555 clientAdapter->ReportThread(status, process_id, thread_id, role); 559 clientAdapter->ReportThread(status, process_id, thread_id, role); 715 int32_t thread_id = 0; variable [all …]
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_aafwk_browser_client_adapter_wrapper.cpp | 32 …NWeb::ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, NWeb::ResSchedRoleAdapt… in ReportThread() argument 34 ctocpp_->ReportThread((int32_t)status, process_id, thread_id, (int32_t)role); in ReportThread()
|
H A D | ark_aafwk_browser_client_adapter_wrapper.h | 29 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 D | ark_aafwk_browser_client_adapter_impl.cpp | 29 …lientAdapterImpl::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread() argument 31 …real_->ReportThread((NWeb::ResSchedStatusAdapter)status, process_id, thread_id, (NWeb::ResSchedRol… in ReportThread()
|
H A D | ark_aafwk_browser_client_adapter_impl.h | 31 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/include/ |
H A D | aafwk_browser_client_adapter_impl.h | 36 …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 D | ibrowser.h | 35 …virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) = 0;
|
H A D | aafwk_browser_host_impl.h | 65 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) override;
|
/ohos5.0/drivers/peripheral/huks/test/unittest/ |
H A D | hdi_ihuks_api_function_test.cpp | 375 long int thread_id = atol(thisIdString.c_str()); variable 376 HUKS_TEST_LOG_I("running thread id:%ld start\n", thread_id); 401 HUKS_TEST_LOG_I("running thread id:%ld end\n", thread_id);
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | aafwk_browser_client_adapter.h | 31 …ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, ResSchedRoleAdapter role) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_aafwk_browser_client_adapter.h | 37 …virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) = 0;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | blocking_pool.rs | 296 for (thread_id, thread) in shared.worker_threads.iter().enumerate() { in wait_temporary() 298 shared.worker_threads.remove(thread_id); in wait_temporary()
|
/ohos5.0/docs/zh-cn/device-dev/device-test/ |
H A D | developer_test.md | 319 long int thread_id = atol(this_id_str.c_str()); 320 printf("running thread...: %ld\n", thread_id); // 输出当前线程的id 389 long int thread_id = atol(this_id_str.c_str()); 390 printf("running thread...: %ld\n", thread_id); // 输出当前线程的id
|
/ohos5.0/docs/en/device-dev/device-test/ |
H A D | developer_test.md | 321 long int thread_id = atol(this_id_str.c_str()); 322 printf("running thread...: %ld\n", thread_id); // Output the ID of the running thread. 394 long int thread_id = atol(this_id_str.c_str()); 395 printf("running thread...: %ld\n", thread_id); // Output the ID of the running thread.
|