Home
last modified time | relevance | path

Searched refs:OnDeviceNotTrusted (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregdatachangelistener_fuzzer/
H A Ddevauthservregdatachangelistener_fuzzer.cpp31 static void OnDeviceNotTrusted(const char *peerUdid) {} in OnDeviceNotTrusted() function
42 .onDeviceNotTrusted = OnDeviceNotTrusted,
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_hichain_test.cpp109 OnDeviceNotTrusted(nullptr);
111 OnDeviceNotTrusted(udid);
113 OnDeviceNotTrusted(udid);
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,
H A Dauth_manager_test.cpp391 OnDeviceNotTrusted(UDID_TEST);
/ohos5.0/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.c441 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 Dsoftbus_listener.h56 static void OnDeviceNotTrusted(const char *msg);
/ohos5.0/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp754 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 Dlnn_net_builder_init.c597 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 Dlnn_net_builder_mock_test.cpp301 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 Dsoftbus_listener.cpp123 .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 Ddevauthfunc_fuzzer.cpp196 static void OnDeviceNotTrusted(const char *peerUdid) {} in OnDeviceNotTrusted() function
207 .onDeviceNotTrusted = OnDeviceNotTrusted,
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp773 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function
808 listener.onDeviceNotTrusted = OnDeviceNotTrusted;
H A Ddevice_auth_ipc_test.cpp255 static void OnDeviceNotTrusted(const char *peerUdid) in OnDeviceNotTrusted() function
279 .onDeviceNotTrusted = OnDeviceNotTrusted,