Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
Dlnn_ble_lpdevice.h48 bool IsSupportLpFeature(void);
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
Dlnn_ble_lpdevice_virtual.c72 bool IsSupportLpFeature(void) in IsSupportLpFeature() function
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
Dlnn_net_builder_deps_mock.cpp679 bool IsSupportLpFeature(void) in IsSupportLpFeature() function
681 return GetNetBuilderDepsInterface()->IsSupportLpFeature(); in IsSupportLpFeature()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
Dlnn_net_builder_deps_mock.h192 virtual bool IsSupportLpFeature(void);
331 MOCK_METHOD0(IsSupportLpFeature, bool ());
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
Dlnn_net_ledger.c124 if (IsSupportLpFeature()) { in LnnSetLocalFeature()