Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/ipc/base/
H A Dtime_service_ipc_interface_code.h38 GET_REAL_TIME_MILLI, enumerator
/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp66 { TimeServiceIpcInterfaceCode::GET_REAL_TIME_MILLI, in TimeServiceStub()
91 code <= static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_REAL_TIME_MILLI)) { in OnRemoteRequest()
/ohos5.0/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp426 … static_cast<uint32_t>(TimeServiceIpcInterfaceCode::GET_REAL_TIME_MILLI), data, reply, option); in GetRealTimeMs()