Home
last modified time | relevance | path

Searched refs:targetNetworkIdIsNull (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp986 bool targetNetworkIdIsNull = targetNetworkId == nullptr; in ShiftLNNGear() local
1000 if (!targetNetworkIdIsNull && (!data.WriteBool(targetNetworkIdIsNull) || !data.WriteCString(targetNetworkId))) { in ShiftLNNGear()
1003 } else if (targetNetworkIdIsNull && !data.WriteBool(targetNetworkIdIsNull)) { in ShiftLNNGear()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c748 bool targetNetworkIdIsNull = targetNetworkId == NULL ? true : false; in ServerIpcShiftLNNGear() local
753 WriteBool(&request, targetNetworkIdIsNull); in ServerIpcShiftLNNGear()
754 if (!targetNetworkIdIsNull) { in ServerIpcShiftLNNGear()

Completed in 3 milliseconds