Searched defs:to_dict (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | bluetooth_gatt_service.py | 36 def to_dict(self): member in Service 73 def to_dict(self): member in Characteristic 100 def to_dict(self): member in Descriptor
|
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/lib/ |
D | uwb_ranging_params.py | 100 def to_dict(self) -> Dict[str, Any]: member in UwbRangingReconfigureParams 134 def to_dict(self) -> Dict[str, Any]: member in UwbRangingControleeParams 244 def to_dict(self) -> Dict[str, Any]: member in UwbRangingParams
|
/packages/services/Car/tools/watchdog/parser/ |
D | carwatchdog_dump_parser.py | 182 def to_dict(self) -> Dict[str, Any]: member in PackageCpuStats 259 def to_dict(self) -> Dict[str, Any]: member in PackageStorageIoStats 332 def to_dict(self) -> Dict[str, Any]: member in StatsCollection 496 def to_dict(self) -> Optional[Dict[str, Any]]: member in PerformanceStats 537 def to_dict(self) -> Dict[str, Any]: member in DevicePerformanceStats
|
/packages/modules/Uwb/generic_ranging/tests/multidevices/uwb/ |
D | uwb_ranging_params.py | 100 def to_dict(self) -> Dict[str, Any]: member in UwbRangingReconfigureParams 134 def to_dict(self) -> Dict[str, Any]: member in UwbRangingControleeParams 246 def to_dict(self) -> Dict[str, Any]: member in UwbRangingParams
|
/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/ |
D | constants.py | 116 def to_dict(self) -> dict[str, Union[bool, int, str]]: member in WifiP2pConfig
|