Home
last modified time | relevance | path

Searched defs:array (Results 51 – 75 of 324) sorted by relevance

12345678910>>...13

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_sdp_client.cpp217 HfpHfRemoteSdpServiceArray array; in CopySdpServiceArray() local
248 void HfpHfSdpClient::DeleteSdpServiceArray(HfpHfRemoteSdpServiceArray &array) in DeleteSdpServiceArray()
269 const HfpHfRemoteSdpServiceArray &array, in LoopAllProtocolRfcomm()
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_xml_utils_test.cpp322 auto array = static_cast<std::vector<bool>>(retBoolArray); variable
354 auto array = static_cast<std::vector<std::string>>(retStringArray); variable
386 auto array = static_cast<std::vector<double>>(retDoubleArray); variable
H A Dbase64_helper_test.cpp133 std::vector<uint8_t> array; variable
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/
H A DcJSON.c118 int cJSON_GetArraySize(const cJSON* array) in cJSON_GetArraySize()
225 cJSON_bool cJSON_AddItemToArray(cJSON* array, cJSON* item) in cJSON_AddItemToArray()
301 cJSON* cJSON_GetArrayItem(const cJSON* array, int index) in cJSON_GetArrayItem()
/ohos5.0/base/inputmethod/imf/services/json/include/
H A Dserializable.h72 auto array = cJSON_CreateArray(); in SetValue() local
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.h95 …static bool ParseArray(const EcmaVM *vm, const Local<JSValueRef> &arg, T *array, int32_t defaultLe… in ParseArray()
H A Darkts_native_component3d_bridge.cpp43 auto array = Local<panda::ArrayRef>(secondArg); in SetShaderInputBuffer() local
H A Darkts_native_navigation_utils.cpp24 auto array = panda::Local<panda::ArrayRef>(jsValue); in ParseBarItems() local
114 auto array = panda::Local<panda::ArrayRef>(jsValue); in ParseAndSendFunctionParam() local
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_paint_property.h95 std::vector<Dimension> array = propStrokeDashArray_.value_or(std::vector<Dimension>()); in ToJsonValue() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp1445 std::vector<short> array; variable
1464 std::vector<int> array; variable
1483 std::vector<long> array; variable
1502 std::vector<byte> array; variable
1521 std::vector<bool> array; variable
1540 std::vector<float> array; variable
1559 std::vector<double> array; variable
1578 std::vector<std::string> array; variable
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_converter.h60 nlohmann::json array = nlohmann::json::array(); in ConvertListToJson() local
/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_json.c73 uint32_t DslmGetJsonFieldIntArray(DslmJsonHandle handle, const char *field, int32_t *array, int32_t… in DslmGetJsonFieldIntArray()
158 void DslmAddFieldIntArrayToJson(DslmJsonHandle handle, const char *field, const int32_t *array, int… in DslmAddFieldIntArrayToJson()
/ohos5.0/base/powermgr/display_manager/brightness_manager/src/
H A Dconfig_parser_base.cpp154 Json::Value array = root[name.c_str()]; in ParsePointXy() local
199 Json::Value array = root[name.c_str()]; in ParseScreenData() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params.cpp713 sptr<AAFwk::IArray> array(ao); in WriteMarshalling() local
789 static void FillArray(AAFwk::IArray* ao, std::vector<T1>&array) in FillArray()
836 std::vector<std::u16string> array; in WriteArrayToParcelString() local
856 std::vector<int8_t> array; in WriteArrayToParcelBool() local
875 std::vector<int8_t> array; in WriteArrayToParcelByte() local
889 std::vector<int32_t> array; in WriteArrayToParcelChar() local
903 std::vector<short> array; in WriteArrayToParcelShort() local
917 std::vector<int> array; in WriteArrayToParcelInt() local
931 std::vector<int64_t> array; in WriteArrayToParcelLong() local
945 std::vector<float> array; in WriteArrayToParcelFloat() local
[all …]
H A Ddistributed_want.cpp316 std::vector<bool> array; in GetBoolArrayParam() local
373 std::vector<AAFwk::byte> array; in GetByteArrayParam() local
422 std::vector<AAFwk::zchar> array; in GetCharArrayParam() local
471 std::vector<int> array; in GetIntArrayParam() local
520 std::vector<double> array; in GetDoubleArrayParam() local
569 std::vector<float> array; in GetFloatArrayParam() local
623 void ArrayAddData(AAFwk::IInterface* object, std::vector<long>& array) in ArrayAddData()
640 std::vector<long> array; in GetLongArrayParam() local
699 std::vector<short> array; in GetShortArrayParam() local
748 std::vector<std::string> array; in GetStringArrayParam() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstring_utils.cpp30 const std::vector<std::string> &array) in SurroundWithFunction()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp55 sptr<IArray> array; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/
H A Dattribute_test.cpp218 std::vector<uint8_t> array; variable
266 std::vector<uint8_t> array = {12, 14, 16, 15, 34, 123, 154, 48, 154, 102, 188}; variable
325 std::vector<uint64_t> array; variable
374 std::vector<uint64_t> array = {12, 14, 16, 15, 34, 123, 154, 48, 154, 102, 188}; variable
/ohos5.0/base/notification/common_event_service/interfaces/kits/ndk/include/
H A Doh_commonevent_parameters_parse.h58 …t GetDataArrayFromParams(const CArrParameters* parameters, const char* key, int8_t type, T** array) in GetDataArrayFromParams()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp212 if (auto array = interface_cast<IArrayNode>(fn)) { in ImportIMetadata() local
236 if (auto array = interface_cast<IArrayNode>(node)) { in ImportIAttach() local
259 if (auto array = interface_cast<IArrayNode>(node)) { in ImportIContainer() local
279 ReturnError Importer::ImportArray(const ISerNode::ConstPtr& n, IArrayAny& array) in ImportArray()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/common/src/
H A Dattribute.c55 #define ARRAY_LENGTH(array) (uint32_t)(sizeof(array) / sizeof((array)[0])) argument
82 IAM_STATIC void Ntohl64Array(Uint64Array *array) in Ntohl64Array()
89 IAM_STATIC void Htonl64Array(Uint64Array *array) in Htonl64Array()
283 Uint8Array *array = attribute->values[i]; in GetAttributeSerializedMsg() local
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509distinguishedname_fuzzer/
H A Dx509distinguished_name_fuzzer.cpp44 CfArray array = { 0 }; in TestQuery() local
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp62 …sptr<AAFwk::IArray> array = new (std::nothrow) AAFwk::Array(0, DistributedSchedule::g_IID_IDistrib… in DoSomethingInterestingWithMyApiDistributedWantParams001() local
102 sptr<IArray> array; in DoSomethingInterestingWithMyApiDistributedWantParams002() local

12345678910>>...13