Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/main/ets/MediaBackupExtensionAbility/
H A DMediaBackupExtensionAbility.ts37 const STAT_KEY_TYPE = 'type';
263 if (!this.hasKey(errorInfo, STAT_KEY_TYPE) || !this.hasKey(errorInfo, STAT_KEY_ERROR_CODE) ||
267 if (errorInfo[STAT_KEY_TYPE] !== STAT_VALUE_ERROR_INFO) {
268 console.error(TAG, `errorInfo ${errorInfo[STAT_KEY_TYPE]} != ${STAT_VALUE_ERROR_INFO}`);
279 if (!this.hasKey(countInfo, STAT_KEY_TYPE) || !this.hasKey(countInfo, STAT_KEY_INFOS)) {
282 if (countInfo[STAT_KEY_TYPE] !== STAT_VALUE_COUNT_INFO) {
283 console.error(TAG, `countInfo ${countInfo[STAT_KEY_TYPE]} != ${STAT_VALUE_COUNT_INFO}`);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h129 const std::string STAT_KEY_TYPE = "type"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbase_restore.cpp822 { STAT_KEY_TYPE, STAT_VALUE_ERROR_INFO }, in GetErrorInfoJson()
832 countInfoJson[STAT_KEY_TYPE] = STAT_VALUE_COUNT_INFO; in GetCountInfoJson()