Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 204) sorted by relevance

123456789

/system/timezone/input_tools/android/common/src/main/java/com/android/libcore/timezone/util/
DErrors.java54 public HaltExecutionException addFatalAndHalt(String msg) throws HaltExecutionException { in addFatalAndHalt()
60 public HaltExecutionException addFatalAndHalt(String msg, Throwable t) in addFatalAndHalt()
66 public void addError(String msg) { in addError()
70 public void addError(String msg, Throwable t) { in addError()
74 public void addWarning(String msg) { in addWarning()
101 private void addInternal(String msg, Throwable t, int level) { in addInternal()
116 private void addMessage(String msg) { in addMessage()
/system/bt/stack/btm/
Dbtm_main.cc65 const std::string& msg, const std::string& extra) { in btm_log_history()
72 const std::string& msg, const std::string& extra) { in BTM_LogHistory()
77 const std::string& msg) { in BTM_LogHistory()
82 const std::string& msg, const std::string& extra) { in BTM_LogHistory()
87 const std::string& msg) { in BTM_LogHistory()
/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp52 EnrollRequest msg(USER_ID, {}, make_buffer(password_size), {}); in TEST() local
76 EnrollRequest msg(USER_ID, {}, make_buffer(password_size), {}); in TEST() local
104 …EnrollRequest msg(USER_ID, move(password_handle), move(provided_password), move(enrolled_password)… in TEST() local
132 EnrollResponse msg(USER_ID, make_buffer(password_size)); in TEST() local
154 VerifyRequest msg(USER_ID, 1, make_buffer(password_size), make_buffer(password_size)); in TEST() local
182 VerifyResponse msg(USER_ID, make_buffer(password_size)); in TEST() local
201 VerifyResponse msg; in TEST() local
213 VerifyRequest msg; in TEST() local
225 EnrollResponse msg; in TEST() local
237 EnrollRequest msg; in TEST() local
[all …]
/system/bt/test/mock/
Dmock_stack_btm_main.cc41 const std::string& msg) { in BTM_LogHistory()
45 const std::string& msg, const std::string& extra) { in BTM_LogHistory()
49 const std::string& msg) { in BTM_LogHistory()
53 const std::string& msg, const std::string& extra) { in BTM_LogHistory()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp51 EmptyKeymasterResponse msg(ver); in TEST() local
60 EmptyKeymasterResponse msg(ver); in TEST() local
267 GetKeyCharacteristicsResponse msg(ver); in TEST() local
280 BeginOperationRequest msg(ver); in TEST() local
295 BeginOperationResponse msg(ver); in TEST() local
336 BeginOperationResponse msg(ver); in TEST() local
347 UpdateOperationRequest msg(ver); in TEST() local
372 UpdateOperationResponse msg(ver); in TEST() local
419 FinishOperationRequest msg(ver); in TEST() local
448 FinishOperationResponse msg(ver); in TEST() local
[all …]
/system/unwinding/libunwindstack/
DArmExidx.cpp209 std::string msg = "pop {"; in DecodePrefix_10_00() local
298 std::string msg = "pop {r4"; in DecodePrefix_10_10() local
392 std::string msg = "pop {"; in DecodePrefix_10_11_0001() local
485 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_10_11_0011() local
518 std::string msg = "pop {d8"; in DecodePrefix_10_11_1nnn() local
579 std::string msg = android::base::StringPrintf("pop {wR%d", start_reg); in DecodePrefix_11_000() local
612 std::string msg = "pop {"; in DecodePrefix_11_000() local
645 std::string msg = "pop {wR10"; in DecodePrefix_11_000() local
678 std::string msg = android::base::StringPrintf("pop {d%d", 16 + start_reg); in DecodePrefix_11_001() local
703 std::string msg = android::base::StringPrintf("pop {d%d", start_reg); in DecodePrefix_11_001() local
[all …]
/system/chre/apps/power_test/common/
Drequest_manager.cc307 const TimerMessage *msg; in handleMessageFromHost() local
315 const WifiScanMessage *msg; in handleMessageFromHost() local
326 const GnssLocationMessage *msg; in handleMessageFromHost() local
335 const CellQueryMessage *msg; in handleMessageFromHost() local
343 const AudioRequestMessage *msg; in handleMessageFromHost() local
350 const SensorRequestMessage *msg; in handleMessageFromHost() local
359 const BreakItMessage *msg; in handleMessageFromHost() local
366 const GnssMeasurementMessage *msg; in handleMessageFromHost() local
/system/testing/gtest_extras/
DLog.h27 #define FATAL_PLOG(msg) \ argument
32 #define FATAL_LOG(msg) \ argument
/system/core/init/
Dproperty_service.proto22 optional string msg = 1; field
33 oneof msg { oneof
40 oneof msg { oneof
/system/core/fs_mgr/libsnapshot/
Dsnapuserd_client.cpp114 bool SnapuserdClient::Sendmsg(const std::string& msg) { in Sendmsg()
131 std::string msg = "delete," + control_device; in WaitForDeviceDelete() local
145 char msg[PACKET_SIZE]; in Receivemsg() local
169 std::string msg = "start," + misc_name; in AttachDmUser() local
188 std::string msg = android::base::Join(parts, ","); in InitDmUserCow() local
/system/core/libnetutils/
Ddhcpmsg.c24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid) in init_dhcp_msg()
55 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid) in init_dhcp_discover_msg()
73 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid, in init_dhcp_request_msg()
/system/netd/server/
DNFLogListener.cpp52 const nfgenmsg& nfmsg, const Slice msg) { in __anon837550c70202()
67 } __attribute__((packed)) msg = {}; in cfgCmdPfUnbind() local
88 } __attribute__((packed)) msg = {}; in cfgMode() local
109 } __attribute__((packed)) msg = {}; in cfgCmdBind() local
129 } __attribute__((packed)) msg = {}; in cfgCmdUnbind() local
147 const auto rxHandler = [this](const nlmsghdr& nlmsg, const Slice msg) { in NFLogListener()
157 const auto rxDoneHandler = [](const nlmsghdr&, const Slice msg) { in NFLogListener()
169 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in ~NFLogListener()
181 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in subscribe()
195 const auto sendFn = [this](const Slice msg) { return mListener->send(msg); }; in unsubscribe()
[all …]
DSockDiag.cpp62 bool isAdbSocket(const inet_diag_msg *msg, int adbPort) { in isAdbSocket()
221 const inet_diag_msg *msg = reinterpret_cast<inet_diag_msg *>(NLMSG_DATA(nlh)); in readDiagMsg() local
239 inet_diag_msg *msg = reinterpret_cast<inet_diag_msg *>(NLMSG_DATA(nlh)); in readDiagMsgWithTcpInfo() local
260 bool SockDiag::isLoopbackSocket(const inet_diag_msg *msg) { in isLoopbackSocket()
281 int SockDiag::sockDestroy(uint8_t proto, const inet_diag_msg *msg) { in sockDestroy()
318 auto destroyAll = [ifindex](uint8_t, const inet_diag_msg* msg) { in destroySockets()
399 auto shouldDestroy = [uid, excludeLoopback] (uint8_t, const inet_diag_msg *msg) { in destroySockets()
430 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { in destroySockets()
531 auto shouldDestroy = [&] (uint8_t, const inet_diag_msg *msg) { in destroySocketsLackingPermission()
/system/bt/profile/avrcp/
Davrcp_message_converter.h72 tAVRC_MSG_VENDOR* msg = (tAVRC_MSG_VENDOR*)m; in Parse() local
84 tAVRC_MSG_PASS* msg = (tAVRC_MSG_PASS*)m; in Parse() local
92 tAVRC_MSG_BROWSE* msg = (tAVRC_MSG_BROWSE*)m; in Parse() local
/system/apex/apexd/
Dapexservice.cpp59 std::string msg = "Only root is allowed to call " + name; in CheckCallerIsRoot() local
335 std::string msg = StringLog() in ToString() local
704 std::string msg = StringLog() << "Failed to retrieve packages: " in dump() local
710 std::string msg = ToString(item); in dump() local
737 std::string msg = in dump() local
821 std::string msg = StringLog() << "Failed to stage package(s): " in shellCommand() local
835 std::string msg = ToString(item); in shellCommand() local
840 std::string msg = StringLog() << "Failed to retrieve packages: " in shellCommand() local
855 std::string msg = ToString(item); in shellCommand() local
860 std::string msg = StringLog() << "Failed to retrieve packages: " in shellCommand() local
[all …]
/system/logging/logd/
DRecordingLogBuffer.cpp21 static void WriteLogMessage(int fd, const RecordedLogMessage& meta, const std::string& msg) { in WriteLogMessage()
27 pid_t tid, const char* msg, uint16_t len) { in RecordLogMessage()
59 const char* msg, uint16_t len) { in Log()
/system/core/trusty/storage/lib/
Dstorage.c57 static ssize_t check_response(struct storage_msg *msg, ssize_t res) in check_response()
146 struct storage_msg msg = { .cmd = STORAGE_FILE_OPEN, .flags = _to_msg_flags(opflags)}; in storage_open_file() local
168 struct storage_msg msg = { .cmd = STORAGE_FILE_CLOSE }; in storage_close_file() local
182 struct storage_msg msg = { .cmd = STORAGE_FILE_DELETE, .flags = _to_msg_flags(opflags)}; in storage_delete_file() local
193 struct storage_msg msg = { .cmd = STORAGE_FILE_READ }; in _read_chunk() local
228 struct storage_msg msg = { .cmd = STORAGE_FILE_WRITE, .flags = msg_flags, }; in _write_req() local
270 struct storage_msg msg = { .cmd = STORAGE_FILE_SET_SIZE, .flags = _to_msg_flags(opflags)}; in storage_set_file_size() local
281 struct storage_msg msg = { .cmd = STORAGE_FILE_GET_SIZE }; in storage_get_file_size() local
303 struct storage_msg msg = { in storage_end_transaction() local
/system/core/trusty/storage/proxy/
Dstorage.c162 int storage_file_delete(struct storage_msg *msg, in storage_file_delete()
215 int storage_file_open(struct storage_msg *msg, in storage_file_open()
298 int storage_file_close(struct storage_msg *msg, in storage_file_close()
338 int storage_file_write(struct storage_msg *msg, in storage_file_write()
368 int storage_file_read(struct storage_msg *msg, in storage_file_read()
407 int storage_file_get_size(struct storage_msg *msg, in storage_file_get_size()
440 int storage_file_set_size(struct storage_msg *msg, in storage_file_set_size()
Dipc.c67 ssize_t ipc_get_msg(struct storage_msg *msg, void *req_buf, size_t req_buf_len) in ipc_get_msg()
96 int ipc_respond(struct storage_msg *msg, void *out, size_t out_size) in ipc_respond()
/system/netd/libnetdutils/
DNetfilter.cpp25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { in operator <<()
/system/core/fastboot/fuzzy_fastboot/example/
Dvalidator.py7 def eprint(msg): argument
/system/bt/embdrv/sbc/decoder/include/
Doi_assert.h56 #define OI_ASSERT_FAIL(msg) \ argument
/system/iorap/src/common/
Dtype.h136 #define STATIC_FAIL(T, msg) static_assert(::iorap::introspect::dependent_false_v<T>, msg) argument
139 #define STATIC_FAIL_DT(var, msg) STATIC_FAIL(decltype(var), msg) argument
/system/chre/apps/wifi_offload/
Dflatbuffers_serialization.cc47 wifi_offload::ScanResultMessage msg; in Serialize() local
54 wifi_offload::ScanResultMessage msg; in Deserialize() local
/system/bt/bta/dm/
Dbta_dm_ci.cc45 std::unique_ptr<tBTA_DM_CI_RMT_OOB> msg = in bta_dm_ci_rmt_oob() local

123456789