/base/msdp/device_status/intention/prototype/include/ |
H A D | i_socket_session_manager.h | 31 virtual int32_t AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType,
|
/base/msdp/device_status/intention/ipc/socket/include/ |
H A D | socket_session_manager.h | 46 int32_t AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType,
|
/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_server.cpp | 97 int32_t ret = context_->GetSocketSessionManager().AllocSocketFd( in Control() 100 FI_HILOGE("AllocSocketFd failed"); in Control()
|
H A D | socket_session_manager.cpp | 85 int32_t SocketSessionManager::AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType,
in AllocSocketFd() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
|
/base/msdp/device_status/services/communication/base/ |
H A D | i_devicestatus.h | 59 virtual int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
|
/base/msdp/device_status/services/communication/client/include/ |
H A D | devicestatus_srv_proxy.h | 40 int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
|
/base/msdp/device_status/services/native/include/ |
H A D | devicestatus_service.h | 103 int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
|
/base/msdp/device_status/frameworks/native/src/ |
H A D | devicestatus_client.cpp | 326 int32_t result = devicestatusProxy_->AllocSocketFd(programName, moduleType, socketFd_, tokenType_); in AllocSocketPair() 328 FI_HILOGE("AllocSocketFd has error:%{public}d", result); in AllocSocketPair()
|
/base/msdp/device_status/test/unittest/intention/ipc/src/ |
H A D | socket_session_test.cpp | 419 int32_t ret = g_socketSessionManager->AllocSocketFd("", 1, 1, 1, 1, clientFd); in HWTEST_F()
|
/base/msdp/device_status/services/native/src/ |
H A D | devicestatus_service.cpp | 381 int32_t DeviceStatusService::AllocSocketFd(const std::string &programName, int32_t moduleType, in AllocSocketFd() function in OHOS::Msdp::DeviceStatus::DeviceStatusService
|
/base/msdp/device_status/services/communication/service/src/ |
H A D | devicestatus_srv_stub.cpp | 638 int32_t ret = AllocSocketFd(clientName, moduleId, clientFd, tokenType); in HandleAllocSocketFdStub() 640 FI_HILOGE("AllocSocketFd failed, pid:%{public}d, go switch default", pid); in HandleAllocSocketFdStub()
|
/base/msdp/device_status/services/communication/client/src/ |
H A D | devicestatus_srv_proxy.cpp | 521 int32_t DeviceStatusSrvProxy::AllocSocketFd(const std::string &programName, int32_t moduleType, in AllocSocketFd() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy
|