Home
last modified time | relevance | path

Searched defs:para (Results 1 – 25 of 69) sorted by relevance

123

/base/useriam/user_auth_framework/test/unittest/services/src/
Dwidget_context_test.cpp61 …<WidgetContext> CreateWidgetContext(uint64_t contextId, ContextFactory::AuthWidgetContextPara para) in CreateWidgetContext()
70 ContextFactory::AuthWidgetContextPara para; variable
81 ContextFactory::AuthWidgetContextPara para; variable
91 ContextFactory::AuthWidgetContextPara para; variable
101 ContextFactory::AuthWidgetContextPara para; variable
111 ContextFactory::AuthWidgetContextPara para; variable
121 ContextFactory::AuthWidgetContextPara para; variable
131 ContextFactory::AuthWidgetContextPara para; variable
143 ContextFactory::AuthWidgetContextPara para; variable
156 ContextFactory::AuthWidgetContextPara para; variable
[all …]
Dcontext_factory_test.cpp62 Authentication::AuthenticationPara para = {}; variable
77 Authentication::AuthenticationPara para = {}; variable
90 Identification::IdentificationPara para = {}; variable
105 Identification::IdentificationPara para = {}; variable
118 Enrollment::EnrollmentPara para = {}; variable
133 Enrollment::EnrollmentPara para = {}; variable
156 ContextFactory::AuthWidgetContextPara para = {}; variable
168 ContextFactory::AuthWidgetContextPara para = {}; variable
Dauthentication_impl_test.cpp67 Authentication::AuthenticationPara para = {}; variable
84 Authentication::AuthenticationPara para = {}; variable
102 Authentication::AuthenticationPara para = {}; variable
140 Authentication::AuthenticationPara para = {}; variable
173 Authentication::AuthenticationPara para = {}; variable
206 Authentication::AuthenticationPara para = {}; variable
222 Authentication::AuthenticationPara para = {}; variable
238 Authentication::AuthenticationPara para = {}; variable
255 Authentication::AuthenticationPara para = {}; variable
Dauth_widget_helper_test.cpp69 ContextFactory::AuthWidgetContextPara para; variable
86 ContextFactory::AuthWidgetContextPara para; variable
107 ContextFactory::AuthWidgetContextPara para; variable
124 ContextFactory::AuthWidgetContextPara para; variable
Denrollment_impl_test.cpp61 Enrollment::EnrollmentPara para = {}; variable
76 Enrollment::EnrollmentPara para = {}; variable
98 Enrollment::EnrollmentPara para = {}; variable
118 Enrollment::EnrollmentPara para = {}; variable
166 Enrollment::EnrollmentPara para = {}; variable
190 Enrollment::EnrollmentPara para = {}; variable
238 Enrollment::EnrollmentPara para = {}; variable
Dschedule_node_helper_test.cpp52 ScheduleNodeHelper::NodeOptionalPara para = {}; variable
94 ScheduleNodeHelper::NodeOptionalPara para = {}; variable
Dwidget_json_test.cpp65 void CreatePara(ContextFactory::AuthWidgetContextPara &para) in CreatePara()
149 ContextFactory::AuthWidgetContextPara para; variable
188 ContextFactory::AuthWidgetContextPara para; variable
218 ContextFactory::AuthWidgetContextPara para; variable
258 ContextFactory::AuthWidgetContextPara para; variable
Dwidget_context_callback_impl_test.cpp61 ContextFactory::AuthWidgetContextPara para; variable
88 ContextFactory::AuthWidgetContextPara para; variable
/base/notification/common_event_service/interfaces/kits/ndk/src/
Doh_commonevent.cpp138 bool OH_CommonEvent_HasKeyInParameters(const CommonEvent_Parameters* para, const char* key) in OH_CommonEvent_HasKeyInParameters()
152 int OH_CommonEvent_GetIntFromParameters(const CommonEvent_Parameters* para, const char* key, const … in OH_CommonEvent_GetIntFromParameters()
166 int OH_CommonEvent_GetIntArrayFromParameters(const CommonEvent_Parameters* para, const char* key, i… in OH_CommonEvent_GetIntArrayFromParameters()
180 long OH_CommonEvent_GetLongFromParameters(const CommonEvent_Parameters* para, const char* key, in OH_CommonEvent_GetLongFromParameters()
195 int32_t OH_CommonEvent_GetLongArrayFromParameters(const CommonEvent_Parameters* para, const char* k… in OH_CommonEvent_GetLongArrayFromParameters()
209 bool OH_CommonEvent_GetBoolFromParameters(const CommonEvent_Parameters* para, const char* key, in OH_CommonEvent_GetBoolFromParameters()
224 int32_t OH_CommonEvent_GetBoolArrayFromParameters(const CommonEvent_Parameters* para, const char* k… in OH_CommonEvent_GetBoolArrayFromParameters()
238 char OH_CommonEvent_GetCharFromParameters(const CommonEvent_Parameters* para, const char* key, in OH_CommonEvent_GetCharFromParameters()
253 int32_t OH_CommonEvent_GetCharArrayFromParameters(const CommonEvent_Parameters* para, const char* k… in OH_CommonEvent_GetCharArrayFromParameters()
267 double OH_CommonEvent_GetDoubleFromParameters(const CommonEvent_Parameters* para, const char* key, in OH_CommonEvent_GetDoubleFromParameters()
[all …]
/base/update/updater/services/updater_binary/
Dupdate_image_patch.cpp54 int32_t USInstrImagePatch::GetParam(Uscript::UScriptContext &context, ImagePatchPara &para) in GetParam()
93 int32_t USInstrImagePatch::ApplyPatch(const ImagePatchPara &para, const UpdatePatch::MemMapInfo &sr… in ApplyPatch()
119 int32_t USInstrImagePatch::CreatePatchStream(Uscript::UScriptEnv &env, const ImagePatchPara &para, in CreatePatchStream()
157 std::string USInstrImagePatch::GetSourceFile(const ImagePatchPara &para) in GetSourceFile()
176 ImagePatchPara para {}; in ExecuteImagePatch() local
236 int32_t USInstrImageShaCheck::GetParam(Uscript::UScriptContext &context, CheckPara &para) in GetParam()
262 int32_t USInstrImageShaCheck::CheckHash(const CheckPara &para) in CheckHash()
291 CheckPara para {}; in ExecuteShaCheck() local
/base/useriam/user_auth_framework/services/context/src/
Dcontext_factory.cpp34 …ptr<Context> ContextFactory::CreateSimpleAuthContext(const Authentication::AuthenticationPara &par… in CreateSimpleAuthContext()
47 …d_ptr<Context> ContextFactory::CreateIdentifyContext(const Identification::IdentificationPara &par… in CreateIdentifyContext()
59 std::shared_ptr<Context> ContextFactory::CreateEnrollContext(const Enrollment::EnrollmentPara &para, in CreateEnrollContext()
78 std::shared_ptr<Context> ContextFactory::CreateWidgetContext(const AuthWidgetContextPara &para, in CreateWidgetContext()
86 …ptr<Context> ContextFactory::CreateRemoteAuthContext(const Authentication::AuthenticationPara &par… in CreateRemoteAuthContext()
Dauth_widget_helper.cpp35 const WidgetParam &widgetParam, ContextFactory::AuthWidgetContextPara &para) in InitWidgetContextParam()
191 int32_t AuthWidgetHelper::CheckReuseUnlockResult(const ContextFactory::AuthWidgetContextPara &para, in CheckReuseUnlockResult()
/base/security/device_security_level/baselib/utils/src/
Dutils_state_machine.c25 const void *para; member
51 static inline void PushPendingEvent(StateMachine *machine, uint32_t event, const void *para) in PushPendingEvent()
62 static inline bool PopPendingEvent(StateMachine *machine, uint32_t *event, const void **para) in PopPendingEvent()
76 …(const StateNode *nodes, uint32_t nodeCnt, StateMachine *machine, uint32_t event, const void *para) in ScheduleMachine()
/base/security/device_security_level/services/dslm/
Ddslm_fsm_process.c193 static bool ProcessDeviceOnline(const StateMachine *machine, uint32_t event, const void *para) in ProcessDeviceOnline()
222 static bool ProcessSendCredRequest(const StateMachine *machine, uint32_t event, const void *para) in ProcessSendCredRequest()
229 static bool ProcessSdkRequest(const StateMachine *machine, uint32_t event, const void *para) in ProcessSdkRequest()
271 static bool ProcessSendRequestFailed(const StateMachine *machine, uint32_t event, const void *para) in ProcessSendRequestFailed()
291 static bool ProcessDeviceOffline(const StateMachine *machine, uint32_t event, const void *para) in ProcessDeviceOffline()
302 static bool ProcessVerifyCredMessage(const StateMachine *machine, uint32_t event, const void *para) in ProcessVerifyCredMessage()
323 static bool ProcessSdkTimeout(const StateMachine *machine, uint32_t event, const void *para) in ProcessSdkTimeout()
420 void ScheduleDslmStateMachine(DslmDeviceInfo *info, uint32_t event, const void *para) in ScheduleDslmStateMachine()
/base/update/updater/utils/
Dwrite_updater.cpp51 static int WriteUpdaterPara(int argc, UpdaterPara &para) in WriteUpdaterPara()
78 struct UpdaterPara para {}; in main() struct
/base/useriam/user_auth_framework/services/core/src/
Dschedule_node_helper.cpp30 NodeOptionalPara para; in BuildFromHdi() local
36 const NodeOptionalPara &para) in BuildFromHdi()
54 const NodeOptionalPara &para, const std::shared_ptr<ScheduleNodeCallback> &callback) in ScheduleInfoToScheduleNode()
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Dbuild_object.c190 struct operation_parameter para; in build_pake_client_object() local
207 struct operation_parameter *para = (struct operation_parameter *)params; in build_sts_client_object() local
215 struct auth_info_cache *para = (struct auth_info_cache *)params; in build_auth_info_client_object() local
223 static bool check_param_is_valid(const struct operation_parameter *para) in check_param_is_valid()
/base/print/print_fwk/frameworks/helper/scan_helper/src/
Dscan_progress_helper.cpp27 napi_value ScanProgressHelper::MakeJsObject(napi_env env, const ScanProgress &para) in MakeJsObject()
/base/update/updater/services/
Dupdater_init.h94 #define BOOT_MODE(name, para) BootMode { MODE_CONDITION(name), STRINGFY(name), para, MODE_ENTRY(nam… argument
96 #define REGISTER_MODE(name, para, ...) \ argument
/base/update/updater/interfaces/kits/misc_info/
Dmisc_info.cpp111 bool WriteUpdaterParaMisc(const UpdaterPara &para) in WriteUpdaterParaMisc()
153 bool ReadUpdaterParaMisc(UpdaterPara &para) in ReadUpdaterParaMisc()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dcrypto_hash_to_point.c102 static void CurveFreeConstPara(struct CurveConstPara *para) in CurveFreeConstPara()
114 static int32_t CurveInitConstPara(struct CurveConstPara *para) in CurveInitConstPara()
295 static int32_t CurveSetConstPara(struct CurveConstPara *para) in CurveSetConstPara()
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
Dremote_auth_context_fuzzer.cpp95 Authentication::AuthenticationPara para = {}; in RemoteAuthContextFuzzTest() local
208 ContextFactory::AuthWidgetContextPara para; in FuzzAuthWidgetHelper() local
253 ContextFactory::AuthWidgetContextPara para; in FuzzCheckReuseUnlockResult() local
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp105 napi_value NapiCreateAsyncWork2(const AsyncPara &para, AsyncContextType *asyncContext, std::tuple<T… in NapiCreateAsyncWork2()
136 napi_value NapiCreateAsyncWork3(const AsyncPara &para, AsyncContextType *asyncContext, std::tuple<T… in NapiCreateAsyncWork3()
560 AsyncPara para { in GetDefaultVoiceSlotId() local
606 AsyncPara para { in GetDefaultVoiceSimId() local
845 AsyncPara para { in GetDsdsMode() local
905 AsyncPara para { in GetSimAuthentication() local
1306 AsyncPara para { in GetSimAccountInfo() local
1393 AsyncPara para { in UnlockPin() local
1451 AsyncPara para { in UnlockPuk() local
1512 AsyncPara para { in AlterPin() local
[all …]
/base/useriam/user_auth_framework/services/ipc/src/
Duser_auth_service.cpp460 Authentication::AuthenticationPara para = {}; in Auth() local
475 …64_t UserAuthService::StartAuthContext(int32_t apiVersion, Authentication::AuthenticationPara para, in StartAuthContext()
567 Authentication::AuthenticationPara para = {}; in AuthUser() local
641 …serAuthService::AuthRemoteUser(AuthParamInner &authParam, Authentication::AuthenticationPara &para, in AuthRemoteUser()
728 Identification::IdentificationPara para = {}; in Identify() local
873 ContextFactory::AuthWidgetContextPara &para) in StartWidgetContext()
920 ContextFactory::AuthWidgetContextPara &para, bool &isBackgroundApplication, in GetCallerInfo()
956 ContextFactory::AuthWidgetContextPara para; in AuthWidget() local
/base/security/device_security_level/baselib/msglib/src/common/
Dmessenger.c50 void ForEachDeviceProcess(const Messenger *messenger, const DeviceProcessor processor, void *para) in ForEachDeviceProcess()

123