Searched refs:BusCenterClientProxy (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/ |
H A D | bus_center_client_proxy.cpp | 31 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(clientObject); in GetClientProxy() 57 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnLeaveLNNResult() 70 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnNodeOnlineStateChanged() 81 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnNodeBasicInfoChanged() 96 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClientOnNodeStatusChanged() 107 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetOnLocalNetworkIdChanged() 122 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClinetNotifyDeviceNotTrusted() 138 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(proxy.second); in ClientNotifyHichainProofException() 155 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnTimeSyncResult() 170 sptr<BusCenterClientProxy> clientProxy = GetClientProxy(pkgName, pid); in ClientOnPublishLNNResult() [all …]
|
H A D | bus_center_client_proxy_standard.cpp | 34 int32_t BusCenterClientProxy::OnChannelLinkDown(const char *networkId, int32_t routeType) in OnChannelLinkDown() 44 int32_t BusCenterClientProxy::OnChannelMsgReceived(int32_t channelId, int32_t channelType, in OnChannelMsgReceived() 50 int32_t BusCenterClientProxy::OnChannelQosEvent(int32_t channelId, int32_t channelType, in OnChannelQosEvent() 146 int32_t BusCenterClientProxy::OnLeaveLNNResult(const char *networkId, int retCode) in OnLeaveLNNResult() 179 int32_t BusCenterClientProxy::OnLeaveMetaNodeResult(const char *networkId, int retCode) in OnLeaveMetaNodeResult() 264 int32_t BusCenterClientProxy::OnNodeBasicInfoChanged(const char *pkgName, void *info, in OnNodeBasicInfoChanged() 316 int32_t BusCenterClientProxy::OnNodeStatusChanged(const char *pkgName, void *info, in OnNodeStatusChanged() 364 int32_t BusCenterClientProxy::OnLocalNetworkIdChanged(const char *pkgName) in OnLocalNetworkIdChanged() 432 int32_t BusCenterClientProxy::OnHichainProofException( in OnHichainProofException() 521 void BusCenterClientProxy::OnPublishLNNResult(int32_t publishId, int32_t reason) in OnPublishLNNResult() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/ipc/ |
H A D | client_proxy_test.cpp | 69 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); 93 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); 113 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); 136 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); 158 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); 180 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); 200 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject); 220 sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(remoteObject);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/ipc/ |
H A D | bus_center_client_proxy_standard_test.cpp | 56 static sptr<BusCenterClientProxy> GetClientProxy(const char *pkgName) in GetClientProxy() 59 … sptr<BusCenterClientProxy> clientProxy = new (std::nothrow) BusCenterClientProxy(clientObject); in GetClientProxy()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/include/ |
H A D | bus_center_client_proxy_standard.h | 22 class BusCenterClientProxy : public IRemoteProxy<ISoftBusClient> { 24 explicit BusCenterClientProxy(const sptr<IRemoteObject> &impl) in BusCenterClientProxy() function 26 virtual ~BusCenterClientProxy() = default; 56 static inline BrokerDelegator<BusCenterClientProxy> delegator_;
|