Home
last modified time | relevance | path

Searched refs:strTid (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp56 std::string strTid = std::to_string(tid); in ConfigPayload() local
59 mapPayload[strTid] = strQos; in ConfigPayload()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_hardware_thread.cpp628 std::string strTid = std::to_string(gettid()); in SubScribeSystemAbility() local
630 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Drs_uni_render_thread.cpp446 std::string strTid = std::to_string(gettid()); in SubScribeSystemAbility() local
448 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Drs_main_thread.cpp908 std::string strTid = std::to_string(gettid()); in SubScribeSystemAbility() local
910 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp522 std::string strTid = std::to_string(gettid()); in SubScribeSystemAbility() local
524 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Dvsync_distributor.cpp772 std::string strTid = std::to_string(gettid()); in SubScribeSystemAbility() local
774 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()

Completed in 12 milliseconds