Home
last modified time | relevance | path

Searched full:otbr_rest (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/ot-br-posix/script/
H A Dtest59 OTBR_REST="${OTBR_REST-}"
60 readonly OTBR_REST
184 if [[ ${OTBR_REST} == "rest-off" ]]; then
/aosp_15_r20/external/ot-br-posix/etc/cmake/
H A Doptions.cmake81 option(OTBR_REST "Enable Rest Server" OFF) option
82 if(OTBR_REST)
/aosp_15_r20/external/ot-br-posix/tests/
H A DCMakeLists.txt37 if(OTBR_REST)
/aosp_15_r20/external/ot-br-posix/third_party/
H A DCMakeLists.txt30 if(OTBR_REST)
/aosp_15_r20/external/ot-br-posix/src/
H A DCMakeLists.txt59 if(OTBR_REST)
/aosp_15_r20/external/ot-br-posix/src/agent/
H A DCMakeLists.txt42 $<$<BOOL:${OTBR_REST}>:otbr-rest>
/aosp_15_r20/external/ot-br-posix/.github/workflows/
H A Dbuild.yml86 OTBR_REST: ${{ matrix.rest }}
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dresponse.hpp54 …* This class implements a response class for OTBR_REST, it could be manipulated by connection inst…
H A Dopenapi.yaml5 …ter REST API. The API is provided by the otbr-agent, if the cmake flag `OTBR_REST=ON` is set. By d…