Searched refs:mParsedSrv (Results 1 – 2 of 2) sorted by relevance
1154 VerifyOrExit(!service->mParsedSrv, error = kErrorParse); in ProcessServiceDescriptionInstructions()1155 service->mParsedSrv = true; in ProcessServiceDescriptionInstructions()1186 VerifyOrExit(service.mParsedSrv == service.mParsedTxt, error = kErrorFailed); in ProcessServiceDescriptionInstructions()1190 VerifyOrExit(service.mParsedSrv, error = kErrorFailed); in ProcessServiceDescriptionInstructions()1820 mParsedSrv = false; in Init()
414 bool mParsedSrv : 1; member in ot::Srp::Server::Service