Searched defs:props (Results 1 – 16 of 16) sorted by relevance
/system/update_engine/cros/ |
D | image_properties_chromeos_unittest.cc | 63 ImageProperties props = LoadImageProperties(); in TEST_F() local 75 ImageProperties props = LoadImageProperties(); in TEST_F() local 84 ImageProperties props = LoadImageProperties(); in TEST_F() local 89 ImageProperties props = LoadImageProperties(); in TEST_F() local 105 ImageProperties props = LoadImageProperties(); in TEST_F() local 126 ImageProperties props = LoadImageProperties(); in TEST_F() local 141 ImageProperties props = LoadImageProperties(); in TEST_F() local 153 ImageProperties props = LoadImageProperties(); in TEST_F() local 164 ImageProperties props = LoadImageProperties(); in TEST_F() local
|
/system/tools/sysprop/ |
D | Common.cpp | 54 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() 286 std::string GetModuleName(const sysprop::Properties& props) { in GetModuleName() 333 sysprop::Properties* props = ret.mutable_props(i); in ParseApiFile() local
|
D | JavaGen.cpp | 344 std::string GetJavaPackageName(const sysprop::Properties& props) { in GetJavaPackageName() 349 std::string GetJavaClassName(const sysprop::Properties& props) { in GetJavaClassName() 354 std::string GenerateJavaClass(const sysprop::Properties& props, in GenerateJavaClass() 471 sysprop::Properties props; in GenerateJavaLibrary() local
|
D | CppGen.cpp | 291 std::string GetCppNamespace(const sysprop::Properties& props) { 295 std::string GenerateHeader(const sysprop::Properties& props, 349 std::string GenerateSource(const sysprop::Properties& props, 490 sysprop::Properties props; local
|
D | TypeChecker.cpp | 100 for (auto& props : api.props()) { in CheckPropertyTypes() local
|
D | ApiChecker.cpp | 28 std::unordered_map<std::string, sysprop::Property> props; in CompareProps() local
|
D | sysprop.proto | 78 repeated Properties props = 1; field
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 85 auto* props = &health_info_2_1->legacy.legacy; in initHealthInfo() local 248 HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in updateValues() local 359 const HealthInfo_1_0& props = health_info.legacy.legacy; in logValues() local 393 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in isChargerOnline() local 478 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in dumpState() local
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothCallback.aidl | 38 in BluetoothRemoteDeviceProps props); in OnGetRemoteDeviceProperties() 40 in BluetoothRemoteDeviceProps props); in OnDeviceFound()
|
/system/libufdt/ |
D | ufdt_prop_dict.h | 26 const struct fdt_property **props; member
|
D | ufdt_prop_dict.c | 72 const struct fdt_property **props = in _ufdt_prop_dict_construct_int() local
|
/system/update_engine/payload_generator/ |
D | xz_android.cc | 124 CXzProps props; in XzCompress() local
|
/system/libvintf/ |
D | check_vintf.cpp | 98 void setProperties(const Properties& props) { mProps.insert(props.begin(), props.end()); } in setProperties() 425 android::base::Result<void> checkAllFiles(const Dirmap& dirmap, const Properties& props, in checkAllFiles() 486 int checkDirmaps(const Dirmap& dirmap, const Properties& props) { in checkDirmaps()
|
/system/core/storaged/ |
D | storaged.cpp | 83 Return<void> storaged_t::healthInfoChanged(const HealthInfo& props) { in healthInfoChanged()
|
/system/bt/service/ |
D | adapter.cc | 622 RemoteDeviceProps props = in RemoteDevicePropertiesCallback() local 636 RemoteDeviceProps props = in DeviceFoundCallback() local
|
/system/bt/service/client/ |
D | main.cc | 196 const android::bluetooth::BluetoothRemoteDeviceProps& props) override { in OnGetRemoteDeviceProperties() 202 const android::bluetooth::BluetoothRemoteDeviceProps& props) override { in OnDeviceFound()
|