Home
last modified time | relevance | path

Searched refs:RpcChannel (Results 1 - 6 of 6) sorted by relevance

/base/security/access_token/services/tokensyncmanager/include/remote/
H A Dremote_command_executor.h35 const std::shared_ptr<RpcChannel>& GetChannel() const in GetChannel()
39 void SetChannel(const std::shared_ptr<RpcChannel>& ptrChannel) in SetChannel()
53 static const std::shared_ptr<RpcChannel> CreateChannel(const std::string &targetNodeId);
144 std::shared_ptr<RpcChannel> ptrChannel_;
H A Drpc_channel.h25 class RpcChannel { class
H A Dremote_command_manager.h141 std::shared_ptr<RpcChannel> GetExecutorChannel(const std::string &nodeId);
H A Dsoft_bus_channel.h42 class SoftBusChannel final : public RpcChannel, public std::enable_shared_from_this<SoftBusChannel> {
/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_executor.cpp46 const std::shared_ptr<RpcChannel> RemoteCommandExecutor::CreateChannel(const std::string &targetNodeId) in CreateChannel()
51 std::shared_ptr<RpcChannel> ptrChannel = std::make_shared<SoftBusChannel>(targetNodeId); in CreateChannel()
H A Dremote_command_manager.cpp257 std::shared_ptr<RpcChannel> RemoteCommandManager::GetExecutorChannel(const std::string &nodeId) in GetExecutorChannel()

Completed in 3 milliseconds