Home
last modified time | relevance | path

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

123456789

/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.cpp702 sptr<IArray> array(ao); in WriteMarshalling() local
785 static void FillArray(IArray *ao, std::vector<T1> &array) in FillArray()
804 std::vector<T1> array; in SetNewArray() local
832 std::vector<std::u16string> array; in WriteArrayToParcelString() local
852 std::vector<int8_t> array; in WriteArrayToParcelBool() local
871 std::vector<int8_t> array; in WriteArrayToParcelByte() local
885 std::vector<int32_t> array; in WriteArrayToParcelChar() local
899 std::vector<short> array; in WriteArrayToParcelShort() local
913 std::vector<int> array; in WriteArrayToParcelInt() local
927 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 __anonfbfaf56d0202()
130 auto array = distributedUI.DumpUITree(); variable
144 …oid(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in __anonfbfaf56d0302()
169 auto array = distributedUI.DumpUITree(); variable
177 …oid(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in __anonfbfaf56d0402()
205 auto array = distributedUI.DumpUITree(); variable
212 … std::function<void(SerializeableObjectArray&)> eventFun = [](SerializeableObjectArray& array) {}; in __anonfbfaf56d0502()
244 auto array = distributedUI.DumpUITree(); variable
251 …oid(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in __anonfbfaf56d0602()
[all …]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_device_change_test/src/
Doh_audio_device_change_unit_test.cpp77 OH_AudioDeviceDescriptorArray *array = nullptr; variable
96 OH_AudioDeviceDescriptorArray *array = nullptr; variable
117 OH_AudioDeviceDescriptorArray *array = nullptr; variable
138 OH_AudioDeviceDescriptorArray *array = nullptr; variable
160 OH_AudioDeviceDescriptorArray *array = nullptr; variable
175 OH_AudioDeviceDescriptorArray *array = nullptr; variable
378 OH_AudioDeviceDescriptorArray *array = nullptr; variable
411 OH_AudioDeviceDescriptorArray *array = nullptr; variable
444 OH_AudioDeviceDescriptorArray *array = nullptr; variable
477 OH_AudioDeviceDescriptorArray *array = nullptr; variable
[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/dmsfwk/services/dtbschedmgr/include/mission/
Djson_util.h58 for (const auto &array : arrays) { in CheckArrayType() local
68 for (const auto &array : arrays) { in CheckArrayType() local
79 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/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/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/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/graphic/graphic_2d/utils/color_manager/test/native_color_space_manager/
Dnative_color_space_manager_test.cpp84 WhitePointArray array = OH_NativeColorSpaceManager_GetWhitePoint(nativeColorSpaceManager); variable
119 WhitePointArray array = OH_NativeColorSpaceManager_GetWhitePoint(nativeColorSpaceManager); variable
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dtransform.h30 std::vector<T> array; in ConstructVectorFromArray() local
/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/
Dsoftbus_json_utils_test.cpp870 int32_t array[] = {1, 2, 3}; // 1, 2, 3 are test values variable
885 int32_t array[] = {1, 2, 3}; // 1, 2, 3 are test values variable
918 int32_t array[] = {1, 2, 3}; // 1, 2, 3 are test values variable
935 int32_t array[] = {1, 2, 3}; // 1, 2, 3 are test values variable
950 int32_t array[ARRAY_LEN]; variable
964 int32_t array[ARRAY_LEN]; variable
993 int32_t array[ARRAY_LEN]; variable
1009 int32_t array[ARRAY_LEN]; variable
1024 cJSON *array = cJSON_CreateArray(); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_relative_container.cpp107 JSRef<JSArray> array = JSRef<JSArray>::Cast(referencedIdVal); in ParseBarrierInfo() local
131 JSRef<JSArray> array = JSRef<JSArray>::Cast(tmpInfo); in JsBarrier() local
191 JSRef<JSArray> array = JSRef<JSArray>::Cast(tmpInfo); in JsGuideline() local
/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/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
Ddcamera_handler.cpp179 cJSON *array = cJSON_CreateArray(); in CreateAVCodecList() local
357 cJSON* array = cJSON_CreateArray(); in ConfigFormatphoto() local
364 cJSON* array = cJSON_CreateArray(); in ConfigFormatphoto() local
391 cJSON* array = cJSON_CreateArray(); in ConfigFormatvideo() local
398 cJSON* array = cJSON_CreateArray(); in ConfigFormatvideo() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dpre_bundle_profile.cpp76 for (const auto &array : arrays) { in TransformTo() local
193 for (const auto &array : arrays) { in TransformTo() local
428 for (const auto &array : arrays) { in TransformJsonToExtensionTypeList() local
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
Dfile_path.h28 #define arraysize(array) (sizeof(ArraySizeHelper(array))) argument
/foundation/filemanagement/app_file_service/tests/mock/cJson/src/
DcJsonMock.cpp133 CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array) in cJSON_GetArraySize()
138 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) in cJSON_AddItemToArray()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_native_object.cpp55 napi_value array; in ToNapiValue() local
65 napi_value array; in ToNapiValue() local
95 napi_value array; in ToNapiValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
Dshape_container_paint_property.h83 std::vector<double> array = propImageMesh_->GetMesh(); in ToJsonValue() local
/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/arkui/ace_engine/adapter/ohos/entrance/
Dui_content_impl.h203 void ProcessSerializeableInputEvent(const SerializeableObjectArray& array) override in ProcessSerializeableInputEvent()
207 void RestoreUITree(const SerializeableObjectArray& array) override in RestoreUITree()
211 void UpdateUITree(const SerializeableObjectArray& array) override in UpdateUITree()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
Dwebgl_arg.cpp281 bool array = false; in GenBufferData() local
515 void WebGLImageSource::DecodeData(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeData()
528 void WebGLImageSource::DecodeDataForRGB_UBYTE(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGB_UBYTE()
541 …id WebGLImageSource::DecodeDataForRGBA_USHORT_4444(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGBA_USHORT_4444()
555 …id WebGLImageSource::DecodeDataForRGBA_USHORT_5551(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGBA_USHORT_5551()
569 void WebGLImageSource::DecodeDataForRGB_USHORT_565(const WebGLFormatMap* formatMap, uint8_t* array) in DecodeDataForRGB_USHORT_565()
749 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()

123456789