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 D | napi_observer_callback.cpp | 56 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 D | file_extension_info_napi.cpp | 240 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 D | cloud_sync_napi.cpp | 776 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 D | text_clock_pattern.h | 153 const int32_t& elementIndex, const bool& oneElement);
|
H A D | text_clock_pattern.cpp | 716 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 D | gpu_program_gles.cpp | 128 … 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 D | medialibrary_napi_utils.cpp | 1536 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 D | media_library_napi.cpp | 2481 int elementIndex = 0; in SetValueArray() local 2485 status = napi_set_element(env, value, elementIndex++, uriRet); in SetValueArray()
|