Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h163 std::string indexProgress; member
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h454 std::string indexProgress; member
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp5487 …env, napi_create_string_utf8(env, context->indexProgress.c_str(), NAPI_AUTO_LENGTH, &jsContext->da… in GetIndexConstructProgressAsyncCallbackComplete()
5561 string indexProgress; in PhotoAccessGetIndexConstructProgressExec() local
5563 if (!GetProgressFromResultSet(resultSet, indexProgress)) { in PhotoAccessGetIndexConstructProgressExec()
5570 context->indexProgress = indexProgress; in PhotoAccessGetIndexConstructProgressExec()