Home
last modified time | relevance | path

Searched refs:GetCoprocessorVersion (Results 1 – 11 of 11) sorted by relevance

/external/ot-br-posix/src/host/
Dthread_host.hpp260 virtual const char *GetCoprocessorVersion(void) = 0;
Dncp_host.hpp116 const char *GetCoprocessorVersion(void) override;
Drcp_host.hpp220 const char *GetCoprocessorVersion(void) override in GetCoprocessorVersion() function in otbr::Host::RcpHost
Dncp_host.cpp108 const char *NcpHost::GetCoprocessorVersion(void) in GetCoprocessorVersion() function in otbr::Host::NcpHost
Dncp_spinel.hpp122 const char *GetCoprocessorVersion(void) { return mSpinelDriver->GetVersion(); } in GetCoprocessorVersion() function in otbr::Host::NcpSpinel
/external/openthread/src/lib/spinel/
Dspinel_driver.cpp84 SuccessOrDie(GetCoprocessorVersion()); in Init()
438 otError SpinelDriver::GetCoprocessorVersion(void) in GetCoprocessorVersion() function in ot::Spinel::SpinelDriver
Dspinel_driver.hpp291 otError GetCoprocessorVersion(void);
/external/ot-br-posix/src/rest/
Dresource.hpp153 void GetCoprocessorVersion(Response &aResponse) const;
Dresource.cpp1062 void Resource::GetCoprocessorVersion(Response &aResponse) const in GetCoprocessorVersion() function in otbr::rest::Resource
1067 coprocessorVersion = mHost->GetCoprocessorVersion(); in GetCoprocessorVersion()
1081 GetCoprocessorVersion(aResponse); in CoprocessorVersion()
/external/ot-br-posix/src/agent/
Dapplication.cpp97 otbrLogInfo("Co-processor version: %s", mHost.GetCoprocessorVersion()); in Init()
Dmain.cpp211 coprocessorVersion = host->GetCoprocessorVersion(); in PrintRadioVersionAndExit()