/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | mesh.h | 218 void UpdateMeshFromArraysI16(MeshGeometryArrayPtr<uint16_t> arrays) in UpdateMeshFromArraysI16() 229 void UpdateMeshFromArraysI32(MeshGeometryArrayPtr<uint32_t> arrays) in UpdateMeshFromArraysI32() 240 void AddSubmeshesFromArrayI16(MeshGeometryArrayPtr<uint16_t> arrays) in AddSubmeshesFromArrayI16() 251 void AddSubmeshesFromArraysI32(MeshGeometryArrayPtr<uint32_t> arrays) in AddSubmeshesFromArraysI32()
|
/ohos5.0/base/security/security_guard/frameworks/common/json/src/ |
H A D | json_cfg.cpp | 57 nlohmann::json arrays = jsonObj.at(key); in Unmarshal() local 70 nlohmann::json arrays = jsonObj.at(key); in Unmarshal() local 83 nlohmann::json arrays = jsonObj.at(key); in Unmarshal() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | mesh_impl.cpp | 387 …SCENE_NS::MeshGeometryArrayPtr<INDEX_TYPE> arrays, const RENDER_NS::IndexType& indexType, bool app… in UpdateMeshFromArrays() 425 void UpdateMeshFromArraysI16(SCENE_NS::MeshGeometryArrayPtr<uint16_t> arrays) override in UpdateMeshFromArraysI16() 430 void UpdateMeshFromArraysI32(SCENE_NS::MeshGeometryArrayPtr<uint32_t> arrays) override in UpdateMeshFromArraysI32() 435 void AddSubmeshesFromArrayI16(SCENE_NS::MeshGeometryArrayPtr<uint16_t> arrays) override in AddSubmeshesFromArrayI16() 440 void AddSubmeshesFromArraysI32(SCENE_NS::MeshGeometryArrayPtr<uint32_t> arrays) override in AddSubmeshesFromArraysI32()
|
H A D | scene_impl.cpp | 1418 const BASE_NS::string_view name, SCENE_NS::MeshGeometryArrayPtr<uint16_t> arrays) override in CreateMeshFromArraysI16() 1424 const BASE_NS::string_view name, SCENE_NS::MeshGeometryArrayPtr<uint32_t> arrays) override in CreateMeshFromArraysI32() 1431 SCENE_NS::MeshGeometryArrayPtr<IndicesType> arrays, RENDER_NS::IndexType indexType) in CreateMeshFromArrays()
|
H A D | scene_holder.cpp | 2418 …SCENE_NS::MeshGeometryArrayPtr<IndicesType> arrays, RENDER_NS::IndexType indexType, Entity existin… in CreateMeshFromArrays()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | pre_bundle_profile.cpp | 69 auto arrays = jsonBuf.at(INSTALL_LIST); in TransformTo() local 186 auto arrays = jsonBuf.at(INSTALL_LIST); in TransformTo() local 422 auto arrays = jsonBuf.at(EXTENSION_TYPE); in TransformJsonToExtensionTypeList() local
|
/ohos5.0/base/security/security_guard/frameworks/common/json/include/ |
H A D | json_cfg.h | 54 nlohmann::json arrays = jsonObj.at(key); in Unmarshal() local
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | json_util_form.h | 47 auto arrays = jsonObject.at(key); in CheckArrayType() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | json_util.h | 48 auto arrays = jsonObject.at(key); in CheckArrayType() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | json_util.h | 48 auto arrays = jsonObject.at(key); in CheckArrayType() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | json_util.h | 49 auto arrays = jsonObject.at(key); in CheckArrayType() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | json_util.h | 47 auto arrays = jsonObject.at(key); in CheckArrayType() local
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/ |
H A D | parser_util.cpp | 83 auto arrays = jsonBuf.at(INSTALL_LIST); in FilterInfoFromJson() local
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/common/ |
H A D | bundle_manager_adapter_module_test.cpp | 383 Json arrays[] = { variable
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/ |
H A D | clipboard_impl.cpp | 595 std::vector<std::vector<uint8_t>> arrays; in GetSpanStringDataHelper() local 615 void ClipboardImpl::ProcessSpanStringData(std::vector<std::vector<uint8_t>>& arrays, in ProcessSpanStringData()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_manager_adapter_proxy.cpp | 118 auto arrays = jsonObject.at(BUNDLE_INFO_EXTENSION_ABILITY_INFOS); in ParseExtensionAbilityInfos() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.cpp | 648 auto arrays = JSRef<JSArray>::Cast(obj); in ParseJsSpanBaseVector() local
|