Searched defs:model (Results 1 – 5 of 5) sorted by relevance
54 String model; field in Car62 public Car(String type, String model) { in Car()
26 std::string model = ark::ohos_device::GetHardwareModelString(); in GetHardawareSpecificIntValue() local
33 constructor(type, model) { argument
33 constructor(public type: string, public model: string) { property in Car
56 void SetIsStageModel(bool model) in SetIsStageModel()