Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dlnn_dfx_test.cpp88 ret = SoftBusRecordDiscoveryResult(BUSINESS_DISCOVERY, &node1);
94 ret = SoftBusRecordDiscoveryResult(BUSINESS_DISCOVERY, &node2);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h60 BUSINESS_DISCOVERY = 5, enumerator
/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()
673 case BUSINESS_DISCOVERY: in SoftBusRecordDiscoveryResult()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c968 if (SoftBusRecordDiscoveryResult(BUSINESS_DISCOVERY, &appInfo) != SOFTBUS_OK) { in ReportBusinessDiscoveryResultEvt()