Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp285 if (!reply.WriteInt32(retReply)) { in SoftbusRegisterServiceInner()
418 int32_t retReply; in CreateSessionServerInner() local
451 if (!reply.WriteInt32(retReply)) { in CreateSessionServerInner()
461 int32_t retReply; in RemoveSessionServerInner() local
492 if (!reply.WriteInt32(retReply)) { in RemoveSessionServerInner()
581 int32_t retReply; in OpenSessionInner() local
616 transSerializer.ret = retReply; in OpenSessionInner()
625 int32_t retReply; in OpenAuthSessionInner() local
637 if (retReply != SOFTBUS_OK) { in OpenAuthSessionInner()
644 if (!reply.WriteInt32(retReply)) { in OpenAuthSessionInner()
[all …]
/ohos5.0/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 != SOFTBUS_OK) { in ClientOnTimeSyncResult()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_client_stub.cpp259 if (retReply != SOFTBUS_OK) { in OnChannelLinkDownInner()
419 if (retReply != SOFTBUS_OK) { in OnJoinLNNResultInner()
438 if (retReply != SOFTBUS_OK) { in OnLeaveLNNResultInner()
468 if (!reply.WriteInt32(retReply)) { in OnNodeOnlineStateChangedInner()
499 if (!reply.WriteInt32(retReply)) { in OnNodeBasicInfoChangedInner()
530 if (!reply.WriteInt32(retReply)) { in OnNodeStatusChangedInner()
544 int32_t retReply = OnLocalNetworkIdChanged(pkgName); in OnLocalNetworkIdChangedInner() local
545 if (!reply.WriteInt32(retReply)) { in OnLocalNetworkIdChangedInner()
565 if (!reply.WriteInt32(retReply)) { in OnNodeDeviceNotTrustedInner()
603 if (!reply.WriteInt32(retReply)) { in OnHichainProofExceptionInner()
[all …]