Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_strategy.c54 ListNode gearModeList; member
90 static void DumpGearModeSettingList(int64_t nowTime, const ListNode *gearModeList) in DumpGearModeSettingList() argument
96 LIST_FOR_EACH_ENTRY(info, gearModeList, GearModeStorageInfo, node) { in DumpGearModeSettingList()
110 …ic int32_t GetGearModeFromSettingList(GearMode *mode, char *callerId, const ListNode *gearModeList, in GetGearModeFromSettingList() argument
121 DumpGearModeSettingList(nowTime, gearModeList); in GetGearModeFromSettingList()
122 LIST_FOR_EACH_ENTRY_SAFE(info, nextInfo, gearModeList, GearModeStorageInfo, node) { in GetGearModeFromSettingList()
192 if (IsListEmpty(&paramMgr->gearModeList)) { in LnnGetGearModeBySpecificType()
265 LIST_FOR_EACH_ENTRY(info, &paramMgr->gearModeList, GearModeStorageInfo, node) { in LnnSetGearModeBySpecificType()
667 ListInit(&paramMgr->gearModeList); in RegistParamMgrBySpecificType()
718 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &paramMgr->gearModeList, GearModeStorageInfo, node) { in UnRegistParamMgr()
[all …]