Searched refs:OnDeviceNotTrusted (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_device_profile_test.cpp | 53 static void OnDeviceNotTrusted(const char *udid) in OnDeviceNotTrusted() function 61 .onDeviceProfileDeleted = OnDeviceNotTrusted,
|
H A D | auth_device_profile_listener_test.cpp | 58 static void OnDeviceNotTrusted(const char *udid)
in OnDeviceNotTrusted() function 65 .onDeviceProfileDeleted = OnDeviceNotTrusted,
|
H A D | auth_hichain_test.cpp | 109 OnDeviceNotTrusted(nullptr); in HWTEST_F() 111 OnDeviceNotTrusted(udid); in HWTEST_F() 113 OnDeviceNotTrusted(udid); in HWTEST_F()
|
H A D | auth_net_ledger_mock.h | 111 static void OnDeviceNotTrusted(const char *peerUdid);
|
H A D | auth_net_ledger_mock.cpp | 271 void AuthNetLedgertInterfaceMock::OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function in OHOS::AuthNetLedgertInterfaceMock
|
H A D | auth_test_mock.cpp | 116 .onDeviceNotTrusted = &AuthNetLedgertInterfaceMock::OnDeviceNotTrusted,
|
H A D | auth_test.cpp | 91 static void OnDeviceNotTrusted(const char *udid) in OnDeviceNotTrusted() function 130 .onDeviceNotTrusted = OnDeviceNotTrusted, in HWTEST_F()
|
H A D | auth_manager_test.cpp | 397 OnDeviceNotTrusted(UDID_TEST); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_device.c | 383 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 D | auth_hichain.c | 364 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 D | lnn_net_builder_mock_test.cpp | 301 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 D | lnn_net_builder_init.c | 628 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function 680 .onDeviceNotTrusted = OnDeviceNotTrusted,
|
Completed in 14 milliseconds