Home
last modified time | relevance | path

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 Dsoftbus_log_test.cpp44 .domain = DOMAIN_ID_TEST,
H A Dauth_log_test.cpp48 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_TEST, DOMAIN_ID_TEST, "AuthTest");
H A Dcomm_log_test.cpp62 COMM_TEST, DOMAIN_ID_TEST, "CommTest"));
H A Dconn_log_test.cpp64 CONN_TEST, DOMAIN_ID_TEST, "ConnTest"));
H A Dlnn_log_test.cpp53 ExpectMatchSoftBusLogAttrs(LNN_LABELS[++index], LNN_TEST, DOMAIN_ID_TEST, "LnnTest");
H A Dtrans_log_test.cpp62 DOMAIN_ID_TEST, "TransTest"));
H A Ddisc_log_test.cpp68 DISC_TEST, DOMAIN_ID_TEST, "DiscTest"));
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dauth_log.h40 { AUTH_TEST, DOMAIN_ID_TEST, "AuthTest" },
H A Dcomm_log.h48 { COMM_TEST, DOMAIN_ID_TEST, "CommTest" },
H A Dlnn_log.h50 { LNN_TEST, DOMAIN_ID_TEST, "LnnTest" },
H A Dtrans_log.h49 { TRANS_TEST, DOMAIN_ID_TEST, "TransTest" },
H A Ddisc_log.h54 { DISC_TEST, DOMAIN_ID_TEST, "DiscTest" },
H A Dconn_log.h50 {CONN_TEST, DOMAIN_ID_TEST, "ConnTest"},
H A Dsoftbus_log.h43 #define DOMAIN_ID_TEST 0xd000f00 macro