Home
last modified time | relevance | path

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

1234567

/system/apex/apexd/
Dapexservice.cpp269 std::string msg = StringLog() in toString() local
531 std::string msg = StringLog() << "Failed to retrieve packages: " in dump() local
537 std::string msg = toString(item); in dump() local
554 std::string msg = in dump() local
633 std::string msg = StringLog() << "Failed to stage package(s): " in shellCommand() local
647 std::string msg = toString(item); in shellCommand() local
652 std::string msg = StringLog() << "Failed to retrieve packages: " in shellCommand() local
667 std::string msg = toString(item); in shellCommand() local
672 std::string msg = StringLog() << "Failed to retrieve packages: " in shellCommand() local
687 std::string msg = toString(package); in shellCommand() local
[all …]
Dstatus_or.h72 static StatusOr MakeError(const std::string& msg) { in MakeError()
79 static StatusOr Fail(const std::string& msg) { in Fail()
84 StatusOr(const std::string& msg, StatusOrTag dummy ATTRIBUTE_UNUSED) in StatusOr()
/system/keymaster/tests/
Dandroid_keymaster_messages_test.cpp68 EmptyKeymasterResponse msg(ver); in TEST() local
77 EmptyKeymasterResponse msg(ver); in TEST() local
185 GetKeyCharacteristicsResponse msg(ver); in TEST() local
198 BeginOperationRequest msg(ver); in TEST() local
213 BeginOperationResponse msg(ver); in TEST() local
252 BeginOperationResponse msg(ver); in TEST() local
263 UpdateOperationRequest msg(ver); in TEST() local
287 UpdateOperationResponse msg(ver); in TEST() local
332 FinishOperationRequest msg(ver); in TEST() local
360 FinishOperationResponse msg(ver); in TEST() local
[all …]
/system/gatekeeper/tests/
Dgatekeeper_messages_test.cpp54 EnrollRequest msg(USER_ID, NULL, provided_password, NULL); in TEST() local
83 EnrollRequest msg(USER_ID, &handle, provided_password, &enrolled); in TEST() local
114 EnrollRequest msg(USER_ID, password_handle, provided_password, enrolled_password); in TEST() local
146 EnrollResponse msg(USER_ID, enrolled_password); in TEST() local
170 VerifyRequest msg(USER_ID, 1, password_handle, provided_password); in TEST() local
199 VerifyResponse msg(USER_ID, auth_token); in TEST() local
218 VerifyResponse msg; in TEST() local
229 VerifyRequest msg; in TEST() local
240 EnrollResponse msg; in TEST() local
251 EnrollRequest msg; in TEST() local
[all …]
/system/core/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/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DErrors.java48 void addFatal(String msg) { in addFatal()
53 void addError(String msg) { in addError()
58 void addWarning(String msg) { in addWarning()
84 private void add(String msg) { in add()
/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 __anon34939c290202()
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 …]
DSockDiagTest.cpp38 static bool isLoopbackSocket(const inet_diag_msg *msg) { in isLoopbackSocket()
110 auto checkIPv4Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F()
129 auto checkIPv6Dump = [&] (uint8_t /* proto */, const inet_diag_msg *msg) { in TEST_F()
201 inet_diag_msg msg = { in makeDiagMessage() local
221 inet_diag_msg msg = makeDiagMessage(src->ai_addr->sa_family, src->ai_addr, dst->ai_addr); in makeDiagMessage() local
228 inet_diag_msg msg; in TEST_F() local
431 bool checkSocketState(int i, int sock, const char *msg) { in checkSocketState()
/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/extras/simpleperf/
Dinplace_sampler_lib.cpp97 auto read_callback = [&](const UnixSocketMessage& msg) { in Run()
109 bool SampleManager::HandleMessage(const UnixSocketMessage& msg) { in HandleMessage()
130 bool SampleManager::ParseStartProfilingMessage(const UnixSocketMessage& msg) { in ParseStartProfilingMessage()
177 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendStartProfilingReplyMessage() local
241 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in CheckThreadNameChange() local
279 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in CheckMapChange() local
297 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendThreadMapInfo() local
311 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendFakeSampleRecord() local
DInplaceSamplerClient.cpp75 auto read_callback = [&](const UnixSocketMessage& msg) { in StartPolling()
118 UnixSocketMessage* msg = reinterpret_cast<UnixSocketMessage*>(data.get()); in SendStartProfilingMessage() local
127 auto read_callback = [&](const UnixSocketMessage& msg) { in StopProfiling()
134 UnixSocketMessage msg; in StopProfiling() local
140 bool InplaceSamplerClient::HandleMessage(const UnixSocketMessage& msg) { in HandleMessage()
DUnixSocket_test.cpp68 Message* msg = reinterpret_cast<Message*>(read_buf.data()); in TEST() local
86 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in ClientToTestUndelayedMessage()
116 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in TEST()
132 UnixSocketMessage msg; in TEST() local
148 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in ClientToTestBufferedMessage()
158 UnixSocketMessage msg; in ClientToTestBufferedMessage() local
183 auto receive_message_callback = [&](const UnixSocketMessage& msg) { in TEST()
/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/adb/daemon/
Dfile_sync_service.cpp135 syncmsg msg = {}; in do_lstat_v1() local
147 syncmsg msg = {}; in do_stat_v2() local
180 syncmsg msg; in do_list() local
219 syncmsg msg; in SendSyncFail() local
232 syncmsg msg; in handle_send_file() local
348 syncmsg msg; in handle_send_link() local
471 syncmsg msg; in do_recv() 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/core/fastboot/fuzzy_fastboot/example/
Dvalidator.py7 def eprint(msg): argument
/system/netd/libnetdutils/
DNetfilter.cpp25 std::ostream& operator<<(std::ostream& os, const nfgenmsg& msg) { in operator <<()
/system/netd/libnetdutils/include/netdutils/
DStatus.h40 Status(int code, std::string msg) : mCode(code), mMsg(std::move(msg)) { assert(!ok()); } in Status()
46 const std::string& msg() const { return mMsg; } in msg() function
/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/bt/embdrv/sbc/decoder/include/
Doi_assert.h56 #define OI_ASSERT_FAIL(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/stack/crypto_toolbox/
Dcrypto_toolbox.cc46 std::array<uint8_t, msg_len> msg; in f4() local
63 std::array<uint8_t, msg_len> msg; in calculate_mac_key_or_ltk() local
114 std::array<uint8_t, msg_len> msg; in f6() local
136 std::array<uint8_t, msg_len> msg; in g2() local
/system/tools/hidl/docs/src/parser/elements/
DEntryParser.kt103 val msg = "Found consecutive doc block after: ${this.docParser.description}" in parseTokens() constant

1234567