Home
last modified time | relevance | path

Searched defs:array (Results 1 - 25 of 273) sorted by relevance

1234567891011

/base/security/certificate_framework/frameworks/core/param/src/
H A Dcf_param_parse.c52 int32_t CfConstructArrayParamSetOut(const CfBlobArray *array, CfParamSet **out) in CfConstructArrayParamSetOut() argument
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dtransform.h30 std::vector<T> array; in ConstructVectorFromArray() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_paint_property.h83 std::vector<double> array = propImageMesh_->GetMesh(); variable
H A Dshape_paint_property.h95 std::vector<Dimension> array = propStrokeDashArray_.value_or(std::vector<Dimension>()); variable
/base/inputmethod/imf/services/json/include/
H A Dserializable.h71 auto array = cJSON_CreateArray(); in SetValue() local
/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_blob.c66 void CfArrayDataClearAndFree(CfArray *array) in CfArrayDataClearAndFree() argument
84 FreeCfBlobArray(CfBlob *array, uint32_t arrayLen) FreeCfBlobArray() argument
[all...]
/foundation/ability/ability_base/test/fuzztest/arraywrappersecond_fuzzer/
H A Darraywrappersecond_fuzzer.cpp43 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp87 void CanvasModifier::GetSimplifyDumpInfo(std::unique_ptr<JsonValue>& array) in GetSimplifyDumpInfo() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_component3d_bridge.cpp39 auto array = Local<panda::ArrayRef>(secondArg); in SetShaderInputBuffer() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Dlocalization_module_tdd_test.cpp83 JSIValue array = JSI::CreateArray(1); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_output.cpp77 json_value::array array; variable
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dbase64_helper_test.cpp133 std::vector<uint8_t> array; in HWTEST_F() local
/base/security/certificate_framework/test/unittest/cf_adapter_test/src/
H A Dcf_common_test.cpp115 CfArray array = { nullptr, CF_FORMAT_DER, TEST_DEFAULT_COUNT }; in HWTEST_F() local
137 CfBlob *array = static_cast<CfBlob *>(CfMalloc(TEST_DEFAULT_COUNT * sizeof(CfBlob), 0)); HWTEST_F() local
163 CfBlob *array = static_cast<CfBlob *>(CfMalloc(TEST_DEFAULT_COUNT * sizeof(CfBlob), 0)); HWTEST_F() local
[all...]
/foundation/ability/ability_base/test/fuzztest/arraywrapperfirst_fuzzer/
H A Darraywrapperfirst_fuzzer.cpp44 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_base/test/fuzztest/arraywrapperthird_fuzzer/
H A Darraywrapperthird_fuzzer.cpp43 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dbyte_buffer_operator.h157 void WriteArray(const T& array) in WriteArray() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_line.cpp90 void JSLine::SetPoint(const JSRef<JSArray>& array, ShapePoint& point) in SetPoint() argument
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddrawable_descriptor.cpp36 OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap( OH_PixelmapNativeHandle* array, int32_t size) OH_ArkUI_DrawableDescriptor_CreateFromAnimatedPixelMap() argument
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson.h73 append( BASE_NS::string& out, const typename value_t<T>::array& array, const size_t indentation, size_t currentIndentation) append() argument
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h71 append( BASE_NS::string& out, const typename value_t<T>::array& array, const int indentation, int currentIndentation) append() argument
/base/inputmethod/imf/frameworks/js/napi/common/
H A Djs_util.h64 napi_value array = nullptr; in GetValue() local
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/
H A Dfunc_code_utils.cpp91 bool ArrayPolicyUtils::ArrayStringContains(const std::vector<std::string> &array, const std::string &findItem) in ArrayStringContains() argument
/base/print/print_fwk/services/print_service/include/
H A Dprint_service_converter.h60 nlohmann::json array = nlohmann::json::array(); in ConvertListToJson() local
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_parser.cpp112 void BatteryStatsParser::ParsingArray(const std::string& type, const Json::Value& array) in ParsingArray() argument
/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_parameters_parse.h58 int32_t GetDataArrayFromParams(const CArrParameters* parameters, const char* key, int8_t type, T** array) in GetDataArrayFromParams() argument

Completed in 14 milliseconds

1234567891011