Searched defs:retReply (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | bus_center_client_stub.c | 55 int32_t retReply = LnnOnJoinResult(addr, networkId, retCode); in ClientOnJoinLNNResult() local 84 int32_t retReply = LnnOnLeaveResult(networkId, retCode); in ClientOnLeaveLNNResult() local 119 int32_t retReply = LnnOnNodeOnlineStateChanged("", isOnline, info); in ClientOnNodeOnlineStateChanged() local 148 int32_t retReply = LnnOnNodeBasicInfoChanged("", info, type); in ClientOnNodeBasicInfoChanged() local 178 int32_t retReply = LnnOnTimeSyncResult(info, retCode); in ClientOnTimeSyncResult() local
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 284 int32_t retReply = SoftbusRegisterService(pkgName, remote); in SoftbusRegisterServiceInner() local 418 int32_t retReply; in CreateSessionServerInner() local 461 int32_t retReply; in RemoveSessionServerInner() local 581 int32_t retReply; in OpenSessionInner() local 625 int32_t retReply; in OpenAuthSessionInner() local 697 int32_t retReply = ReleaseResources(channelId); in ReleaseResourcesInner() local 914 int32_t retReply = LeaveLNN(clientName, networkId); in LeaveLNNInner() local 1397 int32_t retReply = PublishLNN(clientName, &info); in PublishLNNInner() local 1411 int32_t retReply = StopPublishLNN(clientName, publishId); in StopPublishLNNInner() local 1456 int32_t retReply = RefreshLNN(clientName, &info); in RefreshLNNInner() local [all …]
|
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_client_stub.cpp | 258 int32_t retReply = OnChannelLinkDown(networkId, routeType); in OnChannelLinkDownInner() local 418 int32_t retReply = OnJoinLNNResult(addr, addrTypeLen, networkId, retCode); in OnJoinLNNResultInner() local 437 int32_t retReply = OnLeaveLNNResult(networkId, retCode); in OnLeaveLNNResultInner() local 466 int32_t retReply = OnNodeOnlineStateChanged(pkgName, isOnline, info, infoTypeLen); in OnNodeOnlineStateChangedInner() local 498 int32_t retReply = OnNodeBasicInfoChanged(pkgName, info, infoTypeLen, type); in OnNodeBasicInfoChangedInner() local 529 int32_t retReply = OnNodeStatusChanged(pkgName, info, infoTypeLen, type); in OnNodeStatusChangedInner() local 544 int32_t retReply = OnLocalNetworkIdChanged(pkgName); in OnLocalNetworkIdChangedInner() local 564 int32_t retReply = OnNodeDeviceNotTrusted(pkgName, msg); in OnNodeDeviceNotTrustedInner() local 602 int32_t retReply = OnHichainProofException(pkgName, proofInfo, proofLen, deviceTypeId, errCode); in OnHichainProofExceptionInner() local 628 int32_t retReply = OnTimeSyncResult(info, infoTypeLen, retCode); in OnTimeSyncResultInner() local
|