Home
last modified time | relevance | path

Searched refs:OnDeviceNotTrusted (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_device_profile_test.cpp53 static void OnDeviceNotTrusted(const char *udid) in OnDeviceNotTrusted() function
61 .onDeviceProfileDeleted = OnDeviceNotTrusted,
H A Dauth_device_profile_listener_test.cpp58 static void OnDeviceNotTrusted(const char *udid) in OnDeviceNotTrusted() function
65 .onDeviceProfileDeleted = OnDeviceNotTrusted,
H A Dauth_hichain_test.cpp109 OnDeviceNotTrusted(nullptr); in HWTEST_F()
111 OnDeviceNotTrusted(udid); in HWTEST_F()
113 OnDeviceNotTrusted(udid); in HWTEST_F()
H A Dauth_net_ledger_mock.h111 static void OnDeviceNotTrusted(const char *peerUdid);
H A Dauth_net_ledger_mock.cpp271 void AuthNetLedgertInterfaceMock::OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function in OHOS::AuthNetLedgertInterfaceMock
H A Dauth_test_mock.cpp116 .onDeviceNotTrusted = &AuthNetLedgertInterfaceMock::OnDeviceNotTrusted,
H A Dauth_test.cpp91 static void OnDeviceNotTrusted(const char *udid) in OnDeviceNotTrusted() function
130 .onDeviceNotTrusted = OnDeviceNotTrusted, in HWTEST_F()
H A Dauth_manager_test.cpp397 OnDeviceNotTrusted(UDID_TEST); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_device.c383 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function
439 .onDeviceNotTrusted = OnDeviceNotTrusted, in RetryRegTrustDataChangeListener()
459 .onDeviceNotTrusted = OnDeviceNotTrusted, in RegTrustListenerOnHichainSaStart()
495 .onDeviceProfileDeleted = OnDeviceNotTrusted, in AuthRegisterToDpDelay()
H A Dauth_hichain.c364 static void OnDeviceNotTrusted(const char *udid) in OnDeviceNotTrusted() function
372 AUTH_LOGI(AUTH_HICHAIN, "hichain OnDeviceNotTrusted, udid=%{public}s", AnonymizeWrapper(anonyUdid)); in OnDeviceNotTrusted()
390 hichainListener.onDeviceNotTrusted = OnDeviceNotTrusted; in RegTrustDataChangeListener()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_mock_test.cpp301 OnDeviceNotTrusted(nullptr); in HWTEST_F()
302 OnDeviceNotTrusted(INVALID_UDID); in HWTEST_F()
303 OnDeviceNotTrusted(NODE_UDID); in HWTEST_F()
304 OnDeviceNotTrusted(NODE_UDID); in HWTEST_F()
305 OnDeviceNotTrusted(NODE_UDID); in HWTEST_F()
306 OnDeviceNotTrusted(NODE_UDID); in HWTEST_F()
307 OnDeviceNotTrusted(NODE_UDID); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_init.c628 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function
680 .onDeviceNotTrusted = OnDeviceNotTrusted,

Completed in 14 milliseconds