Home
last modified time | relevance | path

Searched refs:thisId (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dtask_queue.cpp37 std::thread::id thisId = std::this_thread::get_id(); in GetTaskAutoLock() local
38 if (thisId != lockThread_) { in GetTaskAutoLock()
40 lockThread_ = thisId; in GetTaskAutoLock()
/foundation/arkui/napi/native_engine/
H A Dnative_async_work.cpp71 HiTraceId thisId = HiTraceChain::GetId(); local
72 if (g_napiTraceIdEnabled && (!thisId.IsValid())) {
73 thisId = HiTraceChain::Begin("New NativeAsyncWork", 0);
76 if (thisId.IsValid()) {
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.cpp536 ScreenId thisId = ToScreenId(output->GetScreenId()); in AddScreenToHgm()
537 auto screensIt = screens_.find(thisId); in AddScreenToHgm()
539 RS_LOGE("RSScreenManager invalid screen id, screen not found : %{public}" PRIu64 "", thisId); in AddScreenToHgm()
545 RS_LOGW("AddScreenToHgm:screen %{public}" PRIu64 " not found", thisId); in AddScreenToHgm()
559 if (hgmCore.AddScreen(thisId, initModeId, screenSize)) { in AddScreenToHgm()
560 RS_LOGW("RSScreenManager failed to add screen : %{public}" PRIu64 "", thisId); in AddScreenToHgm()
568 if (hgmCore.AddScreenInfo(thisId, (*mode).width, (*mode).height, in AddScreenToHgm()
570 RS_LOGW("RSScreenManager failed to add a screen profile to the screen : %{public}" PRIu64 "", thisId); in AddScreenToHgm()

Completed in 4 milliseconds