Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_utils_test.cpp110 EXPECT_TRUE(ret == HB_INVALID_TYPE_ID);
112 EXPECT_TRUE(ret == HB_INVALID_TYPE_ID);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_utils.h29 #define HB_INVALID_TYPE_ID (-1) macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c1201 if (id == HB_INVALID_TYPE_ID) { in VisitHbMediumMgrSendBegin()
1251 if (id == HB_INVALID_TYPE_ID) { in VisitHbMediumMgrSendEnd()
1287 if (id == HB_INVALID_TYPE_ID) { in VisitHbMediumMgrStop()
1344 if (id == HB_INVALID_TYPE_ID) { in LnnHbMediumMgrSetParam()
1387 if (id == HB_INVALID_TYPE_ID) { in VisitRegistHeartbeatMediumMgr()
1420 if (id == HB_INVALID_TYPE_ID) { in VisitUnRegistHeartbeatMediumMgr()
H A Dlnn_heartbeat_utils.c72 return HB_INVALID_TYPE_ID; in LnnConvertHbTypeToId()
79 return HB_INVALID_TYPE_ID; in LnnConvertHbTypeToId()
H A Dlnn_heartbeat_strategy.c163 if (id == HB_INVALID_TYPE_ID) { in GetParamMgrByTypeLocked()