Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/src/
H A Duri_convert_handler.cpp56 CloudSyncNotifyInfo newNotifyInfo; in Handle() local
63 newNotifyInfo.type = handleData.orgInfo.type; in Handle()
68 newNotifyInfo.uris.push_back(newUri); in Handle()
70 AddNewNotify(newHandleData, newNotifyInfo.uris, newNotifyInfo.type); in Handle()