Home
last modified time | relevance | path

Searched refs:get_property (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dconfig.rs100 let mut node_id = get_property(&PROFCOLLECT_NODE_ID_PROPERTY, MacAddr6::nil())?; in get_or_initialise_node_id()
110 get_property("ro.build.fingerprint", "unknown".to_string()) in get_build_fingerprint()
127 fn get_property<T>(key: &str, default_value: T) -> Result<T> in get_property() function
/aosp12/art/openjdkjvmti/
H A Dti_search.cc116 art::ArtMethod* get_property = in Update() local
121 DCHECK(get_property != nullptr); in Update()
122 DCHECK(!get_property->IsDirect()); in Update()
123 DCHECK(get_property->GetDeclaringClass() == properties_class); in Update()
152 art::jni::EncodeArtMethod(get_property), in Update()
/aosp12/system/extras/simpleperf/scripts/inferno/
H A Dinferno.py245 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')
/aosp12/frameworks/native/cmds/installd/
H A Dinstalld_deps.h32 extern int get_property(const char *key,
H A Dinstalld.cpp50 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
H A Dotapreopt.cpp611 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
/aosp12/system/core/bootstat/
H A Dboot_reason_test.sh88 get_property() { function
96 if inAdb && [ 1 -ne `get_property ro.debuggable` ]; then
232 vals=`get_property |
315 val=`get_property ${property}`
546 val=`get_property ${1}`
/aosp12/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh174 get_property() { function
329 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`
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py377 build_type = self.get_property('ro.build.type')
386 def get_property(self, name: str) -> Optional[str]: member in AdbHelper
408 build_version = self.get_property('ro.build.version.release')
/aosp12/system/extras/simpleperf/scripts/test/
H A Dtest_utils.py108 return cls.adb.get_property('ro.product.cpu.abilist32').strip().split(',')[0]
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp46 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
H A Dinstalld_service_test.cpp81 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
H A Dinstalld_dexopt_test.cpp70 int get_property(const char *key, char *value, const char *default_value) { in get_property() function