Home
last modified time | relevance | path

Searched refs:AUTH_TEST (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/
H A Dauth_log_test.cpp48 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_TEST, DOMAIN_ID_TEST, "AuthTest");
59 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST];
63 AUTH_LOGD(AUTH_TEST, "test log");
74 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST];
78 AUTH_LOGI(AUTH_TEST, "test log");
89 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST];
93 AUTH_LOGW(AUTH_TEST, "test log");
104 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST];
108 AUTH_LOGE(AUTH_TEST, "test log");
119 SoftBusLogLabel label = AUTH_LABELS[AUTH_TEST];
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Dlnn_hichain_mock.cpp41 AUTH_LOGI(AUTH_TEST, "construction"); in LnnHichainInterfaceMock()
47 AUTH_LOGI(AUTH_TEST, "delete"); in ~LnnHichainInterfaceMock()
74 AUTH_LOGI(AUTH_TEST, "GetGmInstance"); in GetGmInstance()
102 AUTH_LOGI(AUTH_TEST, "AuthDeviceConnSend"); in AuthDeviceConnSend()
171 AUTH_LOGI(AUTH_TEST, "getRelatedGroups test"); in getRelatedGroups()
173 AUTH_LOGI(AUTH_TEST, "getRelatedGroups test return false"); in getRelatedGroups()
196 AUTH_LOGI(AUTH_TEST, "create jsonObject err"); in getRelatedGroups1()
210 AUTH_LOGI(AUTH_TEST, "getRelatedGroups1 test"); in getRelatedGroups1()
223 AUTH_LOGI(AUTH_TEST, "create jsonObject err"); in getTrustedDevices()
251 AUTH_LOGI(AUTH_TEST, "returnDevInfoVec is invalid"); in getTrustedDevices1()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.cpp229 AUTH_LOGE(AUTH_TEST, "add msg body fail."); in Pack()
249 AUTH_LOGI(AUTH_TEST, "PackAuthData success."); in Pack()
259 AUTH_LOGI(AUTH_TEST, "Device verify passed & send cond"); in OnDeviceVerifyPass()
263 AUTH_LOGE(AUTH_TEST, "Device verify Lock failed"); in OnDeviceVerifyPass()
273 AUTH_LOGI(AUTH_TEST, "Device not trusted call back & send cond"); in OnDeviceNotTrusted()
276 AUTH_LOGE(AUTH_TEST, "Device not trusted Lock failed"); in OnDeviceNotTrusted()
286 AUTH_LOGI(AUTH_TEST, "Device disconnect call back & send cond"); in OnDeviceDisconnect()
289 AUTH_LOGE(AUTH_TEST, "Device disconnect Lock failed"); in OnDeviceDisconnect()
H A Dauth_test_mock.cpp131 AUTH_LOGI(AUTH_TEST, "SendSignal"); in SendSignal()
133 AUTH_LOGE(AUTH_TEST, "SendSignal Lock failed"); in SendSignal()
139 AUTH_LOGI(AUTH_TEST, "SendSignal end"); in SendSignal()
194 AUTH_LOGE(AUTH_TEST, "BrSoftBusCondWait SoftBusGetTime failed"); in WaitForSignal()
202 AUTH_LOGE(AUTH_TEST, "Wait signal Lock failed"); in WaitForSignal()
248 AUTH_LOGI(AUTH_TEST, "AuthTestCallBackTest start."); in SetUp()
H A Dauth_normalize_request_test.cpp43 AUTH_LOGI(AUTH_TEST, "AuthNormalizeRequestTest start"); in SetUp()
H A Dauth_tcp_connection_test.cpp47 AUTH_LOGI(AUTH_TEST, "AuthTcpConnectionTest start."); in SetUp()
H A Dauth_lane_test.cpp53 AUTH_LOGI(AUTH_TEST, "OnConnOpenedTest: requestId=%{public}d, authId=%{public}" PRId64 "", in OnConnOpenedTest()
61 …AUTH_LOGI(AUTH_TEST, "OnConnOpenFailedTest: requestId=%{public}d, reason=%{public}d.", requestId, … in OnConnOpenFailedTest()
H A Dauth_hichain_test.cpp52 AUTH_LOGI(AUTH_TEST, "AuthHichainTest start"); in SetUp()
H A Dauth_test_enhance.cpp87 AUTH_LOGI(AUTH_TEST, "AuthTest start."); in SetUp()
H A Dauth_test.cpp74 AUTH_LOGI(AUTH_TEST, "AuthTest start"); in SetUp()
1643 …AUTH_LOGI(AUTH_TEST, "requestId=%{public}d, authId=%{public}" PRId64, requestId, authHandle.authId… in OnConnOpenedTest()
1648 AUTH_LOGI(AUTH_TEST, "requestId=%{public}d, reason=%{public}d", requestId, reason); in OnConnOpenFailedTest()
H A Dauth_other_test.cpp326 AUTH_LOGI(AUTH_TEST, "OnConnOpenedTest: requestId=%{public}d, authId=%{public}" PRId64 ".", in OnConnOpenedTest()
332 …AUTH_LOGI(AUTH_TEST, "OnConnOpenFailedTest: requestId=%{public}d, reason=%{public}d.", requestId, … in OnConnOpenFailedTest()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dauth_log.h30 AUTH_TEST, enumerator
40 { AUTH_TEST, DOMAIN_ID_TEST, "AuthTest" },
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authmanager_fuzzer/
H A Dauthmanager_fuzzer.cpp33 AUTH_LOGI(AUTH_TEST, "result=%{public}d", result); in LLVMFuzzerTestOneInput()