Searched refs:AddSocketPairInfo (Results 1 - 7 of 7) sorted by relevance
/base/msdp/device_status/services/native/include/ |
H A D | i_stream_server.h | 27 virtual int32_t AddSocketPairInfo(const std::string &programName, int32_t moduleType, int32_t uid,
|
H A D | stream_server.h | 55 int32_t AddSocketPairInfo(const std::string &programName, int32_t moduleType, int32_t uid, int32_t pid,
|
/base/sensors/sensor/services/include/ |
H A D | stream_server.h | 35 int32_t AddSocketPairInfo(int32_t uid, int32_t pid, int32_t tokenType, int32_t &serverFd, int32_t &clientFd);
|
/base/sensors/sensor/services/src/ |
H A D | stream_server.cpp | 81 int32_t StreamServer::AddSocketPairInfo(int32_t uid, int32_t pid, int32_t tokenType, in AddSocketPairInfo() function in OHOS::Sensors::StreamServer
|
H A D | sensor_service.cpp | 534 int32_t ret = AddSocketPairInfo(GetCallingUid(), GetCallingPid(), in CreateSocketChannel()
|
/base/msdp/device_status/services/native/src/ |
H A D | stream_server.cpp | 94 int32_t StreamServer::AddSocketPairInfo(const std::string &programName, int32_t moduleType, int32_t uid, int32_t pid,
in AddSocketPairInfo() function in OHOS::Msdp::DeviceStatus::StreamServer
|
H A D | devicestatus_service.cpp | 392 return this->AddSocketPairInfo(programName, moduleType, uid, pid, serverFd, in AllocSocketFd()
|
Completed in 7 milliseconds