Home
last modified time | relevance | path

Searched refs:threadName_ (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.cpp54 MEDIA_LOGE("Start failed, is running, threadName:%{public}s", threadName_.c_str()); in Start()
75 threadName_.c_str()); in Start()
120 MEDIA_LOGE("Resume failed, is running, threadName:%{public}s", threadName_.c_str()); in Resume()
126 MEDIA_LOGE("AudioCapturer Start failed, threadName:%{public}s", threadName_.c_str()); in Resume()
131 threadName_.c_str()); in Resume()
261 MEDIA_LOGE("SetCapturerCallback failed, threadName:%{public}s", threadName_.c_str()); in CreateAudioCapturer()
300 …std::string name = threadName_.substr(0, std::min(threadName_.size(), static_cast<size_t>(MAX_THRE… in CaptureAudio()
355 MEDIA_LOGE("AcquireAudioBuffer timeout, threadName:%{public}s", threadName_.c_str()); in AcquireAudioBuffer()
359 MEDIA_LOGE("CAPTURER_RELEASED, threadName:%{public}s", threadName_.c_str()); in AcquireAudioBuffer()
372 FAKE_POINTER(this), threadName_.c_str()); in GetBufferSize()
[all …]
H A Daudio_capturer_wrapper.h59 : screenCaptureCb_(screenCaptureCb), audioInfo_(audioInfo), threadName_(std::move(name)), in AudioCapturerWrapper()
91 std::string threadName_; variable
/ohos5.0/foundation/communication/nfc/services/src/utils/
H A Dnfc_watch_dog.cpp23 …: threadName_(threadName), timeout_(timeout), canceled_(false), thread_(nullptr), nciNfccProxy_(nf… in NfcWatchDog()
38 InfoLog("Watchdog [%{public}s] starts to run.", threadName_.c_str()); in MainLoop()
49 if (threadName_.compare("DoTurnOn") == 0) { in MainLoop()
52 } else if (threadName_.compare("DoTurnOff") == 0) { in MainLoop()
55 } else if (threadName_.compare("nfcProcessEvent") == 0) { in MainLoop()
H A Dnfc_watch_dog.h38 std::string threadName_ {""};
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence_tracker.cpp111 : threadName_(threadName), in SyncFenceTracker()
115 runner_ = OHOS::AppExecFwk::EventRunner::Create(threadName_); in SyncFenceTracker()
125 if (threadName_.compare("Acquire Fence") == 0) { in SyncFenceTracker()
145 RS_TRACE_NAME_FMT("%s %d has signaled", threadName_.c_str(), fencesQueued_.load()); in TrackFence()
151 RS_TRACE_NAME_FMT("%s %d", threadName_.c_str(), fencesQueued_.load()); in TrackFence()
227 RS_TRACE_NAME_FMT("Waiting for %s %d", threadName_.c_str(), fenceIndex); in Loop()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_system_ability_listener.cpp34 __func__, threadName_.c_str(), pid_.c_str(), tid_.c_str(), uid_.c_str()); in OnAddSystemAbility()
40 mapPayload["threadName"] = threadName_; in OnAddSystemAbility()
41 mapPayload["extType"] = threadName_ == "RSMainThread" ? "10003" : "10002"; in OnAddSystemAbility()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp135 std::string threadName_; member in OHOS::Ace::ThreadWatcher
204 threadName_ = JS_THREAD_NAME; in InitThreadName()
207 threadName_ = UI_THREAD_NAME; in InitThreadName()
210 threadName_ = UNKNOWN_THREAD_NAME; in InitThreadName()
321 abilityName.c_str(), instanceId_, threadName_.c_str(), loopTime_, threadTag_); in IsThreadStuck()
396 instanceId_, threadName_.c_str(), loopTime_, threadTag_); in PostCheckTask()
400 instanceId_, threadName_.c_str()); in PostCheckTask()
411 instanceId_, threadName_.c_str(), loopTime_, threadTag_); in TagIncrease()
H A Dwatch_dog_mingw.cpp101 std::string threadName_; member in OHOS::Ace::ThreadWatcher
169 threadName_ = JS_THREAD_NAME; in InitThreadName()
172 threadName_ = UI_THREAD_NAME; in InitThreadName()
175 threadName_ = UNKNOWN_THREAD_NAME; in InitThreadName()
280 abilityName.c_str(), instanceId_, threadName_.c_str(), loopTime_, threadTag_); in IsThreadStuck()
347 instanceId_, threadName_.c_str()); in PostCheckTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_runner.cpp287 HILOGD("ThreadMain: Start running for thread '%{public}s'", inner->threadName_.c_str()); in ThreadMain()
290 SystemCallSetThreadName(inner->threadName_); in ThreadMain()
295 … HILOGD("ThreadMain: Stopped running for thread '%{public}s'", inner->threadName_.c_str()); in ThreadMain()
362 threadName_ = "EventRunner#"; in SetThreadName()
363 threadName_ += std::to_string(idGenerator++); in SetThreadName()
365 threadName_ = threadName; in SetThreadName()
375 : queue_(nullptr), owner_(runner), logger_(nullptr), threadName_(""), threadId_() in EventInnerRunner()
H A Devent_inner_runner.h50 return threadName_; in GetThreadName()
63 std::string threadName_; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Dmedia_muxer.cpp276 threadName_ = name; in StartThread()
278 MEDIA_LOG_W("Started already! [%{public}s]", threadName_.c_str()); in StartThread()
283 MEDIA_LOG_D("The thread started! [%{public}s]", threadName_.c_str()); in StartThread()
311 MEDIA_LOG_D("Stopped already! [%{public}s]", threadName_.c_str()); in StopThread()
321 MEDIA_LOG_D("Stopping ! [%{public}s]", threadName_.c_str()); in StopThread()
345 MEDIA_LOG_D("Enter ThreadProcessor [%{public}s]", threadName_.c_str()); in ThreadProcessor()
348 pthread_setname_np(pthread_self(), threadName_.substr(0, nameSizeMax).c_str()); in ThreadProcessor()
352 MEDIA_LOG_D("Exit ThreadProcessor [%{public}s]", threadName_.c_str()); in ThreadProcessor()
373 threadName_.c_str(), bufferAvailableCount_.load()); in ThreadProcessor()
382 threadName_.c_str(), bufferAvailableCount_.load()); in OnBufferAvailable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_system_ability_listener.h26 const std::string& tid) : threadName_(threadName), uid_(uid), pid_(pid), tid_(tid) {} in VSyncSystemAbilityListener()
32 std::string threadName_;
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dtask_executor.cpp23 TaskExecutor::TaskExecutor(const std::string &threadName, uint32_t capacity) : threadName_(threadNa… in TaskExecutor()
64 prctl(PR_SET_NAME, reinterpret_cast<unsigned long>(executor->threadName_.c_str()), 0, 0, 0); in ExecuteInThread()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_inner_runner.h51 return threadName_; in GetThreadName()
69 std::string threadName_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp99 instance->threadName_.c_str()); in GetVaildInstance()
115 current->threadName_ = name; in SaveThreadName()
146 threadName_ = name; in IPCThreadSkeleton()
177 threadName_.c_str(), tid_, threadType_); in ~IPCThreadSkeleton()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_dispatch_queue.cpp26 : isRunning_(false), threadName_(name), type_(type), context_(context) in EventDispatchQueue()
62 ffrtQueue_ = std::make_unique<ffrt::queue>(threadName_.c_str()); in Start()
H A Dapp_caller_event.cpp26 threadName_(""), externalLog_("") in AppCallerEvent()
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_runner.cpp315 HILOGD("Start running for thread '%{public}s'", inner->threadName_.c_str()); in ThreadMain()
318 SystemCallSetThreadName(inner->threadName_); in ThreadMain()
323 HILOGD("Stopped running for thread '%{public}s'", inner->threadName_.c_str()); in ThreadMain()
442 threadName_ = "EventRunner#"; in SetThreadName()
443 threadName_ += std::to_string(idGenerator++); in SetThreadName()
445 threadName_ = threadName; in SetThreadName()
512 : queue_(nullptr), owner_(runner), logger_(nullptr), threadName_(""), threadId_() in EventInnerRunner()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp102 PipeLineThreadPool::GetInstance().DestroyThread(threadName_); in ~DraggingPlayerAgent()
126 threadName_ = "DraggingTask_" + playerId; in Init()
127 …task_ = std::make_unique<Task>("draggingThread", threadName_, TaskType::GLOBAL, TaskPriority::NORM… in Init()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Ddelegator_thread.h63 std::string threadName_;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Ddelegator_thread.cpp49 return threadName_; in GetThreadName()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dapp_caller_event.h40 std::string threadName_; // app thread name variable
H A Devent_dispatch_queue.h44 std::string threadName_; variable
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_workthread.h57 std::string threadName_; variable
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/
H A Dsync_fence_tracker.h42 const std::string threadName_; variable

12