Home
last modified time | relevance | path

Searched refs:OperationType (Results 1 - 18 of 18) sorted by relevance

/base/useriam/pin_auth/common/utils/
H A Diam_defines.h26 enum OperationType : uint32_t {
/base/useriam/user_auth_framework/common/utils/
H A Diam_defines.h28 enum OperationType : uint32_t {
/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h37 OperationType operationType;
73 OperationType operationType);
74 static std::shared_ptr<ContextCallback> NewDummyInstance(OperationType operationType);
/base/security/asset/services/core_service/src/operations/
H A Dcommon.rs28 log_throw_error, Accessibility, AssetMap, AuthType, ErrCode, Extension, OperationType, Result, Tag, Value,
94 pub(crate) const ASSET_SYNC_ATTRS: [Tag; 1] = [Tag::OperationType];
200 if let Some(Value::Number(operation_type)) = input.get(&Tag::OperationType) {
202 x if *x == OperationType::NeedSync as u32 => {
216 x if *x == OperationType::NeedLogout as u32 => {
230 x if *x == OperationType::NeedDeleteCloudData as u32 => {
/base/security/asset/services/core_service/src/operations/common/
H A Dargument_check.rs20 log_throw_error, Accessibility, AssetMap, AuthType, ConflictResolution, Conversion, ErrCode, OperationType, Result,
174 Tag::OperationType => check_enum_variant::<OperationType>(tag, value), in check_data_value()
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
H A Dcontext_pool_impl_fuzzer.cpp55 static_cast<OperationType>(OPERATION_TYPE)); in FillTest()
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp60 static_cast<OperationType>(OPERATION_TYPE)); in ContextAppStateObserverFuzzTest()
103 static_cast<OperationType>(OPERATION_TYPE)); in RemoteAuthContextFuzzTest()
141 static_cast<OperationType>(OPERATION_TYPE)); in RemoteAuthInvokerContextFuzzTest()
/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_callback_impl.cpp30 ContextCallbackImpl::ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType) in ContextCallbackImpl()
255 OperationType operationType) in NewInstance()
286 std::shared_ptr<ContextCallback> ContextCallback::NewDummyInstance(OperationType operationType) in NewDummyInstance()
H A Dcontext_callback_impl.h29 explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);
/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_context_pool.h62 static_cast<UserAuth::OperationType>(OPERATIONTYPE)); in Select()
/base/security/asset/frameworks/definition/src/
H A Dlib.rs140 OperationType = DataType::Number as isize | 0x46,
383 pub enum OperationType { enum
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
H A Dcontext_callback_impl_fuzzer.cpp42 static_cast<OperationType>(OPERATION_TYPE));
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_context.h36 OperationType operationType));
/base/usb/usb_manager/services/native/src/
H A Dusb_mass_storage_notification.cpp205 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::START_ABILITY, in PublishUsbNotification()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp1481 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in AddActionButtons()
1510 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in AddRemovalWantAgent()
1537 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in CreateWantAgent()
1560 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::START_ABILITY, in CreateMaxWantAgent()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dpublish.cpp296 WantAgentInfo wantAgentInfo(-1, WantAgentConstant::OperationType::START_ABILITY, wantAgentFlags, in ParseShowOptions()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1638 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp494 AbilityRuntime::WantAgent::WantAgentConstant::OperationType::SEND_COMMON_EVENT, in CreateTimerInfo()

Completed in 16 milliseconds