Home
last modified time | relevance | path

Searched full:operation_type (Results 1 – 13 of 13) sorted by relevance

/base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/
Dcontext_pool_impl_fuzzer.cpp46 constexpr uint32_t OPERATION_TYPE = 1; variable
55 static_cast<OperationType>(OPERATION_TYPE)); in FillTest()
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
Dremote_auth_context_fuzzer.cpp53 constexpr uint32_t OPERATION_TYPE = 1; variable
84 static_cast<OperationType>(OPERATION_TYPE)); in ContextAppStateObserverFuzzTest()
122 static_cast<OperationType>(OPERATION_TYPE)); in RemoteAuthContextFuzzTest()
162 static_cast<OperationType>(OPERATION_TYPE)); in RemoteAuthInvokerContextFuzzTest()
/base/useriam/user_auth_framework/test/fuzztest/services/context/contextcallbackimpl_fuzzer/
Dcontext_callback_impl_fuzzer.cpp39 constexpr uint32_t OPERATION_TYPE = 5; variable
42 static_cast<OperationType>(OPERATION_TYPE));
/base/notification/distributed_notification_service/services/distributed/src/tlv_box/
Dresponse_box.cpp76 return box_->PutValue(std::make_shared<TlvItem>(OPERATION_TYPE, type)); in SetOperationType()
156 return box_->GetInt32Value(OPERATION_TYPE, type); in GetOperationType()
/base/useriam/user_auth_framework/
Dhisysevent.yaml27 OPERATION_TYPE: {type: UINT32, desc: operation type}
37 OPERATION_TYPE: {type: UINT32, desc: operation type}
/base/notification/distributed_notification_service/services/distributed/include/tlv_box/
Dtlv_box.h74 OPERATION_TYPE = 990, enumerator
/base/account/os_account/
Dhisysevent.yaml62 OPERATION_TYPE: {type: INT32, desc: operation type}
/base/security/asset/frameworks/js/napi/inc/
Dasset_napi_check.h149 { SEC_ASSET_TAG_OPERATION_TYPE, "OPERATION_TYPE" },
/base/usb/usb_manager/
Dhisysevent.yaml63 OPERATION_TYPE: {type: STRING, desc: the operation type may be open close set}
/base/security/asset/services/core_service/src/operations/
Dcommon.rs242 if let Some(Value::Number(operation_type)) = input.get(&Tag::OperationType) { in inform_asset_ext()
243 match operation_type { in inform_asset_ext()
/base/account/os_account/dfx/hisysevent_adapter/
Daccount_hisysevent_adapter.cpp173 "OPERATION_TYPE", operateType, in ReportOhosAccountStateChange()
/base/security/asset/frameworks/js/napi/src/
Dasset_napi.cpp75 AddUint32Property(env, tag, "OPERATION_TYPE", SEC_ASSET_TAG_OPERATION_TYPE); in DeclareTag()
/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
Dhisysevent_adapter.cpp34 constexpr char STR_OPERATION_TYPE[] = "OPERATION_TYPE";