Searched refs:AddSocketPairInfo (Results 1 – 7 of 7) sorted by relevance
/base/msdp/device_status/services/native/include/ |
D | i_stream_server.h | 27 … virtual int32_t AddSocketPairInfo(const std::string& programName, int32_t moduleType, int32_t uid,
|
D | stream_server.h | 54 …int32_t AddSocketPairInfo(const std::string& programName, int32_t moduleType, int32_t uid, int32_t…
|
/base/sensors/sensor/services/sensor/include/ |
D | stream_server.h | 35 …int32_t AddSocketPairInfo(int32_t uid, int32_t pid, int32_t tokenType, int32_t &serverFd, int32_t …
|
/base/sensors/sensor/services/sensor/src/ |
D | stream_server.cpp | 79 int32_t StreamServer::AddSocketPairInfo(int32_t uid, int32_t pid, int32_t tokenType, in AddSocketPairInfo() function in OHOS::Sensors::StreamServer
|
D | sensor_service.cpp | 487 int32_t ret = AddSocketPairInfo(GetCallingUid(), GetCallingPid(), in CreateSocketChannel()
|
/base/msdp/device_status/services/native/src/ |
D | stream_server.cpp | 94 int32_t StreamServer::AddSocketPairInfo(const std::string& programName, int32_t moduleType, int32_t… in AddSocketPairInfo() function in OHOS::Msdp::DeviceStatus::StreamServer
|
D | devicestatus_service.cpp | 305 int32_t ret = delegateTasks_.PostSyncTask(std::bind(&StreamServer::AddSocketPairInfo, this, in AllocSocketFd()
|