Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h55 MODULE_NIP_BR_CHANNEL = 201, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp820 head->module = MODULE_NIP_BR_CHANNEL;
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_manager.c835 } else if (head->module == MODULE_NIP_BR_CHANNEL && head->seq == (int64_t)BR_NIP_SEQ) { in DataReceived()