Home
last modified time | relevance | path

Searched defs:aBool (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_encoder.hpp167 otError WriteBool(bool aBool) { return mNcpBuffer.InFrameFeedByte(aBool ? 0x01 : 0x00); } in WriteBool()
Dspinel_decoder.cpp70 otError Decoder::ReadBool(bool &aBool) in ReadBool()
/openthread-latest/src/core/utils/
Dparse_cmdline.cpp197 Error ParseAsBool(const char *aString, bool &aBool) in ParseAsBool()
/openthread-latest/src/core/common/
Dstring.cpp301 const char *ToYesNo(bool aBool) in ToYesNo()