Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 141) sorted by relevance

123456

/system/core/fastboot/device/
Dvariables.cpp48 std::string* message) { in GetVersion()
54 std::string* message) { in GetBootloaderVersion()
60 std::string* message) { in GetBasebandVersion()
66 std::string* message) { in GetOsVersion()
72 std::string* message) { in GetVndkVersion()
78 std::string* message) { in GetProduct()
84 std::string* message) { in GetSerial()
90 std::string* message) { in GetSecure()
96 std::string* message) { in GetVariant()
138 std::string* message) { in GetBatterySoCOk()
[all …]
Dfastboot_device.cpp111 bool FastbootDevice::WriteStatus(FastbootResult result, const std::string& message) { in WriteStatus()
181 bool FastbootDevice::WriteOkay(const std::string& message) { in WriteOkay()
185 bool FastbootDevice::WriteFail(const std::string& message) { in WriteFail()
189 bool FastbootDevice::WriteInfo(const std::string& message) { in WriteInfo()
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.h42 inline Octet16 aes_128(const Octet16& key, const uint8_t* message, in aes_128()
52 inline void aes_cmac(const Octet16& key, const uint8_t* message, in aes_cmac()
60 inline Octet16 aes_cmac(const Octet16& key, const Octet16& message) { in aes_cmac()
/system/chre/apps/chqts/src/shared/
Dsend_message.cc34 static void freeDumbAllocMessage(void *message, size_t messageSize) { in freeDumbAllocMessage()
48 static void freeHeapMessage(void *message, size_t /* messageSize */) { in freeHeapMessage()
136 void sendStringToHost(MessageType messageType, const char *message, in sendStringToHost()
171 static void logFatalMessage(const char *message, const uint32_t *value) { in logFatalMessage()
179 void sendFatalFailureToHost(const char *message, const uint32_t *value, in sendFatalFailureToHost()
186 void sendFatalFailureToHostUint8(const char *message, uint8_t value) { in sendFatalFailureToHostUint8()
191 void sendInternalFailureToHost(const char *message, const uint32_t *value, in sendInternalFailureToHost()
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.h54 inline Octet16 aes_128(const Octet16& key, const uint8_t* message, const uint8_t length) { in aes_128()
63 inline void aes_cmac(const Octet16& key, const uint8_t* message, uint16_t length, uint16_t tlen, ui… in aes_cmac()
70 inline Octet16 aes_cmac(const Octet16& key, const Octet16& message) { in aes_cmac()
/system/extras/libjsonpb/parse/
Djsonpb.cpp35 std::string GetTypeUrl(const Message& message) { in GetTypeUrl()
39 ErrorOr<std::string> MessageToJsonString(const Message& message) { in MessageToJsonString()
57 ErrorOr<std::monostate> JsonStringToMessage(const std::string& content, Message* message) { in JsonStringToMessage()
/system/core/adb/fastdeploy/deployagent/src/com/android/fastdeploy/
DPatchFormatException.java24 public PatchFormatException(String message) { super(message); } in PatchFormatException()
31 public PatchFormatException(String message, Throwable cause) { in PatchFormatException()
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DDistroException.java24 public DistroException(String message) { in DistroException()
28 public DistroException(String message, Throwable cause) { in DistroException()
/system/keymaster/tests/
Dandroid_keymaster_test.cpp462 string message = "12345678901234567890123456789012"; in TEST_P() local
476 string message(1024, 'a'); in TEST_P() local
489 string message = "12345678901234567890123456789012"; in TEST_P() local
506 string message(1024, 'a'); in TEST_P() local
519 string message(53, 'a'); in TEST_P() local
532 string message(54, 'a'); in TEST_P() local
553 string message(1024, 'a'); in TEST_P() local
567 string message(64 * 1024, 'a'); in TEST_P() local
643 string message = "1234567890123456789012345678901"; in TEST_P() local
670 string message(256 / 8, static_cast<char>(0xff)); in TEST_P() local
[all …]
Dandroid_keymaster_test_utils.cpp264 keymaster_error_t Keymaster2Test::UpdateOperation(const string& message, string* output, in UpdateOperation()
279 const string& message, in UpdateOperation()
361 string Keymaster2Test::ProcessMessage(keymaster_purpose_t purpose, const string& message) { in ProcessMessage()
369 string Keymaster2Test::ProcessMessage(keymaster_purpose_t purpose, const string& message, in ProcessMessage()
380 string Keymaster2Test::ProcessMessage(keymaster_purpose_t purpose, const string& message, in ProcessMessage()
391 string Keymaster2Test::ProcessMessage(keymaster_purpose_t purpose, const string& message, in ProcessMessage()
400 void Keymaster2Test::SignMessage(const string& message, string* signature, in SignMessage()
412 void Keymaster2Test::SignMessage(const string& message, string* signature, in SignMessage()
425 void Keymaster2Test::MacMessage(const string& message, string* signature, size_t mac_length) { in MacMessage()
436 void Keymaster2Test::VerifyMessage(const string& message, const string& signature, in VerifyMessage()
[all …]
/system/core/fastboot/
Dsocket_mock.cpp85 const std::string& message = event.message; in Receive() local
125 void SocketMock::ExpectSend(std::string message) { in ExpectSend()
129 void SocketMock::ExpectSendFailure(std::string message) { in ExpectSendFailure()
133 void SocketMock::AddReceive(std::string message) { in AddReceive()
/system/chre/apps/chqts/src/general_test/
Dsend_message_to_host_test.cc93 void SendMessageToHostTest::smallMessageCallback(void *message, in smallMessageCallback()
140 void SendMessageToHostTest::smallMessageCallback0(void *message, in smallMessageCallback0()
145 void SendMessageToHostTest::smallMessageCallback1(void *message, in smallMessageCallback1()
162 void SendMessageToHostTest::largeMessageCallback(void *message, in largeMessageCallback()
246 void *message, uint32_t messageSize, uint32_t reservedMessageType, in sendMessageToHost()
Dcell_info_base.cc31 void CellInfoBase::sendFatalFailureInt32(const char *message, int32_t value) { in sendFatalFailureInt32()
36 void CellInfoBase::sendFatalFailureUint8(const char *message, uint8_t value) { in sendFatalFailureUint8()
Devent_between_apps_test.cc58 const void *message = in handleEvent() local
98 const void *message = in handleEvent() local
/system/libhidl/base/
DStatus.cpp62 const char *message) { in fromExceptionCode()
79 Status::Status(int32_t exceptionCode, int32_t errorCode, const char *message) in Status()
84 void Status::setException(int32_t ex, const char *message) { in setException()
/system/core/logd/
DLogBufferTest.h34 std::string message; member
50 bool Write(const logger_entry& entry, const char* message) override { in Write()
/system/chre/platform/shared/
Dhost_protocol_common.cc48 flatbuffers::Offset<void> message, uint16_t hostClientId) { in finalize()
55 bool HostProtocolCommon::verifyMessage(const void *message, size_t messageLen) { in verifyMessage()
/system/tools/xsdc/src/com/android/xsdc/java/
DJavaCodeGeneratorException.java20 JavaCodeGeneratorException(String message) { in JavaCodeGeneratorException()
/system/tools/xsdc/src/com/android/xsdc/
DXsdParserException.java20 public XsdParserException(String message) { in XsdParserException()
/system/tools/xsdc/src/com/android/xsdc/cpp/
DCppCodeGeneratorException.java20 CppCodeGeneratorException(String message) { in CppCodeGeneratorException()
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestFailException.java20 public TestFailException(String message) { in TestFailException()
/system/chre/platform/android/
Dhost_link.cc54 void sendFlatbufferToHost(T& message, uint16_t hostClientId) { in sendFlatbufferToHost()
77 void handleNanoappMessage(const fbs::NanoappMessageT& message) { in handleNanoappMessage()
182 bool handleMessageFromHost(void *message, size_t length) { in handleMessageFromHost()
/system/chre/platform/linux/
Dhost_link.cc25 bool HostLink::sendMessage(const MessageToHost *message) { in sendMessage()
/system/core/liblog/tests/
Dliblog_global_state.cpp35 unsigned int line, const char* message) { in TEST()
86 unsigned int line, const char* message) { in TEST()
135 auto aborter_function = [&](const char* message) { in TEST()
146 auto liblog_aborter_function = [](const char* message) { in TEST()
/system/libfmq/
DFmqInternal.cpp28 void logError(const std::string &message) { in logError()

123456