Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_formmap_operations.cpp246 bool MediaLibraryFormMapOperations::CheckQueryIsInDb(const OperationObject &operationObject, const … in CheckQueryIsInDb() argument
249 MediaLibraryCommand queryFormMapCmd(operationObject, OperationType::QUERY); in CheckQueryIsInDb()
251 if (operationObject == OperationObject::PAH_FORM_MAP) { in CheckQueryIsInDb()
254 } else if (operationObject == OperationObject::UFM_PHOTO) { in CheckQueryIsInDb()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_formmap_operations.h47 …EXPORT static bool CheckQueryIsInDb(const OperationObject &operationObject, const std::string &que…