Home
last modified time | relevance | path

Searched refs:CALLER_ID_MAX_LEN (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/shiftlnngear_fuzzer/
H A Dshiftlnngear_fuzzer.cpp66 size_t callerIdLen = size % CALLER_ID_MAX_LEN + 1; in GenRanDiscInfo()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h141 #define CALLER_ID_MAX_LEN 128 macro
911 * @param callerId The id of the caller, whitch cannot be <b>NULL</b>, and maxium length is {@link CALLER_ID_MAX_LEN}.
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c555 size_t len = strnlen(callerId, CALLER_ID_MAX_LEN); in ShiftLNNGear()
556 if (len == 0 || len >= CALLER_ID_MAX_LEN) { in ShiftLNNGear()
/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dbus_center_server_stub.c665 if (callerId == NULL || len == 0 || len >= CALLER_ID_MAX_LEN) { in ServerShiftLnnGear()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server_stub.cpp1557 if (callerId == nullptr || strnlen(callerId, CALLER_ID_MAX_LEN) >= CALLER_ID_MAX_LEN) { in ShiftLNNGearInner()

Completed in 7 milliseconds