Home
last modified time | relevance | path

Searched defs:props (Results 1 – 19 of 19) sorted by relevance

/system/update_engine/
Dimage_properties_chromeos_unittest.cc64 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
76 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
85 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
90 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
106 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
128 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
144 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
156 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
167 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
Dimage_properties_android_unittest.cc68 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
80 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
88 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
101 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
107 ImageProperties props = LoadImageProperties(&fake_system_state_); in TEST_F() local
115 MutableImageProperties props; in TEST_F() local
/system/tools/sysprop/
DCommon.cpp54 std::string GenerateDefaultPropName(const sysprop::Properties& props, in GenerateDefaultPropName()
108 Result<void> ValidateProp(const sysprop::Properties& props, in ValidateProp()
202 Result<void> ValidateProps(const sysprop::Properties& props) { in ValidateProps()
253 void SetDefaultValues(sysprop::Properties* props) { in SetDefaultValues()
284 std::string GetModuleName(const sysprop::Properties& props) { in GetModuleName()
331 sysprop::Properties* props = ret.mutable_props(i); in ParseApiFile() local
DJavaGen.cpp283 std::string GetJavaPackageName(const sysprop::Properties& props) { in GetJavaPackageName()
288 std::string GetJavaClassName(const sysprop::Properties& props) { in GetJavaClassName()
293 std::string GenerateJavaClass(const sysprop::Properties& props, in GenerateJavaClass()
410 sysprop::Properties props; in GenerateJavaLibrary() local
DCppGen.cpp265 std::string GetCppNamespace(const sysprop::Properties& props) {
269 std::string GenerateHeader(const sysprop::Properties& props,
323 std::string GenerateSource(const sysprop::Properties& props,
464 sysprop::Properties props; local
DTypeChecker.cpp97 for (auto& props : api.props()) { in CheckPropertyTypes() local
DApiChecker.cpp28 std::unordered_map<std::string, sysprop::Property> props; in CompareProps() local
Dsysprop.proto74 repeated Properties props = 1; field
/system/core/healthd/
DBatteryMonitor.cpp85 auto* props = &health_info_2_1->legacy.legacy; in initHealthInfo() local
248 HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in updateValues() local
354 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in logValues() local
388 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in isChargerOnline() local
473 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in dumpState() local
DHealthServiceHealthd.cpp74 int healthd_board_battery_update(struct android::BatteryProperties* props) { in healthd_board_battery_update()
/system/bt/service/common/android/bluetooth/
DIBluetoothCallback.aidl38 in BluetoothRemoteDeviceProps props); in OnGetRemoteDeviceProperties()
40 in BluetoothRemoteDeviceProps props); in OnDeviceFound()
/system/libufdt/
Dufdt_prop_dict.h26 const struct fdt_property **props; member
Dufdt_prop_dict.c72 const struct fdt_property **props = in _ufdt_prop_dict_construct_int() local
/system/update_engine/payload_generator/
Dxz_android.cc124 CXzProps props; in XzCompress() local
/system/libvintf/
Dcheck_vintf.cpp141 void setProperties(const Properties& props) { mProps.insert(props.begin(), props.end()); } in setProperties()
376 android::base::Result<void> checkAllFiles(const Dirmap& dirmap, const Properties& props, in checkAllFiles()
435 int checkDirmaps(const Dirmap& dirmap, const Properties& props) { in checkDirmaps()
/system/core/storaged/
Dstoraged.cpp83 Return<void> storaged_t::healthInfoChanged(const HealthInfo& props) { in healthInfoChanged()
/system/bt/service/
Dadapter.cc619 RemoteDeviceProps props = in RemoteDevicePropertiesCallback() local
633 RemoteDeviceProps props = in DeviceFoundCallback() local
/system/bt/service/client/
Dmain.cc196 const android::bluetooth::BluetoothRemoteDeviceProps& props) override { in OnGetRemoteDeviceProperties()
202 const android::bluetooth::BluetoothRemoteDeviceProps& props) override { in OnDeviceFound()
/system/core/adb/
Dadb.cpp270 const std::string& props = pieces[2]; in parse_banner() local