Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dnetwork_time.h87 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime);
/openthread-3.6.0/src/core/api/
Dnetwork_time_api.cpp45 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime) in otNetworkTimeGet() function
/openthread-3.6.0/src/cli/
Dcli.cpp4750 networkTimeStatus = otNetworkTimeGet(GetInstancePtr(), &time); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp4086 networkTimeStatus = otNetworkTimeGet(mInstance, &time); in HandlePropertyGet()