Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h61 } DiscoveryStage; typedef
118 int32_t SoftBusRecordDiscoveryResult(DiscoveryStage stage, AppDiscNode *discNode);
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp102 DiscoveryStage stage = *(reinterpret_cast<const DiscoveryStage *>(data)); in SoftBusRecordDiscoveryResultFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c648 int32_t SoftBusRecordDiscoveryResult(DiscoveryStage stage, AppDiscNode *discNode) in SoftBusRecordDiscoveryResult()