Home
last modified time | relevance | path

Searched defs:rawId (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.h85 int32_t rawId; member
118 int32_t rawId; member
H A DPeripheralController.cpp299 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 Dvcard_manager.cpp128 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 Dvcard_contact.cpp138 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 DNetworkStatsFactoryTest.java132 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 DNetworkStatsCollectionTest.java158 private void stageFile(int rawId, File file) throws Exception { in stageFile()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h38 int rawId = 0; member
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
H A DNetworkStatsFactoryTest.java497 private void stageFile(int rawId, File file) throws Exception { in stageFile()
H A DNetworkStatsCollectionTest.java534 private void stageFile(int rawId, File file) throws Exception { in stageFile()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_db_helper.cpp217 int FoldAppUsageDbHelper::QueryRawEventIndex(const std::string& bundleName, int rawId) in QueryRawEventIndex()
/aosp12/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp287 [](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 DApfTest.java2214 private String stageFile(int rawId) throws Exception { in stageFile()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp602 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()