Home
last modified time | relevance | path

Searched refs:TYPE_WATCH_ID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_device_info.h35 #define TYPE_WATCH_ID 0x6D macro
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_device_info.c45 {TYPE_WATCH, TYPE_WATCH_ID},
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp130 LnnConvertIdToDeviceType(TYPE_WATCH_ID);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c99 if (localDevTypeId == TYPE_WATCH_ID) { in InitHbSpecificConditionState()