/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | audio_capturer_wrapper.cpp | 54 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 D | audio_capturer_wrapper.h | 59 : 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 D | nfc_watch_dog.cpp | 23 …: 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 D | nfc_watch_dog.h | 38 std::string threadName_ {""};
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/ |
H A D | sync_fence_tracker.cpp | 111 : 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 D | vsync_system_ability_listener.cpp | 34 __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 D | watch_dog.cpp | 135 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 D | watch_dog_mingw.cpp | 101 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 D | event_runner.cpp | 287 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 D | event_inner_runner.h | 50 return threadName_; in GetThreadName() 63 std::string threadName_; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/ |
H A D | media_muxer.cpp | 276 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 D | vsync_system_ability_listener.h | 26 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 D | task_executor.cpp | 23 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 D | event_inner_runner.h | 51 return threadName_; in GetThreadName() 69 std::string threadName_; variable
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_thread_skeleton.cpp | 99 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 D | event_dispatch_queue.cpp | 26 : isRunning_(false), threadName_(name), type_(type), context_(context) in EventDispatchQueue() 62 ffrtQueue_ = std::make_unique<ffrt::queue>(threadName_.c_str()); in Start()
|
H A D | app_caller_event.cpp | 26 threadName_(""), externalLog_("") in AppCallerEvent()
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_runner.cpp | 315 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 D | dragging_player_agent.cpp | 102 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 D | delegator_thread.h | 63 std::string threadName_;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
H A D | delegator_thread.cpp | 49 return threadName_; in GetThreadName()
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | app_caller_event.h | 40 std::string threadName_; // app thread name variable
|
H A D | event_dispatch_queue.h | 44 std::string threadName_; variable
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_workthread.h | 57 std::string threadName_; variable
|
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/include/ |
H A D | sync_fence_tracker.h | 42 const std::string threadName_; variable
|