/foundation/multimodalinput/input/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,
|
/foundation/multimodalinput/input/intention/ipc/socket/include/ |
H A D | socket_session_manager.h | 45 int32_t AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType,
|
/foundation/multimodalinput/input/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 | 62 int32_t SocketSessionManager::AllocSocketFd(const std::string& programName, int32_t moduleType, int32_t tokenType, in AllocSocketFd() function in OHOS::Msdp::DeviceStatus::SocketSessionManager
|
/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | i_multimodal_input_connect.h | 51 virtual int32_t AllocSocketFd(const std::string &programName, const int32_t moduleType,
|
H A D | multimodal_input_connect_proxy.h | 36 int32_t AllocSocketFd(const std::string &programName, const int32_t moduleType,
|
/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 49 int32_t AllocSocketFd(const std::string &programName, const int32_t moduleType,
|
/foundation/multimodalinput/input/service/module_loader/test/ |
H A D | mmi_service_test.cpp | 241 * @tc.desc: Test the function AllocSocketFd 252 int32_t ret = mmiService.AllocSocketFd(programName, moduleType, toReturnClientFd, tokenType); in HWTEST_F()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 60 int32_t result = multimodalInputConnectService_->AllocSocketFd(programName, moduleType, socketFd_, tokenType_); in AllocSocketPair() 62 MMI_HILOGE("AllocSocketFd has error:%{public}d", result); in AllocSocketPair()
|
H A D | multimodal_input_connect_stub.cpp | 480 int32_t ret = AllocSocketFd(req->data.clientName, req->data.moduleId, clientFd, tokenType); in StubHandleAllocSocketFd() 482 MMI_HILOGE("AllocSocketFd failed pid:%{public}d, go switch default", pid); in StubHandleAllocSocketFd()
|
H A D | multimodal_input_connect_proxy.cpp | 106 int32_t MultimodalInputConnectProxy::AllocSocketFd(const std::string &programName, in AllocSocketFd() function in OHOS::MMI::MultimodalInputConnectProxy
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 997 int32_t MMIService::AllocSocketFd(const std::string &programName, const int32_t moduleType, int32_t &toReturnClientFd, in AllocSocketFd() function in OHOS::MMI::MMIService
|
/foundation/multimodalinput/input/service/connect_manager/test/ |
H A D | multimodal_input_connect_stub_ex_test.cpp | 54 int32_t AllocSocketFd(const std::string &programName, const int32_t moduleType,
|