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.cpp171 *interval = mMasterAnnounceIntervalMs; in getMasterAnnounceInterval()
184 mMasterAnnounceIntervalMs = interval; in setMasterAnnounceInterval()
189 mCurTimeout.setTimeout(mMasterAnnounceIntervalMs); in setMasterAnnounceInterval()
390 mMasterAnnounceIntervalMs); in dumpConfigInterface()
Dcommon_time_server.h256 uint32_t mMasterAnnounceIntervalMs; variable
Dcommon_time_server.cpp139 mMasterAnnounceIntervalMs = kDefaultMasterAnnounceIntervalMs; in CommonTimeServer()
1178 mCurTimeout.setTimeout(mMasterAnnounceIntervalMs); in sendMasterAnnouncement()