Home
last modified time | relevance | path

Searched refs:typeValues (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1303 for (auto& [interfaceTypeValues, typeValues] : map) { in ExecuteManageDeviceType()
1304 if ((typeValues[0] == dev.baseClass) && in ExecuteManageDeviceType()
1305 (typeValues[1] == -1 || typeValues[1] == dev.subClass)&& in ExecuteManageDeviceType()
1306 (typeValues[HALF] == -1 || typeValues[HALF] == dev.protocol)) { in ExecuteManageDeviceType()
1318 for (auto& [interfaceTypeValues, typeValues] : map) { in ExecuteManageDeviceType()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdbstore.h165 std::string typeValues; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdbstore.cpp1070 valuesBucket.PutString(DIRECTORY_DB_MEDIA_TYPE, dirValuesBucket.typeValues); in InsertDirValues()