Searched refs:SourceState (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 39 { SourceState::BEGIN, SourceState::LOCAL_ORIGIN }, 40 { SourceState::LOCAL_ORIGIN, SourceState::FINISH }, 44 { SourceState::BEGIN, SourceState::CLOUD_THUMB }, 45 { SourceState::CLOUD_THUMB, SourceState::CLOUD_LCD }, 47 { SourceState::CLOUD_ORIGIN, SourceState::FINISH }, 51 { SourceState::BEGIN, SourceState::LOCAL_THUMB }, 56 { SourceState::CLOUD_ORIGIN, SourceState::FINISH }, 61 { SourceState::BEGIN, SourceState::LOCAL_THUMB }, 69 { SourceState::BEGIN, SourceState::CLOUD_LCD }, 75 { SourceState::BEGIN, SourceState::LOCAL_LCD }, [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/ |
H A D | thumbnail_source_loading.h | 38 { SourceState::BEGIN, "BEGIN" }, 45 { SourceState::ERROR, "ERROR" }, 128 static const std::unordered_map<SourceState, SourceState> LOCAL_SOURCE_LOADING_STATES; 133 static const std::unordered_map<SourceState, SourceState> CLOUD_SOURCE_LOADING_STATES; 138 static const std::unordered_map<SourceState, SourceState> ALL_SOURCE_LOADING_STATES; 143 static const std::unordered_map<SourceState, SourceState> ALL_SOURCE_LOADING_CLOUD_VIDEO_STATES; 148 static const std::unordered_map<SourceState, SourceState> CLOUD_LCD_SOURCE_LOADING_STATES; 153 static const std::unordered_map<SourceState, SourceState> LOCAL_LCD_SOURCE_LOADING_STATES; 158 static const std::unordered_map<SourceState, SourceState> UPGRADE_SOURCE_LOADING_STATES; 163 static const std::unordered_map<SourceState, SourceState> UPGRADE_VIDEO_SOURCE_LOADING_STATES; [all …]
|
H A D | thumbnail_data.h | 27 enum class SourceState : int32_t { enum 135 std::unordered_map<SourceState, SourceState> loadingStates;
|