Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 155) sorted by relevance

1234567

/foundation/ability/ability_base/interfaces/kits/native/want/src/
Darray_wrapper.cpp149 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IString); in ParseString() local
159 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IBoolean); in ParseBoolean() local
169 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IByte); in ParseByte() local
179 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IShort); in ParseShort() local
189 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IInteger); in ParseInteger() local
199 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_ILong); in ParseLong() local
209 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IFloat); in ParseFloat() local
219 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IDouble); in ParseDouble() local
228 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IChar); in ParseChar() local
237 sptr<IArray> array = new (std::nothrow) Array(size, g_IID_IArray); in ParseArray() local
[all …]
Dwant_params.cpp686 sptr<IArray> array(ao); in WriteMarshalling() local
769 static void FillArray(IArray *ao, std::vector<T1> &array) in FillArray()
788 std::vector<T1> array; in SetNewArray() local
816 std::vector<std::u16string> array; in WriteArrayToParcelString() local
836 std::vector<int8_t> array; in WriteArrayToParcelBool() local
856 std::vector<int8_t> array; in WriteArrayToParcelByte() local
870 std::vector<int32_t> array; in WriteArrayToParcelChar() local
884 std::vector<short> array; in WriteArrayToParcelShort() local
898 std::vector<int> array; in WriteArrayToParcelInt() local
912 std::vector<int64_t> array; in WriteArrayToParcelLong() local
[all …]
/foundation/arkui/ace_engine/test/unittest/core/base/
Ddistributed_ui_test_ng.cpp86 auto array = distributedUI.DumpUITree(); variable
103 …oid(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in __anon593390ec0202()
130 auto array = distributedUI.DumpUITree(); variable
144 …oid(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in __anon593390ec0302()
169 auto array = distributedUI.DumpUITree(); variable
177 …oid(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in __anon593390ec0402()
205 auto array = distributedUI.DumpUITree(); variable
212 … std::function<void(SerializeableObjectArray&)> eventFun = [](SerializeableObjectArray& array) {}; in __anon593390ec0502()
244 auto array = distributedUI.DumpUITree(); variable
251 …oid(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in __anon593390ec0602()
[all …]
/foundation/arkui/ui_lite/test/autotest/src/
Dtcp_socket_manager.cpp84 void TcpSocketClientManager::OnGetEventValue(QJsonArray array, std::vector<int>& values) in OnGetEventValue()
91 void TcpSocketClientManager::OnGetPageNav(QJsonArray array, std::vector<std::string>& pageNav) in OnGetPageNav()
98 void TcpSocketClientManager::OnGetTestSetps(QJsonArray array, std::vector<TestSteps>& steps) in OnGetTestSetps()
227 QJsonArray array = value.toArray(); in OnGetTestInfo() local
235 QJsonArray array = value.toArray(); in OnGetTestInfo() local
/foundation/ability/form_fwk/services/include/
Djson_util_form.h54 for (const auto &array : arrays) { in CheckArrayType() local
65 for (const auto &array : arrays) { in CheckArrayType() local
77 for (const auto &array : arrays) { in CheckArrayType() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Djson_util.h57 for (const auto &array : arrays) { in CheckArrayType() local
68 for (const auto &array : arrays) { in CheckArrayType() local
80 for (const auto &array : arrays) { in CheckArrayType() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
Djson_util.h58 for (const auto &array : arrays) { in CheckArrayType() local
69 for (const auto &array : arrays) { in CheckArrayType() local
81 for (const auto &array : arrays) { in CheckArrayType() local
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
Djson_util.h56 for (const auto &array : arrays) { in CheckArrayType() local
67 for (const auto &array : arrays) { in CheckArrayType() local
79 for (const auto &array : arrays) { in CheckArrayType() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dtransform.h30 std::vector<T> array; in ConstructVectorFromArray() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dui_content_impl.h169 void ProcessSerializeableInputEvent(const SerializeableObjectArray& array) override in ProcessSerializeableInputEvent()
174 void RestoreUITree(const SerializeableObjectArray& array) override in RestoreUITree()
179 void UpdateUITree(const SerializeableObjectArray& array) override in UpdateUITree()
/foundation/communication/dsoftbus/core/connection/wifi_direct/utils/
Dwifi_direct_ipv4_info.c46 #define IPV4_INFO_TO_ARRAY(array, ipv4Info) do { \ argument
54 #define IPV4_ARRAY_TO_INFO(ipv4Info, array) do { \ argument
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dvector.h75 T* array = new T[capacity_]; in PushBack() local
152 T* array = array_; in Swap() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
Dfile_path.h28 #define arraysize(array) (sizeof(ArraySizeHelper(array))) argument
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_native_object.cpp52 napi_value array; in ToNapiValue() local
62 napi_value array; in ToNapiValue() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dpre_bundle_profile.cpp78 for (const auto &array : arrays) { in TransformTo() local
195 for (const auto &array : arrays) { in TransformTo() local
422 for (const auto &array : arrays) { in TransformJsonToExtensionTypeList() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
Dshape_container_paint_property.h78 std::vector<double> array = propImageMesh_->GetMesh(); in ToJsonValue() local
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct/adapter/single/
Dwifi_direct_p2p_adapter_test.cpp88 int32_t MacArrayToString(const uint8_t *array, size_t arraySize, char *macString, size_t macStringS… in MacArrayToString()
107 int32_t ArrayToString(const uint8_t *array, size_t arraySize, char *macString, size_t macStringSize) in ArrayToString()
117 int32_t MacStringToArray(const char *macString, uint8_t *array, size_t *arraySize) in MacStringToArray()
126 int32_t StringToArray(const char *macString, uint8_t *array, size_t *arraySize) in StringToArray()
183 int32_t array[5]; variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
Dlocalization_module_tdd_test.cpp83 JSIValue array = JSI::CreateArray(1); variable
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
Ddistributed_want_params.cpp595 sptr<AAFwk::IArray> array(ao); in WriteMarshalling() local
671 static void FillArray(AAFwk::IArray* ao, std::vector<T1>&array) in FillArray()
718 std::vector<std::u16string> array; in WriteArrayToParcelString() local
738 std::vector<int8_t> array; in WriteArrayToParcelBool() local
757 std::vector<int8_t> array; in WriteArrayToParcelByte() local
771 std::vector<int32_t> array; in WriteArrayToParcelChar() local
785 std::vector<short> array; in WriteArrayToParcelShort() local
799 std::vector<int> array; in WriteArrayToParcelInt() local
813 std::vector<int64_t> array; in WriteArrayToParcelLong() local
827 std::vector<float> array; in WriteArrayToParcelFloat() local
[all …]
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_parcel.cpp480 static bool WriteVector(CParcel *parcel, const char *func, const T *array, int32_t len, in WriteVector()
498 std::vector<T> array; in ReadVector() local
517 bool CParcelWriteBoolArray(CParcel *parcel, const bool *array, int32_t len) in CParcelWriteBoolArray()
527 std::vector<bool> array; in CParcelReadBoolArray() local
546 bool CParcelWriteInt8Array(CParcel *parcel, const int8_t *array, int32_t len) in CParcelWriteInt8Array()
556 bool CParcelWriteInt16Array(CParcel *parcel, const int16_t *array, int32_t len) in CParcelWriteInt16Array()
566 bool CParcelWriteInt32Array(CParcel *parcel, const int32_t *array, int32_t len) in CParcelWriteInt32Array()
576 bool CParcelWriteInt64Array(CParcel *parcel, const int64_t *array, int32_t len) in CParcelWriteInt64Array()
586 bool CParcelWriteFloatArray(CParcel *parcel, const float *array, int32_t len) in CParcelWriteFloatArray()
596 bool CParcelWriteDoubleArray(CParcel *parcel, const double *array, int32_t len) in CParcelWriteDoubleArray()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl_arg.cpp285 bool dataView, isArrayBuffer, typedArray, array = false; in GenBufferData() local
516 void WebGLImageSource::DecodeData(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeData()
529 void WebGLImageSource::DecodeDataForRGB_UBYTE(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGB_UBYTE()
542 …id WebGLImageSource::DecodeDataForRGBA_USHORT_4444(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGBA_USHORT_4444()
556 …id WebGLImageSource::DecodeDataForRGBA_USHORT_5551(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGBA_USHORT_5551()
570 void WebGLImageSource::DecodeDataForRGB_USHORT_565(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGB_USHORT_565()
750 bool WebGLArg::GetStringList(napi_env env, napi_value array, std::vector<char*>& list) in GetStringList()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
Dhfp_ag_sdp_client.cpp209 HfpAgRemoteSdpServiceArray array; in CopySdpServiceArray() local
240 void HfpAgSdpClient::DeleteSdpServiceArray(HfpAgRemoteSdpServiceArray &array) in DeleteSdpServiceArray()
261 const HfpAgRemoteSdpServiceArray &array, in LoopAllProtocolRfcomm()
/foundation/ability/ability_base/test/fuzztest/arraywrappersecond_fuzzer/
Darraywrappersecond_fuzzer.cpp43 std::shared_ptr<Array> array = std::make_shared<Array>(longSize, id); in DoSomethingInterestingWithMyAPI() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_utils.h69 …static bool ParseArray(const EcmaVM *vm, const Local<JSValueRef> &arg, T *array, int32_t defaultLe… in ParseArray()
/foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/
Djs.cpp312 uint32_t JSArray::Length(const JSValue array) in Length()
317 JSValue JSArray::Get(JSValue array, uint32_t index) in Get()
322 char *JSArray::GetString(JSValue array, uint32_t index) in GetString()
329 JSValue JSArray::Map(JSValue array, JSValue func) in Map()
335 void JSArray::Push(JSValue array, JSValue element) in Push()

1234567