Home
last modified time | relevance | path

Searched defs:on_profile_changed (Results 1 – 2 of 2) sorted by relevance

/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
Ddevice_profile.rs121 fn on_profile_changed(&self, change_notification: &ProfileChangeNotification); in on_profile_changed() method
189 …extern "C" fn on_profile_changed(_cb: *mut CIProfileEventCb, _notification: *const CProfileChangeN… in on_profile_changed() method
Dbinding.rs139 pub on_profile_changed: Option<OnProfileChanged>, field