Home
last modified time | relevance | path

Searched refs:UpdateCrossSwitchState (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/rust/subsystem/device_profile/binding/include/
H A Dfusion_device_profile_adapter.h41 int32_t UpdateCrossSwitchState(size_t switchState);
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
H A Dfusion_device_profile_adapter.cpp60 int32_t UpdateCrossSwitchState(bool switchState);
130 int32_t FusionDeviceProfileAdapter::UpdateCrossSwitchState(bool switchState) in UpdateCrossSwitchState() function in FusionDeviceProfileAdapter
295 int32_t UpdateCrossSwitchState(size_t switchState) in UpdateCrossSwitchState() function
298 return DelayedRefSingleton<FusionDeviceProfileAdapter>::GetInstance().UpdateCrossSwitchState( in UpdateCrossSwitchState()
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H A Dadapter.rs28 UpdateCrossSwitchState,
304 let ret = unsafe { UpdateCrossSwitchState(state as u32) }; in update_cross_switch_state()
305 Ok(err_log!(self.check_return_code(ret), "UpdateCrossSwitchState")) in update_cross_switch_state()
H A Dbinding.rs228 pub fn UpdateCrossSwitchState(state: u32) -> i32; in UpdateCrossSwitchState() functions

Completed in 3 milliseconds