| /base/usb/usb_manager/test/native/mock/src/ |
| D | usb_request_mock_test.cpp | 129 USBEndpoint point = interface_.GetEndpoints().at(0); variable 147 USBEndpoint point = interface_.GetEndpoints().at(1); variable 165 USBEndpoint point = interface_.GetEndpoints().at(0); variable 187 USBEndpoint point = interface_.GetEndpoints().at(0); variable 209 USBEndpoint point = interface_.GetEndpoints().at(1); variable 231 USBEndpoint point = interface_.GetEndpoints().at(1); variable 254 USBEndpoint point = interface_.GetEndpoints().at(0); variable 271 USBEndpoint point = interface_.GetEndpoints().at(0); variable 291 USBEndpoint point = interface_.GetEndpoints().at(0); variable 311 USBEndpoint point = interface_.GetEndpoints().at(1); variable [all …]
|
| D | usb_bulkcallback_mock_test.cpp | 165 USBEndpoint point = interface_.GetEndpoints().front(); variable 188 USBEndpoint point = interface_.GetEndpoints().at(1); variable 211 USBEndpoint point = interface_.GetEndpoints().at(1); variable 238 USBEndpoint point = interface_.GetEndpoints().at(1); variable 264 USBEndpoint point = interface_.GetEndpoints().front(); variable 298 USBEndpoint point = interface_.GetEndpoints().at(1); variable 332 USBEndpoint point = interface_.GetEndpoints().front(); variable 368 USBEndpoint point = interface_.GetEndpoints().front(); variable 404 USBEndpoint point = interface_.GetEndpoints().at(1); variable 438 USBEndpoint point = interface_.GetEndpoints().front(); variable [all …]
|
| D | usb_device_pipe_mock_test.cpp | 965 USBEndpoint point = interface.GetEndpoints().front(); variable 992 USBEndpoint point = interface.GetEndpoints().front(); variable 1017 USBEndpoint point = interface.GetEndpoints().front(); variable 1045 USBEndpoint point = interface.GetEndpoints().front(); variable 1072 USBEndpoint point = interface.GetEndpoints().front(); variable 1098 USBEndpoint point = interface.GetEndpoints().front(); variable 1124 USBEndpoint point = interface.GetEndpoints().at(1); variable 1150 USBEndpoint point = interface.GetEndpoints().at(1); variable 1178 USBEndpoint point = interface.GetEndpoints().at(1); variable 1205 USBEndpoint point = interface.GetEndpoints().at(1); variable
|
| /base/usb/usb_manager/test/native/service_unittest/src/ |
| D | usb_bulkcallback_test.cpp | 134 USBEndpoint point = interface.GetEndpoints().front(); variable 182 USBEndpoint point = interface.GetEndpoints().at(1); variable 230 USBEndpoint point = interface.GetEndpoints().at(1); variable 280 USBEndpoint point = interface.GetEndpoints().at(1); variable 330 USBEndpoint point = interface.GetEndpoints().at(0); variable 380 USBEndpoint point = interface.GetEndpoints().at(0); variable 430 USBEndpoint point = interface.GetEndpoints().front(); variable 484 USBEndpoint point = interface.GetEndpoints().at(1); variable 538 USBEndpoint point = interface.GetEndpoints().front(); variable 594 USBEndpoint point = interface.GetEndpoints().front(); variable [all …]
|
| D | usb_request_test.cpp | 98 USBEndpoint point = interface.GetEndpoints().front(); variable 142 USBEndpoint point = interface.GetEndpoints().at(1); variable 187 USBEndpoint point = interface.GetEndpoints().at(0); variable 230 USBEndpoint point = interface.GetEndpoints().at(0); variable 273 USBEndpoint point = interface.GetEndpoints().at(1); variable 319 USBEndpoint point = interface.GetEndpoints().at(1); variable 366 USBEndpoint point = interface.GetEndpoints().at(0); variable 414 USBEndpoint point = interface.GetEndpoints().at(1); variable 462 USBEndpoint point = interface.GetEndpoints().at(0); variable 513 USBEndpoint point = interface.GetEndpoints().at(0); variable [all …]
|
| D | usb_device_pipe_test.cpp | 1497 USBEndpoint point = interface.GetEndpoints().front(); variable 1539 USBEndpoint point = interface.GetEndpoints().front(); variable 1587 USBEndpoint point = interface.GetEndpoints().front(); variable 1635 USBEndpoint point = interface.GetEndpoints().front(); variable 1680 USBEndpoint point = interface.GetEndpoints().front(); variable 1727 USBEndpoint point = interface.GetEndpoints().front(); variable 1774 USBEndpoint point = interface.GetEndpoints().at(1); variable 1820 USBEndpoint point = interface.GetEndpoints().at(1); variable 1868 USBEndpoint point = interface.GetEndpoints().at(1); variable 1916 USBEndpoint point = interface.GetEndpoints().at(1); variable
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| D | ecc_common_param_spec_generator_openssl.c | 30 EC_POINT *point = Openssl_EC_POINT_new(ecGroup); in BuildEcPoint() local 52 EC_POINT *point = NULL; in BuildCommonParamPart() local
|
| /base/powermgr/display_manager/brightness_manager/src/ |
| D | calculation_curve.cpp | 65 …for (auto point = linePointsList.begin(), prePoint = point; point != linePointsList.end(); point++… in GetBrightnessCurveLevel() local
|
| /base/usb/usb_manager/test/fuzztest/usbmgrbulkcancel_fuzzer/ |
| D | usbmgrbulkcancel_fuzzer.cpp | 64 USBEndpoint point = const_cast<UsbInterface &>(interface).GetEndpoints().at(1); in UsbMgrBulkCancelFuzzTest() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| D | ecc_openssl_common.c | 174 EC_POINT *point = Openssl_EC_POINT_new(group); in InitEcKeyByPubKey() local 241 EC_POINT *point = Openssl_EC_POINT_new(group); in SetEcPubKeyFromPriKey() local 456 static HcfResult GetPubKeyXOrY(const EC_GROUP *group, const EC_POINT *point, const AsyKeySpecItem i… in GetPubKeyXOrY()
|
| D | openssl_adapter.c | 194 void Openssl_EC_POINT_free(EC_POINT *point) in Openssl_EC_POINT_free() 223 int Openssl_EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNU… in Openssl_EC_POINT_set_affine_coordinates_GFp() 260 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 296 …ssl_EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, in Openssl_EC_POINT_mul()
|
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
| D | mbedtls_ec_adapter.c | 269 static int32_t Elligator(unsigned char *point, int pointLength, const unsigned char *hash, int hash… in Elligator() 364 static int32_t ReadEcPublicKey(mbedtls_ecp_point *point, const Blob *publicKey) in ReadEcPublicKey() 385 static int32_t WriteOutEcPublicKey(const mbedtls_ecp_point *point, Blob *publicKey) in WriteOutEcPublicKey() 447 static int32_t EcHashToPoint(const Blob *hash, Blob *point) in EcHashToPoint()
|
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
| D | crypto_hash_to_point.c | 267 static int32_t CurveHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in CurveHashToPoint() 331 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in OpensslHashToPoint()
|
| /base/sensors/miscdevice/utils/common/src/ |
| D | vibrator_infos.cpp | 185 VibrateCurvePoint point; in Unmarshalling() local
|
| /base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/ |
| D | freeze_detector_unittest.cpp | 688 WatchPoint point = OHOS::HiviewDFX::WatchPoint::Builder() variable 705 WatchPoint point = OHOS::HiviewDFX::WatchPoint::Builder() variable
|
| /base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
| D | hks_crypto_hal_aes_encrypt.cpp | 359 uint32_t point = 0; in RunTestEncrypt() local
|
| D | hks_crypto_hal_aes_cipher.cpp | 504 uint32_t point = 0; in RunTestEncrypt() local
|
| /base/security/crypto_framework/common/src/ |
| D | asy_key_params.c | 165 static void FreeEcPointMem(HcfPoint *point) in FreeEcPointMem()
|
| /base/sensors/miscdevice/frameworks/native/vibrator/src/ |
| D | vibrator_service_client.cpp | 336 VibrateCurvePoint point; in PlayPattern() local
|
| /base/sensors/miscdevice/utils/haptic_decoder/oh_json/src/ |
| D | default_vibrator_decoder.cpp | 237 VibrateCurvePoint point; in ParseCurve() local
|
| /base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
| D | sec_comp_info.h | 138 SecCompPointEvent point; member
|
| /base/sensors/miscdevice/utils/haptic_decoder/he_json/src/ |
| D | he_vibrator_decoder.cpp | 215 VibrateCurvePoint point; in ParseCurve() local
|
| /base/security/crypto_framework/test/unittest/src/ |
| D | openssl_adapter_mock.c | 310 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 383 int Openssl_EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNU… in Openssl_EC_POINT_set_affine_coordinates_GFp() 417 …ssl_EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, in Openssl_EC_POINT_mul() 475 void Openssl_EC_POINT_free(EC_POINT *point) in Openssl_EC_POINT_free()
|
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| D | napi_utils.cpp | 261 static bool GetPointFromNapiValue(napi_env env, napi_value arg, HcfPoint *point) in GetPointFromNapiValue() 1818 napi_value point; in ConvertEccCommonParamPointToNapiValue() local 1938 napi_value point = ConvertEccCommonParamPointToNapiValue(env, blob); in ConvertEccCommParamsSpecToNapiValue() local
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_aes.c | 1244 uint32_t point = 0; in AesEcbNoPaddingData() local
|