Home
last modified time | relevance | path

Searched refs:retReply (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dbus_center_client_stub.c55 int32_t retReply = LnnOnJoinResult(addr, networkId, retCode); in ClientOnJoinLNNResult() local
56 if (retReply != SOFTBUS_OK) { in ClientOnJoinLNNResult()
84 int32_t retReply = LnnOnLeaveResult(networkId, retCode); in ClientOnLeaveLNNResult() local
85 if (retReply != SOFTBUS_OK) { in ClientOnLeaveLNNResult()
119 int32_t retReply = LnnOnNodeOnlineStateChanged("", isOnline, info); in ClientOnNodeOnlineStateChanged() local
120 if (retReply != SOFTBUS_OK) { in ClientOnNodeOnlineStateChanged()
148 int32_t retReply = LnnOnNodeBasicInfoChanged("", info, type); in ClientOnNodeBasicInfoChanged() local
149 if (retReply != SOFTBUS_OK) { in ClientOnNodeBasicInfoChanged()
178 int32_t retReply = LnnOnTimeSyncResult(info, retCode); in ClientOnTimeSyncResult() local
179 if (retReply ! in ClientOnTimeSyncResult()
[all...]
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp289 int32_t retReply = SoftbusRegisterService(pkgName, remote); in SoftbusRegisterServiceInner() local
290 if (!reply.WriteInt32(retReply)) { in SoftbusRegisterServiceInner()
423 int32_t retReply; in CreateSessionServerInner() local
437 retReply = SOFTBUS_TRANS_PROXY_READCSTRING_FAILED; in CreateSessionServerInner()
443 retReply = SOFTBUS_PERMISSION_DENIED; in CreateSessionServerInner()
449 retReply = SOFTBUS_PERMISSION_DENIED; in CreateSessionServerInner()
454 retReply = CreateSessionServer(pkgName, sessionName); in CreateSessionServerInner()
456 if (!reply.WriteInt32(retReply)) { in CreateSessionServerInner()
466 int32_t retReply; in RemoveSessionServerInner() local
479 retReply in RemoveSessionServerInner()
586 int32_t retReply; OpenSessionInner() local
630 int32_t retReply; OpenAuthSessionInner() local
676 int32_t retReply = NotifyAuthSuccess(channelId, channelType); NotifyAuthSuccessInner() local
702 int32_t retReply = ReleaseResources(channelId); ReleaseResourcesInner() local
746 int32_t retReply = CloseChannel(sessionName, channelId, channelType); CloseChannelInner() local
782 int32_t retReply = CloseChannelWithStatistics(channelId, channelType, laneId, dataInfo, len); CloseChannelWithStatisticsInner() local
823 int32_t retReply = SendMessage(channelId, channelType, dataInfo, len, msgType); SendMessageInner() local
872 int32_t retReply = EvaluateQos(peerNetworkId, dataType, qos, qosCount); EvaluateQosInner() local
898 int32_t retReply = JoinLNN(clientName, addr, addrTypeLen); JoinLNNInner() local
919 int32_t retReply = LeaveLNN(clientName, networkId); LeaveLNNInner() local
1074 int32_t retReply = SetNodeDataChangeFlag(clientName, networkId, changeFlag); SetNodeDataChangeFlagInner() local
1181 int32_t retReply = StartTimeSync(pkgName, targetNetworkId, accuracy, period); StartTimeSyncInner() local
1204 int32_t retReply = StopTimeSync(pkgName, targetNetworkId); StopTimeSyncInner() local
1242 int32_t retReply = QosReport(channelId, channelType, appType, quality); QosReportInner() local
1275 int32_t retReply = StreamStats(channelId, channelType, stats); StreamStatsInner() local
1308 int32_t retReply = RippleStats(channelId, channelType, stats); RippleStatsInner() local
1403 int32_t retReply = PublishLNN(clientName, &info); PublishLNNInner() local
1417 int32_t retReply = StopPublishLNN(clientName, publishId); StopPublishLNNInner() local
1462 int32_t retReply = RefreshLNN(clientName, &info); RefreshLNNInner() local
1476 int32_t retReply = StopRefreshLNN(clientName, refreshId); StopRefreshLNNInner() local
1573 int32_t retReply = ShiftLNNGear(pkgName, callerId, targetNetworkId, mode); ShiftLNNGearInner() local
1605 int32_t retReply = SyncTrustedRelationShip(pkgName, msg, msgLen); SyncTrustedRelationShipInner() local
[all...]
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp251 int32_t retReply = OnChannelLinkDown(networkId, routeType); in OnChannelLinkDownInner() local
252 if (retReply != SOFTBUS_OK) { in OnChannelLinkDownInner()
380 int32_t retReply = OnJoinLNNResult(addr, addrTypeLen, networkId, retCode); in OnJoinLNNResultInner() local
381 if (retReply != SOFTBUS_OK) { in OnJoinLNNResultInner()
399 int32_t retReply = OnLeaveLNNResult(networkId, retCode); in OnLeaveLNNResultInner() local
400 if (retReply != SOFTBUS_OK) { in OnLeaveLNNResultInner()
428 int32_t retReply = OnNodeOnlineStateChanged(pkgName, isOnline, info, infoTypeLen); in OnNodeOnlineStateChangedInner() local
430 if (!reply.WriteInt32(retReply)) { in OnNodeOnlineStateChangedInner()
460 int32_t retReply = OnNodeBasicInfoChanged(pkgName, info, infoTypeLen, type); in OnNodeBasicInfoChangedInner() local
461 if (!reply.WriteInt32(retReply)) { in OnNodeBasicInfoChangedInner()
491 int32_t retReply = OnNodeStatusChanged(pkgName, info, infoTypeLen, type); OnNodeStatusChangedInner() local
506 int32_t retReply = OnLocalNetworkIdChanged(pkgName); OnLocalNetworkIdChangedInner() local
536 int32_t retReply = OnNodeDeviceTrustedChange(pkgName, type, msg, msgLen); OnNodeDeviceTrustedChangeInner() local
574 int32_t retReply = OnHichainProofException(pkgName, deviceList, deviceListLen, deviceTypeId, errCode); OnHichainProofExceptionInner() local
600 int32_t retReply = OnTimeSyncResult(info, infoTypeLen, retCode); OnTimeSyncResultInner() local
[all...]

Completed in 5 milliseconds