Home
last modified time | relevance | path

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

123

/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
/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...]
/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...]
/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
/base/security/certificate_framework/test/fuzztest/v1.0/x509distinguishedname_fuzzer/
H A Dx509distinguished_name_fuzzer.cpp44 CfArray array = { 0 }; in TestQuery() local
/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info.c100 uint8_t array[sizeof(int32_t)] = {0}; in build_remove_response_data() local
/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
/base/notification/common_event_service/interfaces/kits/ndk/src/
H A Doh_commonevent.cpp166 int OH_CommonEvent_GetIntArrayFromParameters(const CommonEvent_Parameters* para, const char* key, int** array) in OH_CommonEvent_GetIntArrayFromParameters() argument
195 int32_t OH_CommonEvent_GetLongArrayFromParameters(const CommonEvent_Parameters* para, const char* key, long** array) in OH_CommonEvent_GetLongArrayFromParameters() argument
224 int32_t OH_CommonEvent_GetBoolArrayFromParameters(const CommonEvent_Parameters* para, const char* key, bool** array) in OH_CommonEvent_GetBoolArrayFromParameters() argument
253 int32_t OH_CommonEvent_GetCharArrayFromParameters(const CommonEvent_Parameters* para, const char* key, char** array) in OH_CommonEvent_GetCharArrayFromParameters() argument
282 OH_CommonEvent_GetDoubleArrayFromParameters(const CommonEvent_Parameters* para, const char* key, double** array) OH_CommonEvent_GetDoubleArrayFromParameters() argument
[all...]
/base/security/certificate_framework/test/unittest/cf_sdk_test/src/
H A Dcf_extension_test.cpp101 static bool CompareArray(const CfBlobArray *array, const CfParamSet *paramSet) in CompareArray() argument
/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 arrayLen) in DslmGetJsonFieldIntArray() argument
158 void DslmAddFieldIntArrayToJson(DslmJsonHandle handle, const char *field, const int32_t *array, int32_t arrayLen) in DslmAddFieldIntArrayToJson() argument
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp194 std::vector<uint64_t> array; in HWTEST_F() local
208 std::vector<uint64_t> array; in HWTEST_F() local
221 std::vector<uint32_t> array; in HWTEST_F() local
234 std::vector<uint32_t> array; HWTEST_F() local
248 std::vector<uint16_t> array; HWTEST_F() local
261 std::vector<uint16_t> array; HWTEST_F() local
275 std::vector<uint8_t> array; HWTEST_F() local
288 std::vector<uint8_t> array; HWTEST_F() local
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h76 void *array; member
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp262 napi_value array = funcArg[NARG_POS::FOURTH]; in HilogImpl() local
/base/msdp/device_status/tools/vdev/include/
H A Dv_input_device.h42 inline bool TestBit(size_t bit, const uint8_t *array) in TestBit() argument
/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/
H A DcJSON.c118 int cJSON_GetArraySize(const cJSON* array) in cJSON_GetArraySize() argument
225 cJSON_bool cJSON_AddItemToArray(cJSON* array, cJSON* item) in cJSON_AddItemToArray() argument
301 cJSON* cJSON_GetArrayItem(const cJSON* array, int index) in cJSON_GetArrayItem() argument
[all...]
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_provision.c67 static void FreeStringAttay(char **array, int32_t num) in FreeStringAttay() argument
/base/telephony/core_service/services/sim/src/
H A Dsim_utils.cpp191 DiallingNumberStringFieldConvertToString( std::shared_ptr<unsigned char> array, int offset, int length, int offPos) DiallingNumberStringFieldConvertToString() argument
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp362 napi_value array = nullptr; in GetValue() local
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dhisysevent.cpp352 bool* array = reinterpret_cast<bool*>(param.v.array); in AppendBoolArrayParam() local
365 int8_t* array = reinterpret_cast<int8_t*>(param.v.array); in AppendInt8ArrayParam() local
378 uint8_t* array = reinterpret_cast<uint8_t*>(param.v.array); AppendUint8ArrayParam() local
391 int16_t* array = reinterpret_cast<int16_t*>(param.v.array); AppendInt16ArrayParam() local
404 uint16_t* array = reinterpret_cast<uint16_t*>(param.v.array); AppendUint16ArrayParam() local
417 int32_t* array = reinterpret_cast<int32_t*>(param.v.array); AppendInt32ArrayParam() local
430 uint32_t* array = reinterpret_cast<uint32_t*>(param.v.array); AppendUint32ArrayParam() local
443 int64_t* array = reinterpret_cast<int64_t*>(param.v.array); AppendInt64ArrayParam() local
456 uint64_t* array = reinterpret_cast<uint64_t*>(param.v.array); AppendUint64ArrayParam() local
469 float* array = reinterpret_cast<float*>(param.v.array); AppendFloatArrayParam() local
482 double* array = reinterpret_cast<double*>(param.v.array); AppendDoubleArrayParam() local
495 auto array = reinterpret_cast<char**>(param.v.array); AppendStringArrayParam() local
[all...]
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_service.cpp221 std::vector<std::shared_ptr<GeoAddress>> array; in ReportAddressMock() local

Completed in 14 milliseconds

123