Searched defs:rawId (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/controller/ |
H A D | PeripheralController.h | 85 int32_t rawId; member 118 int32_t rawId; member
|
H A D | PeripheralController.cpp | 299 for (const auto& rawId : rawLightIds) { in dump() local 347 for (const auto& rawId : rawBatteryIds) { in configureBattries() local 374 for (const auto& rawId : rawLightIds) { in configureLights() local
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_manager.cpp | 128 auto rawId = InsertRawContact(accountId); in InsertContactDbAbility() local 200 int32_t rawId = rawIds[i]; in BatchInsertContactData() local 296 int32_t VCardManager::InsertContactData(int32_t rawId, std::shared_ptr<VCardContact> contact) in InsertContactData()
|
H A D | vcard_contact.cpp | 138 int32_t VCardContact::BuildContactData(int32_t rawId, std::vector<DataShare::DataShareValuesBucket>… in BuildContactData() 163 void VCardContact::BuildValuesBucket(int32_t rawId, std::vector<DataShare::DataShareValuesBucket> &… in BuildValuesBucket() 176 void VCardContact::BuildValuesBuckets(int32_t rawId, std::vector<DataShare::DataShareValuesBucket> … in BuildValuesBuckets()
|
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/com/android/internal/net/ |
H A D | NetworkStatsFactoryTest.java | 132 private void stageFile(int rawId, File file) throws Exception { in stageFile()
|
/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/net/ |
H A D | NetworkStatsCollectionTest.java | 158 private void stageFile(int rawId, File file) throws Exception { in stageFile()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/ |
H A D | fold_app_usage_db_helper.h | 38 int rawId = 0; member
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
H A D | NetworkStatsFactoryTest.java | 497 private void stageFile(int rawId, File file) throws Exception { in stageFile()
|
H A D | NetworkStatsCollectionTest.java | 534 private void stageFile(int rawId, File file) throws Exception { in stageFile()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | fold_app_usage_db_helper.cpp | 217 int FoldAppUsageDbHelper::QueryRawEventIndex(const std::string& bundleName, int rawId) in QueryRawEventIndex()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | ISurfaceComposer.cpp | 287 [](uint64_t rawId) { return PhysicalDisplayId(rawId); }); in getPhysicalDisplayIds() 300 uint64_t rawId; in getPrimaryPhysicalDisplayId() local
|
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
H A D | ApfTest.java | 2214 private String stageFile(int rawId) throws Exception { in stageFile()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 602 void addRawLightInfo(int32_t rawId, RawLightInfo&& info) { in addRawLightInfo() 606 void fakeLightBrightness(int32_t rawId, int32_t brightness) { in fakeLightBrightness() 610 void fakeLightIntensities(int32_t rawId, in fakeLightIntensities()
|