/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregdatachangelistener_fuzzer/ |
H A D | devauthservregdatachangelistener_fuzzer.cpp | 31 static void OnDeviceNotTrusted(const char *peerUdid) {} in OnDeviceNotTrusted() function 42 .onDeviceNotTrusted = OnDeviceNotTrusted,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_hichain_test.cpp | 109 OnDeviceNotTrusted(nullptr); 111 OnDeviceNotTrusted(udid); 113 OnDeviceNotTrusted(udid);
|
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,
|
H A D | auth_manager_test.cpp | 391 OnDeviceNotTrusted(UDID_TEST);
|
/ohos5.0/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 | 441 static void OnDeviceNotTrusted(const char *udid) in OnDeviceNotTrusted() function 467 hichainListener.onDeviceNotTrusted = OnDeviceNotTrusted; in RegTrustDataChangeListener()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/ |
H A D | softbus_listener.h | 56 static void OnDeviceNotTrusted(const char *msg);
|
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_listener.cpp | 754 softbusListener->OnDeviceNotTrusted(nullptr); 764 softbusListener->OnDeviceNotTrusted(msg); 774 softbusListener->OnDeviceNotTrusted(msg);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_init.c | 597 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function 651 .onDeviceNotTrusted = OnDeviceNotTrusted,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder_mock_test.cpp | 301 OnDeviceNotTrusted(nullptr); 302 OnDeviceNotTrusted(INVALID_UDID); 303 OnDeviceNotTrusted(NODE_UDID); 304 OnDeviceNotTrusted(NODE_UDID); 305 OnDeviceNotTrusted(NODE_UDID); 306 OnDeviceNotTrusted(NODE_UDID); 307 OnDeviceNotTrusted(NODE_UDID);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_listener.cpp | 123 .onNodeDeviceNotTrusted = SoftbusListener::OnDeviceNotTrusted, 353 void SoftbusListener::OnDeviceNotTrusted(const char *msg) in OnDeviceNotTrusted() function in OHOS::DistributedHardware::SoftbusListener
|
/ohos5.0/base/security/device_auth/test/fuzztest/devauthfunc_fuzzer/ |
H A D | devauthfunc_fuzzer.cpp | 196 static void OnDeviceNotTrusted(const char *peerUdid) {} in OnDeviceNotTrusted() function 207 .onDeviceNotTrusted = OnDeviceNotTrusted,
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 773 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function 808 listener.onDeviceNotTrusted = OnDeviceNotTrusted;
|
H A D | device_auth_ipc_test.cpp | 255 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function 279 .onDeviceNotTrusted = OnDeviceNotTrusted,
|