Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetwork_time.h82 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime);
/openthread-latest/src/core/api/
Dnetwork_time_api.cpp44 otNetworkTimeStatus otNetworkTimeGet(otInstance *aInstance, uint64_t *aNetworkTime) in otNetworkTimeGet() function
/openthread-latest/src/cli/
Dcli.cpp4901 networkTimeStatus = otNetworkTimeGet(GetInstancePtr(), &time); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4186 networkTimeStatus = otNetworkTimeGet(mInstance, &time); in HandlePropertyGet()