Home
last modified time | relevance | path

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

12

/test/arkXtest/uitest/connection/
Dipc_transactors.cpp35 TransactionMessage msg = { in EmitCall() local
47 TransactionMessage msg = request; // keep the calling id in EmitReply() local
55 TransactionMessage msg = { in EmitHandshake() local
64 TransactionMessage msg = handshake; // keep the calling id in EmitAck() local
71 TransactionMessage msg = { in EmitExit() local
262 …static constexpr string_view msg = "uitest-api dose not allow calling concurrently, current proces… in CreateResultForConcurrentInvoke() local
/test/xdevice/src/xdevice/_core/
Dlogger.py179 def info(self, msg, *args, **kwargs): argument
188 def debug(self, msg, *args, **kwargs): argument
200 def error(self, msg, *args, **kwargs): argument
211 def warning(self, msg, *args, **kwargs): argument
221 def exception(self, msg, *args, **kwargs): argument
236 def _update_msg(cls, additional_output, msg): argument
Dinterface.py121 def __check_failed__(cls, msg): argument
307 def __check_failed__(cls, msg): argument
/test/xts/acts/security_lite/huks/common/
Dhks_test_curve25519.c74 struct HksBlob msg = {strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestSignEd25519() local
112 struct HksBlob msg = {strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestVerifyEd25519() local
323 struct HksBlob msg = {strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestEd25519SignTeeVerifyLocal() local
359 struct HksBlob msg = {strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestSignEd25519Wrong() local
412 struct HksBlob msg = {strlen(TEST_PLAIN_TEST_ED25519), (uint8_t *)TEST_PLAIN_TEST_ED25519}; in TestVerifyEd25519Wrong() local
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
DLiteIPCFeatureTest.cpp48 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
122 static BOOL FEATURE_OnMessage(Feature *feature, Request *msg) in FEATURE_OnMessage()
DDefaultFeatureApiTest.cpp47 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
DServiceTest.cpp55 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
DFeatureTest.cpp49 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
DLiteIPCServiceTest.cpp59 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
DIUnknownTest.cpp53 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
DFeatureApiTest.cpp49 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
DTaskpoolNoTaskTest.cpp71 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
/test/arkXtest/uitest/core/
Dextern_api.h52 ApiCallErr(ErrCode ec, std::string_view msg) in ApiCallErr()
Dui_driver.cpp81 stringstream msg; in RetrieveWidget() local
287 auto msg = string("Scroll search widget failed: ") + selector.Describe(); in ScrollSearch() local
/test/developertest/aw/cxx/distributed/
Ddistributed_major.cpp447 bool DistributeTest::SendMessage(AGENT_NO devNo, const std::string &msg, int len) in SendMessage()
470 bool DistributeTest::SendMessage(AGENT_NO devNo, const std::string &msg, int len, in SendMessage()
494 bool DistributeTest::Notify(AGENT_NO devNo, const std::string &notifyType, const std::string &msg, … in Notify()
/test/xts/acts/communication_lite/lwip_posix/src/
DActsLwipTest.cpp199 struct msghdr msg = {0}; in SampleTcpServerTask() local
287 struct msghdr msg = {0}; in SampleTcpClientTask() local
536 struct msghdr msg = {0}; variable
1094 struct msghdr msg = {0}; variable
/test/xts/acts/security_lite/deviceauth_basic_deps/
Dhc_alg_test.c47 static void FillRandom(uint8_t *msg, uint32_t setZeroLength, uint32_t randomLength) in FillRandom()
72 const AlgLoader *loader, Uint8Buff *msg, Uint8Buff *sha256, Uint8Buff *sha256Compare) in TestSha256Inner()
101 Uint8Buff msg = { (uint8_t *)malloc(SHA256_MSG_MAX_SIZE), SHA256_MSG_MAX_SIZE }; in TestSha256() local
224 const AlgLoader *loader, const Uint8Buff *key, Uint8Buff *msg, Uint8Buff *hmac, bool isAlias) in TestComputeHmacInner()
251 Uint8Buff *msg, Uint8Buff *hmacKeyBuff, Uint8Buff *outHmacBuff) in TestComputeHmacWithIsAliasTrue()
303 Uint8Buff msg = { (uint8_t *)NULL, 0 }; in TestComputeHmac() local
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
Ddefaultfeatureapi_func_test.c48 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
Dservice_func_test.c57 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
Dfeature_func_test.c51 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
Diunknown_func_test.c52 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
Dfeatureapi_func_test.c50 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
/test/xts/acts/communication_lite/lwip_hal/src/
Dlwip_func_test.c173 struct msghdr msg = {0}; in SampleTcpServerTask() local
248 struct msghdr msg = {0}; in SampleTcpClientTask() local
573 struct msghdr msg = {0}; variable
/test/xts/acts/kernel_lite/net_posix/src/
DActsNetTest.cpp217 struct msghdr msg = {nullptr}; in SampleTcpServerTask() local
311 struct msghdr msg = {nullptr}; in SampleTcpClientTask() local
738 struct msghdr msg = {nullptr}; variable
1109 const char *msg = "Hi, test ioctl..."; variable
1600 const char *msg = "herror msg"; variable
2199 struct msghdr msg = {nullptr}; variable
/test/developertest/libs/fuzzlib/tools/
Dcolored.py79 def loghook(self, msg): argument

12