Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnetwork_time.h95 otError otNetworkTimeSetSyncPeriod(otInstance *aInstance, uint16_t aTimeSyncPeriod);
/openthread-latest/src/core/api/
Dnetwork_time_api.cpp51 otError otNetworkTimeSetSyncPeriod(otInstance *aInstance, uint16_t aTimeSyncPeriod) in otNetworkTimeSetSyncPeriod() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1381 SuccessOrExit(error = otNetworkTimeSetSyncPeriod(mInstance, timeSyncPeriod)); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp4949 SuccessOrExit(error = otNetworkTimeSetSyncPeriod(GetInstancePtr(), period)); in Process()