Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_operation.cpp78 { MEDIA_DEVICE_QUERYALLDEVICE, OperationObject::ALL_DEVICE }, in GetOprnObjMap()
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Duserfilemgr_uri.h179 const std::string MEDIA_DEVICE_QUERYALLDEVICE = "query_all_device"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp4062 } else if (uriType == MEDIALIBRARY_DATA_URI + "/" + MEDIA_DEVICE_QUERYALLDEVICE) { in QueryActivePeer()
4127 string uriType = MEDIALIBRARY_DATA_URI + "/" + MEDIA_DEVICE_QUERYALLDEVICE; in JSGetAllPeersCompleteCallback()