Home
last modified time | relevance | path

Searched refs:elementIndex (Results 1 - 7 of 7) sorted by relevance

/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.h154 const int32_t& elementIndex, const bool& oneElement);
H A Dtext_clock_pattern.cpp714 const int32_t& elementIndex, const bool& oneElement) in CheckDateTimeElement()
719 format = curDateTime[elementIndex]; in CheckDateTimeElement()
713 CheckDateTimeElement(const std::vector<std::string>& curDateTime, const char& element, const int32_t& elementIndex, const bool& oneElement) CheckDateTimeElement() argument
/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()
/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_napi.cpp776 int elementIndex = 0;
780 status = napi_set_element(env, value, elementIndex++, uriRet);
818 int elementIndex = 0;
826 napi_set_element(env, isDirArray, elementIndex++, isDirRet);
/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()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp2480 int elementIndex = 0; in SetValueArray() local
2484 status = napi_set_element(env, value, elementIndex++, uriRet); in SetValueArray()
2539 int elementIndex = 0; in GetSharedPhotoAssets() local
2550 status = napi_set_element(env, value, elementIndex++, assetValue); in GetSharedPhotoAssets()
2582 int elementIndex = 0; in GetSharedAlbumAssets() local
2588 status = napi_set_element(env, value, elementIndex++, assetValue); in GetSharedAlbumAssets()

Completed in 23 milliseconds