Home
last modified time | relevance | path

Searched refs:threadName_ (Results 1 - 24 of 24) sorted by relevance

/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()
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 Daudio_capturer_wrapper.h54 : 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 Dnfc_watch_dog.cpp23 : 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 Dnfc_watch_dog.h38 std::string threadName_ {""};
/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()
/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_; member in OHOS::Rosen::VSyncSystemAbilityListener
/foundation/ai/intelligent_voice_framework/utils/
H A Dtask_executor.cpp23 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 Dtask_executor.h57 std::string threadName_; member in OHOS::IntellVoiceUtils::TaskExecutor
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler_impl/
H A Devent_inner_runner.h50 return threadName_; in GetThreadName()
63 std::string threadName_; member in OHOS::AppExecFwk::EventInnerRunner
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()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_system_ability_listener.cpp40 mapPayload["threadName"] = threadName_; in OnAddSystemAbility()
41 mapPayload["extType"] = threadName_ == "RSMainThread" ? "10003" : "10002"; in OnAddSystemAbility()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp135 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 Dwatch_dog_mingw.cpp101 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 Dmedia_muxer.cpp276 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 Dmedia_muxer.h93 std::string threadName_; member in OHOS::Media::MediaMuxer
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Ddelegator_thread.h63 std::string threadName_; member in OHOS::AppExecFwk::DelegatorThread
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/
H A Ddelegator_thread.cpp49 return threadName_; in GetThreadName()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp91 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 Ddragging_player_agent.h62 std::string threadName_ {};
/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()
H A Dipc_workthread.cpp49 IPCWorkThread::IPCWorkThread(std::string threadName) : threadName_(std::move(threadName)) {} in IPCWorkThread()
/foundation/communication/ipc/ipc/native/src/core/include/
H A Dipc_workthread.h57 std::string threadName_; member in OHOS::IPC_SINGLE::IPCWorkThread
H A Dipc_thread_skeleton.h85 std::string threadName_; member in OHOS::IPC_SINGLE::IPCThreadSkeleton
/foundation/graphic/graphic_surface/sync_fence/include/
H A Dsync_fence_tracker.h42 const std::string threadName_; member in OHOS::SyncFenceTracker

Completed in 9 milliseconds