Home
last modified time | relevance | path

Searched full:operation_type (Results 1 – 10 of 10) 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/
Dhisysevent.yaml26 OPERATION_TYPE: {type: UINT32, desc: operation type}
35 OPERATION_TYPE: {type: UINT32, desc: operation type}
/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
Dremote_auth_context_fuzzer.cpp53 constexpr uint32_t OPERATION_TYPE = 1; variable
60 static_cast<OperationType>(OPERATION_TYPE)); in ContextAppStateObserverFuzzTest()
98 static_cast<OperationType>(OPERATION_TYPE)); in RemoteAuthContextFuzzTest()
136 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 = 1; variable
42 static_cast<OperationType>(OPERATION_TYPE));
/base/security/asset/frameworks/js/napi/inc/
Dasset_napi_check.h142 { SEC_ASSET_TAG_OPERATION_TYPE, "OPERATION_TYPE" },
/base/account/os_account/
Dhisysevent.yaml62 OPERATION_TYPE: {type: INT32, desc: operation type}
/base/security/asset/services/core_service/src/operations/
Dcommon.rs200 if let Some(Value::Number(operation_type)) = input.get(&Tag::OperationType) { in inform_asset_ext()
201 match operation_type { in inform_asset_ext()
/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
Dhisysevent_adapter.cpp33 constexpr char STR_OPERATION_TYPE[] = "OPERATION_TYPE";
/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.cpp74 AddUint32Property(env, tag, "OPERATION_TYPE", SEC_ASSET_TAG_OPERATION_TYPE); in DeclareTag()