Home
last modified time | relevance | path

Searched refs:tmpCallerId (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.c114 const char *tmpCallerId = NULL; in GetGearModeFromSettingList() local
145 tmpCallerId = info->callerId; in GetGearModeFromSettingList()
147 if (tmpCallerId != NULL) { in GetGearModeFromSettingList()
148 if (callerId != NULL && strcpy_s(callerId, PKG_NAME_SIZE_MAX, tmpCallerId) != EOK) { in GetGearModeFromSettingList()
153 tmpCallerId, mode->cycle, mode->duration, mode->wakeupFlag); in GetGearModeFromSettingList()