Searched refs:get_property (Results 1 – 6 of 6) sorted by relevance
91 let mut node_id = get_property(&PROFCOLLECT_NODE_ID_PROPERTY, MacAddr6::nil())?; in get_or_initialise_node_id()101 get_property("ro.build.fingerprint", "unknown".to_string()) in get_build_fingerprint()118 fn get_property<T>(key: &str, default_value: T) -> Result<T> in get_property() function
245 process.props['ro.product.model'] = adb.get_property('ro.product.model')246 process.props['ro.product.name'] = adb.get_property('ro.product.name')247 process.props['ro.product.manufacturer'] = adb.get_property('ro.product.manufacturer')
88 get_property() { function96 if inAdb && [ 1 -ne `get_property ro.debuggable` ]; then232 vals=`get_property |315 val=`get_property ${property}`546 val=`get_property ${1}`
174 get_property() { function329 reason=`get_property ro.boot.bootreason`563 get_property ro.boot.slot_suffix | tr -d _902 D=`get_property ro.serialno`903 [ -n "${D}" ] || D=`get_property ro.boot.serialno`921 BUILD_DESCRIPTION=`get_property ro.build.description`1226 virtual_ab=`get_property ro.virtual_ab.enabled`
108 return cls.adb.get_property('ro.product.cpu.abilist32').strip().split(',')[0]
377 build_type = self.get_property('ro.build.type')386 def get_property(self, name: str) -> Optional[str]: member in AdbHelper408 build_version = self.get_property('ro.build.version.release')