Home
last modified time | relevance | path

Searched defs:core_get_config (Results 1 – 4 of 4) sorted by relevance

/external/rust/pica/src/
Ddevice.rs309 pub fn core_get_config(&self, cmd: CoreGetConfigCmd) -> CoreGetConfigRsp { in core_get_config() method
/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager_sync.rs281 pub fn core_get_config(&self, config_ids: Vec<DeviceConfigId>) -> Result<Vec<DeviceConfigTlv>> { in core_get_config() method
Dmock_uci_manager.rs752 async fn core_get_config( in core_get_config() method
Duci_manager.rs105 async fn core_get_config( in core_get_config() method
402 async fn core_get_config(&self, cfg_id: Vec<DeviceConfigId>) -> Result<Vec<DeviceConfigTlv>> { in core_get_config() method