Searched refs:get_property (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | config.rs | 100 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 D | ti_search.cc | 116 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 D | inferno.py | 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')
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | installd_deps.h | 32 extern int get_property(const char *key,
|
H A D | installd.cpp | 50 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
H A D | otapreopt.cpp | 611 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
/aosp12/system/core/bootstat/ |
H A D | boot_reason_test.sh | 88 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 D | adb-remount-test.sh | 174 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 D | simpleperf_utils.py | 377 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 D | test_utils.py | 108 return cls.adb.get_property('ro.product.cpu.abilist32').strip().split(',')[0]
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_cache_test.cpp | 46 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
H A D | installd_service_test.cpp | 81 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|
H A D | installd_dexopt_test.cpp | 70 int get_property(const char *key, char *value, const char *default_value) { in get_property() function
|