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 D | lnn_heartbeat_strategy.c | 54 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(¶mMgr->gearModeList)) { in LnnGetGearModeBySpecificType() 265 LIST_FOR_EACH_ENTRY(info, ¶mMgr->gearModeList, GearModeStorageInfo, node) { in LnnSetGearModeBySpecificType() 667 ListInit(¶mMgr->gearModeList); in RegistParamMgrBySpecificType() 718 LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, ¶mMgr->gearModeList, GearModeStorageInfo, node) { in UnRegistParamMgr() [all …]
|