Searched refs:DOMAIN_ID_TEST (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/ |
H A D | softbus_log_test.cpp | 44 .domain = DOMAIN_ID_TEST,
|
H A D | auth_log_test.cpp | 48 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_TEST, DOMAIN_ID_TEST, "AuthTest");
|
H A D | comm_log_test.cpp | 62 COMM_TEST, DOMAIN_ID_TEST, "CommTest"));
|
H A D | conn_log_test.cpp | 64 CONN_TEST, DOMAIN_ID_TEST, "ConnTest"));
|
H A D | lnn_log_test.cpp | 53 ExpectMatchSoftBusLogAttrs(LNN_LABELS[++index], LNN_TEST, DOMAIN_ID_TEST, "LnnTest");
|
H A D | trans_log_test.cpp | 62 DOMAIN_ID_TEST, "TransTest"));
|
H A D | disc_log_test.cpp | 68 DISC_TEST, DOMAIN_ID_TEST, "DiscTest"));
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | auth_log.h | 40 { AUTH_TEST, DOMAIN_ID_TEST, "AuthTest" },
|
H A D | comm_log.h | 48 { COMM_TEST, DOMAIN_ID_TEST, "CommTest" },
|
H A D | lnn_log.h | 50 { LNN_TEST, DOMAIN_ID_TEST, "LnnTest" },
|
H A D | trans_log.h | 49 { TRANS_TEST, DOMAIN_ID_TEST, "TransTest" },
|
H A D | disc_log.h | 54 { DISC_TEST, DOMAIN_ID_TEST, "DiscTest" },
|
H A D | conn_log.h | 50 {CONN_TEST, DOMAIN_ID_TEST, "ConnTest"},
|
H A D | softbus_log.h | 43 #define DOMAIN_ID_TEST 0xd000f00 macro
|