Home
last modified time | relevance | path

Searched refs:appDiscCnt (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dlnn_dfx_test.cpp85 node1.appDiscCnt = 1;
91 node2.appDiscCnt = 2;
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_bus_center.h99 int32_t appDiscCnt; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/fuzztest/softbushisysevt_fuzzer/
H A Dsoftbushisysevt_fuzzer.cpp104 node.appDiscCnt = *(reinterpret_cast<const int32_t *>(data)); in SoftBusRecordDiscoveryResultFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_bus_center.c536 newDiscNode->appDiscCnt = discNode->appDiscCnt; in AddAppDiscInfoNodeToList()
574 msg->paramArray[SOFTBUS_EVT_PARAM_ONE].paramValue.i32v = discNode->appDiscCnt; in SetAppDiscStaticMsgParamValve()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c963 appInfo.appDiscCnt = discCnt; in ReportBusinessDiscoveryResultEvt()