Home
last modified time | relevance | path

Searched refs:START_DISCOVERY (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h56 START_DISCOVERY = 1, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/
H A Dlnn_discovery_manager.c126 if (SoftBusRecordDiscoveryResult(START_DISCOVERY, NULL) != SOFTBUS_OK) { in ReportStartDiscoveryResultEvt()
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dlnn_dfx_test.cpp76 ret = SoftBusRecordDiscoveryResult(START_DISCOVERY, NULL);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c650 if (stage < START_DISCOVERY || stage > BUSINESS_DISCOVERY) { in SoftBusRecordDiscoveryResult()
661 case START_DISCOVERY: in SoftBusRecordDiscoveryResult()