Home
last modified time | relevance | path

Searched refs:FirstSetGearModeByCallerId (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.c205 static int32_t FirstSetGearModeByCallerId(const char *callerId, int64_t nowTime, ListNode *list, co… in FirstSetGearModeByCallerId() function
278 … if (FirstSetGearModeByCallerId(callerId, nowTime, &paramMgr->gearModeList, mode) != SOFTBUS_OK) { in LnnSetGearModeBySpecificType()
670 …if (FirstSetGearModeByCallerId(HB_DEFAULT_CALLER_ID, 0, &paramMgr->gearModeList, &mode) != SOFTBUS… in RegistParamMgrBySpecificType()