Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dsntp.h96 otError otSntpClientQuery(otInstance *aInstance,
/aosp_15_r20/external/openthread/src/core/api/
H A Dsntp_api.cpp45 otError otSntpClientQuery(otInstance *aInstance, in otSntpClientQuery() function
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp6652 …SuccessOrExit(error = otSntpClientQuery(GetInstancePtr(), &query, &Interpreter::HandleSntpResponse… in Process()