Home
last modified time | relevance | path

Searched refs:AllocSocketFd (Results 1 - 12 of 12) sorted by relevance

/base/msdp/device_status/intention/prototype/include/
H A Di_socket_session_manager.h31 virtual int32_t AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType,
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_session_manager.h46 int32_t AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType,
/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_server.cpp97 int32_t ret = context_->GetSocketSessionManager().AllocSocketFd( in Control()
100 FI_HILOGE("AllocSocketFd failed"); in Control()
H A Dsocket_session_manager.cpp85 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 Di_devicestatus.h59 virtual int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
/base/msdp/device_status/services/communication/client/include/
H A Ddevicestatus_srv_proxy.h40 int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
/base/msdp/device_status/services/native/include/
H A Ddevicestatus_service.h103 int32_t AllocSocketFd(const std::string &programName, int32_t moduleType,
/base/msdp/device_status/frameworks/native/src/
H A Ddevicestatus_client.cpp326 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 Dsocket_session_test.cpp419 int32_t ret = g_socketSessionManager->AllocSocketFd("", 1, 1, 1, 1, clientFd); in HWTEST_F()
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_service.cpp381 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 Ddevicestatus_srv_stub.cpp638 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 Ddevicestatus_srv_proxy.cpp521 int32_t DeviceStatusSrvProxy::AllocSocketFd(const std::string &programName, int32_t moduleType, in AllocSocketFd() function in OHOS::Msdp::DeviceStatus::DeviceStatusSrvProxy

Completed in 11 milliseconds