Home
last modified time | relevance | path

Searched refs:CompatibleMode (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_data_handler.h47 enum class CompatibleMode { class
69 CompatibleMode GetCompatibleMode();
70 void SetCompatibleMode(const CompatibleMode &compatibleMode);
81 CompatibleMode compatibleMode_;
H A Dmedia_asset_manager_napi.h111 CompatibleMode compatibleMode;
130 CompatibleMode compatibleMode;
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_data_handler.cpp92 void NapiMediaAssetDataHandler::SetCompatibleMode(const CompatibleMode &compatibleMode) in SetCompatibleMode()
97 CompatibleMode NapiMediaAssetDataHandler::GetCompatibleMode() in GetCompatibleMode()
H A Dmedia_asset_manager_napi.cpp426 CompatibleMode& compatibleMode) in GetCompatibleMode()
430 int mode = static_cast<int>(CompatibleMode::ORIGINAL_FORMAT_MODE); in GetCompatibleMode()
434 compatibleMode = CompatibleMode::ORIGINAL_FORMAT_MODE; in GetCompatibleMode()
440 if (static_cast<CompatibleMode>(mode) < CompatibleMode::ORIGINAL_FORMAT_MODE || in GetCompatibleMode()
441 static_cast<CompatibleMode>(mode) > CompatibleMode::COMPATIBLE_FORMAT_MODE) { in GetCompatibleMode()
446 compatibleMode = static_cast<CompatibleMode>(mode); in GetCompatibleMode()
489 napi_status ParseArgGetRequestOptionMore(napi_env env, napi_value arg, CompatibleMode &compatibleMode, in ParseArgGetRequestOptionMore()
911 if (asyncContext->compatibleMode != CompatibleMode in CreateOnProgressHandlerInfo()
[all...]
H A Dphotoaccesshelperinf.js848 CompatibleMode: photoAccessHelper.CompatibleMode,

Completed in 5 milliseconds