Home
last modified time | relevance | path

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

/frameworks/base/libs/common_time/
Dcommon_time_server_api.cpp169 *interval = mMasterAnnounceIntervalMs; in getMasterAnnounceInterval()
182 mMasterAnnounceIntervalMs = interval; in setMasterAnnounceInterval()
187 mCurTimeout.setTimeout(mMasterAnnounceIntervalMs); in setMasterAnnounceInterval()
388 mMasterAnnounceIntervalMs); in dumpConfigInterface()
Dcommon_time_server.h256 uint32_t mMasterAnnounceIntervalMs; variable
Dcommon_time_server.cpp138 mMasterAnnounceIntervalMs = kDefaultMasterAnnounceIntervalMs; in CommonTimeServer()
1177 mCurTimeout.setTimeout(mMasterAnnounceIntervalMs); in sendMasterAnnouncement()