Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dserver.h121 otError otServerRegister(otInstance *aInstance);
/openthread-latest/src/core/api/
Dserver_api.cpp84 otError otServerRegister(otInstance *aInstance) in otServerRegister() function
/openthread-latest/src/cli/
Dcli_network_data.cpp506 SuccessOrExit(error = otServerRegister(GetInstancePtr())); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1090 IgnoreError(otServerRegister(mInstance)); in HandlePropertySet()