Home
last modified time | relevance | path

Searched refs:PrintError (Results 1 – 2 of 2) sorted by relevance

/system/bt/service/client/
Dmain.cc77 PrintError(msg); \
123 void PrintError(const string& message) { in PrintError() function
232 PrintError("Failed to register BLE client"); in OnClientRegistered()
278 PrintError("Failed to register BLE advertiser"); in OnAdvertiserRegistered()
315 PrintError("Failed to register BLE client"); in OnScannerRegistered()
357 PrintError("Failed to register GATT client"); in OnClientRegistered()
477 PrintError("In progress"); in HandleRegisterBLEAdvertiser()
482 PrintError("Already registered"); in HandleRegisterBLEAdvertiser()
489 PrintError("Failed to obtain handle to Bluetooth Le Advertiser interface"); in HandleRegisterBLEAdvertiser()
505 PrintError("Not registered"); in HandleUnregisterBLEAdvertiser()
[all …]
/system/testing/gtest_extras/
DOptions.cpp76 static void PrintError(const std::string& arg, std::string msg, bool from_env) { in PrintError() function
99 PrintError(arg, std::string("value overflows (") + value + ")", from_env); in GetNumeric()
101 PrintError(arg, std::string("value is not formatted as a numeric value (") + value + ")", in GetNumeric()
122 PrintError(arg, "requires a number greater than zero.", from_env); in SetNumeric()
130 PrintError(arg, "is only supported as an environment variable.", false); in SetNumericEnvOnly()
159 PrintError(arg, "only supports an xml output file.", from_env); in SetXmlFile()
164 PrintError(arg, "requires a file name after xml:", from_env); in SetXmlFile()
171 PrintError(arg, in SetXmlFile()
192 PrintError(arg, "is not compatible with isolation runs.", from_env); in HandleArg()
198 PrintError(arg, "requires an argument.", from_env); in HandleArg()
[all …]