Home
last modified time | relevance | path

Searched refs:TrustChangeType (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h431 } TrustChangeType; typedef
494 void (*onNodeDeviceTrustedChange)(TrustChangeType type, const char *msg, uint32_t msgLen);
/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_listener.h56 static void OnDeviceTrustedChange(TrustChangeType type, const char *msg, uint32_t msgLen);
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp358 void SoftbusListener::OnDeviceTrustedChange(TrustChangeType type, const char *msg, uint32_t msgLen) in OnDeviceTrustedChange()
367 if (type == TrustChangeType::DEVICE_NOT_TRUSTED) { in OnDeviceTrustedChange()
369 } else if (type == TrustChangeType::DEVICE_TRUST_RELATIONSHIP_CHANGE) { in OnDeviceTrustedChange()
375 if (type == TrustChangeType::DEVICE_NOT_TRUSTED) { in OnDeviceTrustedChange()
382 } else if (type == TrustChangeType::DEVICE_TRUST_RELATIONSHIP_CHANGE) { in OnDeviceTrustedChange()
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_listener.cpp781 TrustChangeType type = TrustChangeType::DEVICE_NOT_TRUSTED; in HWTEST_F()
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c1296 item->cb.onNodeDeviceTrustedChange((TrustChangeType)type, msg, msgLen); in LnnOnNodeDeviceTrustedChange()

Completed in 7 milliseconds