| /test/arkXtest/uitest/connection/ |
| D | ipc_transactors.cpp | 35 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/ |
| D | logger.py | 179 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
|
| D | interface.py | 121 def __check_failed__(cls, msg): argument 307 def __check_failed__(cls, msg): argument
|
| /test/xts/acts/security_lite/huks/common/ |
| D | hks_test_curve25519.c | 74 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/ |
| D | LiteIPCFeatureTest.cpp | 48 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() 122 static BOOL FEATURE_OnMessage(Feature *feature, Request *msg) in FEATURE_OnMessage()
|
| D | DefaultFeatureApiTest.cpp | 47 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | ServiceTest.cpp | 55 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | FeatureTest.cpp | 49 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | LiteIPCServiceTest.cpp | 59 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | IUnknownTest.cpp | 53 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | FeatureApiTest.cpp | 49 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | TaskpoolNoTaskTest.cpp | 71 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| /test/arkXtest/uitest/core/ |
| D | extern_api.h | 52 ApiCallErr(ErrCode ec, std::string_view msg) in ApiCallErr()
|
| D | ui_driver.cpp | 81 stringstream msg; in RetrieveWidget() local 287 auto msg = string("Scroll search widget failed: ") + selector.Describe(); in ScrollSearch() local
|
| /test/developertest/aw/cxx/distributed/ |
| D | distributed_major.cpp | 447 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 ¬ifyType, const std::string &msg, … in Notify()
|
| /test/xts/acts/communication_lite/lwip_posix/src/ |
| D | ActsLwipTest.cpp | 199 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/ |
| D | hc_alg_test.c | 47 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/ |
| D | defaultfeatureapi_func_test.c | 48 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | service_func_test.c | 57 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | feature_func_test.c | 51 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | iunknown_func_test.c | 52 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| D | featureapi_func_test.c | 50 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
| /test/xts/acts/communication_lite/lwip_hal/src/ |
| D | lwip_func_test.c | 173 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/ |
| D | ActsNetTest.cpp | 217 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/ |
| D | colored.py | 79 def loghook(self, msg): argument
|