| /third_party/mbedtls/library/ |
| H A D | psa_crypto_hash.c | 21 mbedtls_psa_hash_abort( mbedtls_psa_hash_operation_t *operation) mbedtls_psa_hash_abort() argument 91 mbedtls_psa_hash_setup( mbedtls_psa_hash_operation_t *operation, psa_algorithm_t alg) mbedtls_psa_hash_setup() argument 261 mbedtls_psa_hash_update( mbedtls_psa_hash_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_psa_hash_update() argument 340 mbedtls_psa_hash_finish( mbedtls_psa_hash_operation_t *operation, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_psa_hash_finish() argument 441 mbedtls_psa_hash_operation_t operation = MBEDTLS_PSA_HASH_OPERATION_INIT; mbedtls_psa_hash_compute() local [all...] |
| /third_party/node/deps/npm/node_modules/retry/test/integration/ |
| H A D | test-retry-operation.js | 8 var operation = retry.operation([1, 2, 3]); variable 96 var operation = retry.operation([1, 2, 3]); global() variable 122 var operation = retry.operation({ retries: 3, forever: true }); global() variable 187 var operation = retry.operation([1, 2, 3]); global() variable 219 var operation = retry.operation({ global() variable [all...] |
| /third_party/ltp/testcases/kernel/syscalls/flock/ |
| H A D | flock04.c | 21 int operation; member
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| H A D | dh_asn1.c | 25 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb() argument
|
| /third_party/openssl/crypto/dh/ |
| H A D | dh_asn1.c | 25 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb() argument
|
| /third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
| H A D | hb-set-fuzzer.cc | 26 set_operation_t operation; member
|
| /base/account/os_account/services/accountmgr/test/mock/os_account/ |
| H A D | os_account_interface.cpp | 86 PublishCommonEvent( const OsAccountInfo &osAccountInfo, const std::string &commonEvent, const std::string &operation) PublishCommonEvent() argument
|
| /base/web/webview/test/fuzztest/ohos_adapter/printmanager_fuzzer/ |
| H A D | printmanager_adapter_fuzz.cpp | 80 PrintFuzzOperation operation = static_cast<PrintFuzzOperation>(data[0] % MAX_PRINT_OPERATION); in LLVMFuzzerTestOneInput() local
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
| H A D | distributed_operation_test.cpp | 76 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); in HWTEST_F() local 92 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); in HWTEST_F() local 107 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); in HWTEST_F() local 122 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); in HWTEST_F() local 137 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 152 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 167 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 182 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 198 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 219 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 234 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 249 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 265 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 281 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 305 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 341 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 374 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local 607 std::shared_ptr<DistributedOperation> operation = operationbuilder_->build(); HWTEST_F() local [all...] |
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ |
| H A D | data_ability_operation_builder.cpp | 43 std::shared_ptr<DataAbilityOperation> operation = std::make_shared<DataAbilityOperation>(shared_from_this()); in Build() local
|
| /foundation/ability/ability_runtime/test/unittest/pending_want_key_test/ |
| H A D | pending_want_key_test.cpp | 115 OHOS::AAFwk::Operation operation; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/tween/ |
| H A D | tween_component.cpp | 48 void TweenComponent::SetAnimationOperation(const AnimationOperation& operation) in SetAnimationOperation() argument 59 void TweenComponent::SetCustomAnimationOperation(const AnimationOperation& operation) in SetCustomAnimationOperation() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_animator_bridge.h | 101 explicit JsiAnimatorTaskOperation(AnimatorOperation operation) : operation_(operation) {}; in JsiAnimatorTaskOperation() argument
|
| H A D | jsi_animation_bridge.h | 109 explicit JsiAnimationBridgeTaskOperation(AnimationOperation operation) : operation_(operation) {} in JsiAnimationBridgeTaskOperation() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | custom_dialog_controller_model_impl.cpp | 27 void CustomDialogControllerModelImpl::NotifyDialogOperation(DialogOperation operation, in NotifyDialogOperation() argument
|
| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| H A D | mock_accessibility_window_connection.cpp | 41 SetCardProxy(const int32_t treeId, sptr<IAccessibilityElementOperator> operation) SetCardProxy() argument
|
| /foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
| H A D | mock_mt_accessibility_window_connection.cpp | 41 SetCardProxy(const int32_t treeId, sptr<IAccessibilityElementOperator> operation) SetCardProxy() argument
|
| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessibility_window_connection.cpp | 44 SetCardProxy(const int32_t treeId, sptr<IAccessibilityElementOperator> operation) SetCardProxy() argument
|
| /foundation/multimedia/av_session/utils/src/ |
| H A D | avsession_sysevent.cpp | 31 void AVSessionSysEvent::AddOperationCount(Operation operation) in AddOperationCount() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
| H A D | mock_sync_task_context.h | 96 void SetSyncOperation(SyncOperation *operation) in SetSyncOperation() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
| H A D | multi_ver_syncer.cpp | 108 void MultiVerSyncer::AddSyncOperation(ISyncEngine *engine, SyncOperation *operation) in AddSyncOperation() argument
|
| /foundation/distributeddatamgr/data_share/frameworks/native/common/src/ |
| H A D | datashare_itypes_utils.cpp | 63 bool Marshalling(const UpdateOperation &operation, MessageParcel &parcel) in Marshalling() argument 69 bool Unmarshalling(UpdateOperation &operation, MessageParcel &parcel) in Unmarshalling() argument 75 bool Marshalling(const Operation &operation, MessageParcel &parcel) in Marshalling() argument 81 Unmarshalling(Operation &operation, MessageParcel &parcel) Unmarshalling() argument [all...] |
| /third_party/mbedtls/include/mbedtls/ |
| H A D | ctr_drbg.h | 163 psa_cipher_operation_t operation; member
|
| /third_party/mbedtls/tests/src/drivers/ |
| H A D | test_driver_mac.c | 70 mbedtls_test_transparent_mac_sign_setup( mbedtls_transparent_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_mac_sign_setup() argument 107 mbedtls_test_transparent_mac_verify_setup( mbedtls_transparent_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_mac_verify_setup() argument 144 mbedtls_test_transparent_mac_update( mbedtls_transparent_test_driver_mac_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_test_transparent_mac_update() argument 175 mbedtls_test_transparent_mac_sign_finish( mbedtls_transparent_test_driver_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_transparent_mac_sign_finish() argument 208 mbedtls_test_transparent_mac_verify_finish( mbedtls_transparent_test_driver_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_test_transparent_mac_verify_finish() argument 239 mbedtls_test_transparent_mac_abort( mbedtls_transparent_test_driver_mac_operation_t *operation) mbedtls_test_transparent_mac_abort() argument 296 mbedtls_test_opaque_mac_sign_setup( mbedtls_opaque_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_opaque_mac_sign_setup() argument 320 mbedtls_test_opaque_mac_verify_setup( mbedtls_opaque_test_driver_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_opaque_mac_verify_setup() argument 344 mbedtls_test_opaque_mac_update( mbedtls_opaque_test_driver_mac_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_test_opaque_mac_update() argument 364 mbedtls_test_opaque_mac_sign_finish( mbedtls_opaque_test_driver_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_opaque_mac_sign_finish() argument 386 mbedtls_test_opaque_mac_verify_finish( mbedtls_opaque_test_driver_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_test_opaque_mac_verify_finish() argument 406 mbedtls_test_opaque_mac_abort( mbedtls_opaque_test_driver_mac_operation_t *operation) mbedtls_test_opaque_mac_abort() argument [all...] |
| /third_party/node/deps/npm/node_modules/retry/lib/ |
| H A D | retry.js | |