Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/
H A Ddisc_event_test.cpp69 .bleTurnState = 8,
115 .bleTurnState = -8,
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/form/
H A Ddisc_event_form.h106 int32_t bleTurnState; // BLE_TURN_STATE member
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/
H A Ddisc_hisysevent_matcher.h63 MatchDiscEventNameTypeExtraInt32Param(params, ++index, extra.bleTurnState);
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/
H A Ddisc_event_converter.h45 DISC_ASSIGNER(Int32, BleTurnState, bleTurnState)
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c597 extra.bleTurnState = state; in BtOnStateChanged()