/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() 79 MEDIA_LOGE("Start failed, AudioCapturer Start failed, threadName:%{public}s", threadName_.c_str()); in Start() 85 MEDIA_LOGI("0x%{public}06" PRIXPTR "Start success, threadName:%{public}s", FAKE_POINTER(this), threadName_.c_str()); in Start() 97 MEDIA_LOGI("0x%{public}06" PRIXPTR " Pause S, threadName:%{public}s", FAKE_POINTER(this), threadName_.c_str()); in Pause() 107 MEDIA_LOGE("AudioCapturer Pause failed, threadName:%{public}s", threadName_.c_str()); in Pause() 112 MEDIA_LOGI("0x%{public}06" PRIXPTR " Pause E, threadName:%{public}s", FAKE_POINTER(this), threadName_.c_str()); in Pause() 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_ in Resume() [all...] |
H A D | audio_capturer_wrapper.h | 54 : screenCaptureCb_(screenCaptureCb), audioInfo_(audioInfo), threadName_(std::move(name)), in AudioCapturerWrapper() 85 std::string threadName_; member in OHOS::Media::AudioCapturerWrapper
|
/foundation/communication/nfc/services/src/utils/ |
H A D | nfc_watch_dog.cpp | 23 : threadName_(threadName), timeout_(timeout), canceled_(false), thread_(nullptr), nciNfccProxy_(nfccProxy)
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()
|
H A D | nfc_watch_dog.h | 38 std::string threadName_ {""};
|
/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()
|
/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_; member in OHOS::Rosen::VSyncSystemAbilityListener
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | task_executor.cpp | 23 TaskExecutor::TaskExecutor(const std::string &threadName, uint32_t capacity) : threadName_(threadName) in TaskExecutor() 64 prctl(PR_SET_NAME, reinterpret_cast<unsigned long>(executor->threadName_.c_str()), 0, 0, 0); in ExecuteInThread()
|
H A D | task_executor.h | 57 std::string threadName_; member in OHOS::IntellVoiceUtils::TaskExecutor
|
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/ |
H A D | event_inner_runner.h | 50 return threadName_; in GetThreadName() 63 std::string threadName_; member in OHOS::AppExecFwk::EventInnerRunner
|
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()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_system_ability_listener.cpp | 40 mapPayload["threadName"] = threadName_; in OnAddSystemAbility() 41 mapPayload["extType"] = threadName_ == "RSMainThread" ? "10003" : "10002"; in OnAddSystemAbility()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | watch_dog.cpp | 135 std::string threadName_; member in OHOS::Ace::final 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::final 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()
|
/foundation/multimedia/av_codec/services/media_engine/modules/muxer/ |
H A D | media_muxer.cpp | 276 threadName_ = name; 278 MEDIA_LOG_W("Started already! [%{public}s]", threadName_.c_str()); 283 MEDIA_LOG_D("The thread started! [%{public}s]", threadName_.c_str()); 310 MEDIA_LOG_D("Stopped already! [%{public}s]", threadName_.c_str()); 320 MEDIA_LOG_D("Stopping ! [%{public}s]", threadName_.c_str()); 344 MEDIA_LOG_D("Enter ThreadProcessor [%{public}s]", threadName_.c_str()); 347 pthread_setname_np(pthread_self(), threadName_.substr(0, nameSizeMax).c_str()); 351 MEDIA_LOG_D("Exit ThreadProcessor [%{public}s]", threadName_.c_str()); 372 threadName_.c_str(), bufferAvailableCount_.load()); 381 threadName_ [all...] |
H A D | media_muxer.h | 93 std::string threadName_; member in OHOS::Media::MediaMuxer
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/ |
H A D | delegator_thread.h | 63 std::string threadName_; member in OHOS::AppExecFwk::DelegatorThread
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
H A D | delegator_thread.cpp | 49 return threadName_; in GetThreadName()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | dragging_player_agent.cpp | 91 PipeLineThreadPool::GetInstance().DestroyThread(threadName_); in ~DraggingPlayerAgent() 115 threadName_ = "DraggingTask_" + playerId; in Init() 116 task_ = std::make_unique<Task>("draggingThread", threadName_, TaskType::GLOBAL, TaskPriority::NORMAL, false); in Init()
|
H A D | dragging_player_agent.h | 62 std::string threadName_ {};
|
/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()
|
H A D | ipc_workthread.cpp | 49 IPCWorkThread::IPCWorkThread(std::string threadName) : threadName_(std::move(threadName)) {} in IPCWorkThread()
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | ipc_workthread.h | 57 std::string threadName_; member in OHOS::IPC_SINGLE::IPCWorkThread
|
H A D | ipc_thread_skeleton.h | 85 std::string threadName_; member in OHOS::IPC_SINGLE::IPCThreadSkeleton
|
/foundation/graphic/graphic_surface/sync_fence/include/ |
H A D | sync_fence_tracker.h | 42 const std::string threadName_;
member in OHOS::SyncFenceTracker
|