Home
last modified time | relevance | path

Searched refs:otNetworkTimeGet (Results 1 – 4 of 4) sorted by relevance

/openthread-2.7.6/include/openthread/
Dnetwork_time.h87 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime);
/openthread-2.7.6/src/core/api/
Dnetwork_time_api.cpp45 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime) in otNetworkTimeGet() function
/openthread-2.7.6/src/cli/
Dcli.cpp3010 networkTimeStatus = otNetworkTimeGet(mInstance, &time); in ProcessNetworkTime()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp4189 networkTimeStatus = otNetworkTimeGet(mInstance, &time); in HandlePropertyGet()