Home
last modified time | relevance | path

Searched defs:para (Results 26 - 50 of 326) sorted by relevance

12345678910>>...14

/base/security/device_security_level/baselib/msglib/src/common/
H A Dmessenger.c50 void ForEachDeviceProcess(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcess() argument
/base/update/updater/interfaces/kits/misc_info/
H A Dmisc_info.cpp111 bool WriteUpdaterParaMisc(const UpdaterPara &para) in WriteUpdaterParaMisc() argument
153 bool ReadUpdaterParaMisc(UpdaterPara &para) in ReadUpdaterParaMisc() argument
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dwidget_context_callback_impl_test.cpp61 ContextFactory::AuthWidgetContextPara para; in HWTEST_F() local
88 ContextFactory::AuthWidgetContextPara para; in HWTEST_F() local
H A Dcontext_factory_test.cpp62 Authentication::AuthenticationPara para = {}; in HWTEST_F() local
77 Authentication::AuthenticationPara para = {}; in HWTEST_F() local
90 Identification::IdentificationPara para = {}; in HWTEST_F() local
105 Identification::IdentificationPara para = {}; in HWTEST_F() local
118 Enrollment::EnrollmentPara para = {}; in HWTEST_F() local
133 Enrollment::EnrollmentPara para = {}; HWTEST_F() local
156 ContextFactory::AuthWidgetContextPara para = {}; HWTEST_F() local
168 ContextFactory::AuthWidgetContextPara para = {}; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/adapter/common/src/
H A Dlnn_wifiservice_monitor_mock.cpp51 int32_t LnnAsyncCallbackHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para) in LnnAsyncCallbackHelper() argument
66 LnnAsyncCallbackDelayHelper(SoftBusLooper *looper, LnnAsyncCallbackFunc callback, void *para, uint64_t delayMillis) LnnAsyncCallbackDelayHelper() argument
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain_system_ability_monitor.cpp60 static void RetryRegTrustListener(void *para) in RetryRegTrustListener() argument
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/
H A Dincremental_backup_data.h67 LibN::NVal para = data.GetProp(BConstants::PARAMETERS); in BackupParams() local
/foundation/communication/dsoftbus/adapter/common/net/hdi/common/
H A Dsoftbus_adapter_wlan_extend.c121 static void GetOneChannelMeasResult(void *para) in GetOneChannelMeasResult() argument
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Duser_idm_client_impl_mock.cpp48 void UserIdmClientImpl::AddCredential(int32_t userId, const CredentialParameters &para, in AddCredential() argument
54 void UserIdmClientImpl::UpdateCredential(int32_t userId, const CredentialParameters &para, in UpdateCredential() argument
/kernel/linux/linux-5.10/fs/ocfs2/
H A Drefcounttree.h64 void *para; member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Drefcounttree.h62 void *para; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbernoulli_distribution_test.cc63 const std::pair<double, size_t> para = GetParam(); in TEST_P() local
/base/print/print_fwk/interfaces/kits/napi/scan_napi/include/
H A Dnapi_inner_scan.h92 ScanParameters para; member
/base/location/test/location_gnss/source/
H A Dgnss_interface_test.cpp32 int32_t GnssInterfaceTest::SetGnssConfigPara(const GnssConfigPara &para) in SetGnssConfigPara() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/authenticatepeer_fuzzer/
H A Dauthenticatepeer_fuzzer.cpp35 GetProtocolParamsCb(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParamsCb() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/dellocalauthinfo_fuzzer/
H A Ddellocalauthinfo_fuzzer.cpp33 GetProtocolParamsCb(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParamsCb() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/
H A Ddestroy_fuzzer.cpp33 GetProtocolParamsCb(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParamsCb() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/getinstance_fuzzer/
H A Dgetinstance_fuzzer.cpp35 GetProtocolParamsCb(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParamsCb() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/istrustpeer_fuzzer/
H A Distrustpeer_fuzzer.cpp33 GetProtocolParamsCb(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParamsCb() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/listtrustpeer_fuzzer/
H A Dlisttrustpeer_fuzzer.cpp34 GetProtocolParamsCb(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParamsCb() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/startpake_fuzzer/
H A Dstartpake_fuzzer.cpp33 GetProtocolParamsCb(const struct session_identity *identity, int32_t operationCode, struct hc_pin *pin, struct operation_parameter *para) GetProtocolParamsCb() argument
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_impl.c123 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcessImpl() argument
/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_impl.c126 void ForEachDeviceProcessImpl(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcessImpl() argument
/base/security/device_security_level/baselib/utils/src/
H A Dutils_state_machine.c25 const void *para; member
51 static inline void PushPendingEvent(StateMachine *machine, uint32_t event, const void *para) in PushPendingEvent() argument
62 static inline bool PopPendingEvent(StateMachine *machine, uint32_t *event, const void **para) in PopPendingEvent() argument
76 void ScheduleMachine(const StateNode *nodes, uint32_t nodeCnt, StateMachine *machine, uint32_t event, const void *para) in ScheduleMachine() argument
[all...]
/base/security/selinux_adapter/framework/tools/hap_restorecon/
H A Dtest.cpp69 int para = 0; in SetOptions() local

Completed in 10 milliseconds

12345678910>>...14