Home
last modified time | relevance | path

Searched full:calling_pid (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/dmsfwk/
Dhisysevent.yaml20 CALLING_PID: {type: INT32, desc: calling pid}
32 CALLING_PID: {type: INT32, desc: calling pid}
44 CALLING_PID: {type: INT32, desc: calling pid}
56 CALLING_PID: {type: INT32, desc: calling pid}
68 CALLING_PID: {type: INT32, desc: calling pid}
80 CALLING_PID: {type: INT32, desc: calling pid}
/foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/
Ddms_hisysevent_report.cpp33 constexpr const char* KEY_CALLING_PID = "CALLING_PID";
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dskeleton.rs86 pub fn calling_pid() -> u64 { in calling_pid() method
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
Dskeleton.rs88 assert_eq!(Skeleton::calling_pid(), GetCallingPid()); in skeleton()
/foundation/multimedia/av_session/
Dhisysevent.yaml66 CALLING_PID: {type: INT32, desc: calling pid}
/foundation/multimedia/av_session/services/session/server/
Davsession_service.cpp2093 …SEVENT_FAULT("CONTROL_COMMAND_FAILED", "ERROR_TYPE", "RGS_CLIENT_DEATH_FAILED", "CALLING_PID", pid, in RegisterClientDeathObserver()