| /base/msdp/device_status/intention/ipc/socket/src/ |
| D | socket_params.cpp | 21 AllocSocketPairParam::AllocSocketPairParam(const std::string &programName, int32_t moduleType) in AllocSocketPairParam() argument 22 : programName(programName), moduleType(moduleType) in AllocSocketPairParam() 28 parcel.WriteString(programName) && in Marshalling() 36 parcel.ReadString(programName) && in Unmarshalling()
|
| D | socket_session_manager.cpp | 38 int32_t SocketSessionManager::AllocSocketFd(const std::string& programName, int32_t moduleType, int… in AllocSocketFd() argument 59 …session = std::make_shared<SocketSession>(programName, moduleType, tokenType, sockFds[0], uid, pid… in AllocSocketFd()
|
| D | socket_session.cpp | 32 SocketSession::SocketSession(const std::string &programName, int32_t moduleType, in SocketSession() argument
|
| D | socket_server.cpp | 98 param.programName, param.moduleType, tokenType, context.uid, context.pid, clientFd); in Control()
|
| /base/msdp/device_status/intention/ipc/socket/include/ |
| D | socket_params.h | 33 AllocSocketPairParam(const std::string &programName, int32_t moduleType); 37 std::string programName; member
|
| D | socket_session.h | 29 SocketSession(const std::string &programName, int32_t moduleType,
|
| D | socket_session_manager.h | 41 int32_t AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType,
|
| /base/msdp/device_status/utils/common/src/ |
| D | util.cpp | 192 static char programName[PROGRAM_NAME_SIZE] = { 0 }; in GetProgramName() local 193 if (programName[0] != '\0') { in GetProgramName() 194 return programName; in GetProgramName() 234 errno_t result = memcpy_s(programName, PROGRAM_NAME_SIZE, tempName.c_str(), copySize); in GetProgramName() 239 FI_HILOGI("Get program name success, programName:%{public}s", programName); in GetProgramName() 241 return programName; in GetProgramName()
|
| /base/msdp/device_status/rust/services/binding/include/ |
| D | fusion_services_binding.h | 34 int32_t NativeServiceAllocSocketFd(struct NativeService *service, const char *programName,
|
| /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 | 55 …int32_t AddSocketPairInfo(const std::string &programName, int32_t moduleType, int32_t uid, int32_t…
|
| D | devicestatus_service.h | 107 int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
|
| /base/msdp/device_status/intention/prototype/include/ |
| D | i_socket_session_manager.h | 30 …virtual int32_t AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenTyp…
|
| /base/msdp/device_status/utils/ipc/include/ |
| D | stream_session.h | 38 …StreamSession(const std::string &programName, int32_t moduleType, int32_t fd, int32_t uid, int32_t…
|
| /base/sensors/sensor/utils/ipc/src/ |
| D | stream_session.cpp | 31 StreamSession::StreamSession(const std::string &programName, const int32_t fd, const int32_t uid, c… in StreamSession() argument 32 : programName_(programName) in StreamSession()
|
| /base/msdp/device_status/rust/services/binding/src/ |
| D | fusion_services_binding.cpp | 78 int32_t NativeServiceAllocSocketFd(struct NativeService *service, const char *programName, in NativeServiceAllocSocketFd() argument
|
| /base/sensors/sensor/utils/ipc/include/ |
| D | stream_session.h | 38 …StreamSession(const std::string &programName, const int32_t fd, const int32_t uid, const int32_t p…
|
| /base/msdp/device_status/frameworks/native/src/ |
| D | devicestatus_client.cpp | 298 const std::string programName(GetProgramName()); in AllocSocketPair() local 299 int32_t ret = fusion_alloc_socket_fd(programName.c_str(), moduleType, &socketFd_, &tokenType_); in AllocSocketPair() 318 const std::string programName(GetProgramName()); in AllocSocketPair() local 319 …int32_t result = devicestatusProxy_->AllocSocketFd(programName, moduleType, socketFd_, tokenType_); in AllocSocketPair()
|
| /base/msdp/device_status/utils/ipc/src/ |
| D | stream_session.cpp | 37 StreamSession::StreamSession(const std::string &programName, int32_t moduleType, int32_t fd, int32_… in StreamSession() argument
|
| /base/msdp/device_status/services/communication/base/ |
| D | i_devicestatus.h | 58 virtual int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
|
| /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() argument 115 sess = std::make_shared<StreamSession>(programName, moduleType, serverFd, uid, pid); in AddSocketPairInfo()
|
| D | devicestatus_service.cpp | 331 int32_t DeviceStatusService::AllocSocketFd(const std::string &programName, int32_t moduleType, in OnStart() argument 334 …FI_HILOGD("Enter, programName:%{public}s, moduleType:%{public}d", programName.c_str(), moduleType); in OnStart() 341 programName, moduleType, uid, pid, serverFd, std::ref(toReturnClientFd), tokenType)); in OnStart() 347 programName.c_str(), moduleType); in OnStart()
|
| /base/msdp/device_status/services/communication/client/include/ |
| D | devicestatus_srv_proxy.h | 40 int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
|
| /base/msdp/device_status/services/communication/client/src/ |
| D | devicestatus_srv_proxy.cpp | 495 int32_t DeviceStatusSrvProxy::AllocSocketFd(const std::string &programName, int32_t moduleType, in AllocSocketFd() argument 505 WRITESTRING(data, programName, ERR_INVALID_VALUE); in AllocSocketFd()
|