Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils_virtual.c51 bool LnnIsSupportHeartbeatCap(uint32_t hbCapacity, HeartbeatCapability capaBit) in LnnIsSupportHeartbeatCap() argument
53 (void)hbCapacity; in LnnIsSupportHeartbeatCap()
H A Dlnn_heartbeat_utils.c594 bool LnnIsSupportHeartbeatCap(uint32_t hbCapacity, HeartbeatCapability capaBit) in LnnIsSupportHeartbeatCap() argument
596 return ((hbCapacity & (1 << (uint32_t) capaBit)) != 0); in LnnIsSupportHeartbeatCap()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h165 bool LnnIsSupportHeartbeatCap(uint32_t hbCapacity, HeartbeatCapability capaBit);