Searched refs:strPid (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/ |
H A D | audio_schedule.cpp | 55 std::string strPid = std::to_string(pid);
in ConfigPayload() local 58 mapPayload["pid"] = strPid;
in ConfigPayload()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_filter_manual_test.cpp | 180 std::string strPid = std::to_string(pid); in GetSelfHidumperFilter() local 181 MMI_HILOGE("Self pid:%{public}s", strPid.c_str()); in GetSelfHidumperFilter() 202 if (pidStr != strPid) { in GetSelfHidumperFilter()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_hardware_thread.cpp | 627 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility() local 630 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
|
H A D | rs_uni_render_thread.cpp | 445 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility() local 448 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
|
H A D | rs_main_thread.cpp | 907 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility() local 910 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
|
/foundation/multimodalinput/input/service/device_manager/src/ |
H A D | input_device_manager.cpp | 365 std::string strPid(pid); in GetInputIdentification() 366 std::string vendorProduct = strVid + ":" + strPid; in GetInputIdentification()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_generator.cpp | 521 std::string strPid = std::to_string(getpid());
in SubScribeSystemAbility() local 524 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid);
in SubScribeSystemAbility()
|
H A D | vsync_distributor.cpp | 771 std::string strPid = std::to_string(getpid());
in SubScribeSystemAbility() local 774 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid);
in SubScribeSystemAbility()
|
Completed in 15 milliseconds