Home
last modified time | relevance | path

Searched defs:v (Results 76 – 100 of 294) sorted by relevance

12345678910>>...12

/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksbnexpmod_fuzzer/
H A Dhksbnexpmod_fuzzer.cpp52 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksexportpublickey_fuzzer/
H A Dhksexportpublickey_fuzzer.cpp51 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksfinish_fuzzer/
H A Dhksfinish_fuzzer.cpp55 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkshash_fuzzer/
H A Dhkshash_fuzzer.cpp54 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportwrappedkey_fuzzer/
H A Dhksimportwrappedkey_fuzzer.cpp57 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksupdate_fuzzer/
H A Dhksupdate_fuzzer.cpp56 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dcdma_sms_gtest.cpp248 uint8_t v = 0; variable
402 CdmaTeleserviceMsg v; in CheckDeliverUserData() local
419 CdmaTeleserviceMsg v; in CheckSubmitUserData() local
489 CdmaTeleserviceMsg v; variable
/ohos5.0/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H A Dnfc_napi_event.h33 explicit AsyncEventData(napi_env e, napi_ref r, napi_value v) in AsyncEventData()
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_hdi_util.c71 int8_t v = IsValidHexCharAndConvert(macStr[i]); in ConvertMacToArray() local
98 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dcapture.h86 auto v = p.value.lock(); in META_BEGIN_NAMESPACE() local
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_controller_event.h42 explicit AsyncEventData(napi_env e, napi_ref r, std::function<napi_value ()> v) in AsyncEventData()
/ohos5.0/base/startup/init/interfaces/innerkits/service_watcher/
H A Dservice_watcher.c31 uint32_t v = 0; in ServiceStateChange() local
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/
H A Dwifi_hal_common_func.c89 int8_t v = IsValidHexCharAndConvert(macStr[i]); in ConvertMacToArray() local
116 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksanonattestkey_fuzzer/
H A Dhksanonattestkey_fuzzer.cpp63 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksattestkey_fuzzer/
H A Dhksattestkey_fuzzer.cpp63 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgetcertificatechain_fuzzer/
H A Dhksgetcertificatechain_fuzzer.cpp68 std::vector<uint8_t> v(data, data + size); in LLVMFuzzerTestOneInput() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dnative_image.cpp49 std::vector<uint8_t> v; member
140 …NativeComponent* v = CreateComponent(int32_t(ComponentType::YUV_V), yuv.uvSize, uvStride, NUM_2, n… in SplitYUV422SPComponent() local
186 auto v = GetComponent(int32_t(ComponentType::YUV_V)); in CombineYUVComponents() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp273 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum()
301 uint64_t v = 0; in LexFromNumber() local
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_base.h59 #define HDF_BSP_ERR_NUM(v) (HDF_BSP_ERR_START + (v)) /**< Defines the BSP module error codes. */ argument
66 #define HDF_DEV_ERR_NUM(v) (HDF_DEV_ERR_START + (v)) /**< Defines the device module error codes. */ argument
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dconn_manager.cpp246 net_interface_name_id v = {0}; in AddInterfaceToNetwork() local
404 app_uid_key v = {0}; in SetNetworkAccessPolicy() local
420 uid_access_policy_value v = {0}; in SetNetworkAccessPolicy() local
478 net_bear_type_map_value v = 0; in NotifyNetBearerTypeChange() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp227 static void FreeValueType(ValueType &v) in FreeValueType()
254 static void FreeValueTypes(ValueType *v, int count) in FreeValueTypes()
337 ValueType v = {0}; in NativeValueToCValueType() local
425 ValueType v = NativeValueToCValueType(preferences->Get(key, p), err); in Get() local
/ohos5.0/base/request/request/services/src/manage/
H A Ddatabase.rs114 let mut v = vec![]; in query_integer() localVariable
116 let v = v in query_integer() localVariable
139 let v: Vec<i64> = rows.into_iter().map(|a| a.unwrap()).collect(); in query_integer() localVariable
150 let v = self.query_integer::<u32>(&sql); in contains_task() localVariable
165 let v = self.query_integer::<u64>(&sql); in query_task_token_id() localVariable
523 let mut v = vec![]; in get_app_task_qos_infos_inner() localVariable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_flow_control.h47 FILLP_UINT32 v; /* value measured */ member
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_curve.h128 void CuspLimit(float v) in CuspLimit()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Dbezier_curve.cpp61 constexpr bool IsFloatNull(float v, float epsilon) noexcept in IsFloatNull()

12345678910>>...12