Home
last modified time | relevance | path

Searched refs:elementIndex (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_observer_callback.cpp56 int elementIndex = 0; in SetValueArray() local
60 status = napi_set_element(env, value, elementIndex++, uriRet); in SetValueArray()
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/common/
H A Dfile_extension_info_napi.cpp240 int elementIndex = 0; in InitDeviceRoots() local
244 status = napi_set_element(env, deviceRoots, elementIndex++, deviceRootRet); in InitDeviceRoots()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp776 int elementIndex = 0; in SetValueArray() local
780 status = napi_set_element(env, value, elementIndex++, uriRet); in SetValueArray()
818 int elementIndex = 0; in SetIsDir() local
826 napi_set_element(env, isDirArray, elementIndex++, isDirRet); in SetIsDir()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.h153 const int32_t& elementIndex, const bool& oneElement);
H A Dtext_clock_pattern.cpp716 const int32_t& elementIndex, const bool& oneElement) in CheckDateTimeElement() argument
721 format = curDateTime[elementIndex]; in CheckDateTimeElement()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp128 … const GLuint elementIndex = glGetProgramResourceIndex(program, GL_UNIFORM_BLOCK, tmp.c_str()); in ProcessUniformBlocks() local
129 … glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, elementIndex, (GLsizei)countof(block_props), in ProcessUniformBlocks()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp1536 int elementIndex = 0; in GetSharedPhotoAssets() local
1542 status = napi_set_element(env, value, elementIndex++, assetValue); in GetSharedPhotoAssets()
1575 int elementIndex = 0; in GetSharedAlbumAssets() local
1581 status = napi_set_element(env, value, elementIndex++, assetValue); in GetSharedAlbumAssets()
H A Dmedia_library_napi.cpp2481 int elementIndex = 0; in SetValueArray() local
2485 status = napi_set_element(env, value, elementIndex++, uriRet); in SetValueArray()