Home
last modified time | relevance | path

Searched refs:strPid (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp55 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 Dinput_manager_filter_manual_test.cpp180 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 Drs_hardware_thread.cpp627 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility() local
630 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Drs_uni_render_thread.cpp445 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility() local
448 saStatusChangeListener_ = new (std::nothrow)VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Drs_main_thread.cpp907 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 Dinput_device_manager.cpp365 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 Dvsync_generator.cpp521 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility() local
524 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()
H A Dvsync_distributor.cpp771 std::string strPid = std::to_string(getpid()); in SubScribeSystemAbility() local
774 saStatusChangeListener_ = new VSyncSystemAbilityListener(threadName, strUid, strPid, strTid); in SubScribeSystemAbility()

Completed in 15 milliseconds