Searched full:otbr_rest (Results 1 – 9 of 9) sorted by relevance
59 OTBR_REST="${OTBR_REST-}"60 readonly OTBR_REST184 if [[ ${OTBR_REST} == "rest-off" ]]; then
81 option(OTBR_REST "Enable Rest Server" OFF) option82 if(OTBR_REST)
37 if(OTBR_REST)
30 if(OTBR_REST)
59 if(OTBR_REST)
42 $<$<BOOL:${OTBR_REST}>:otbr-rest>
86 OTBR_REST: ${{ matrix.rest }}
54 …* This class implements a response class for OTBR_REST, it could be manipulated by connection inst…
5 …ter REST API. The API is provided by the otbr-agent, if the cmake flag `OTBR_REST=ON` is set. By d…