Searched full:operation_type (Results 1 – 10 of 10) sorted by relevance
| /base/useriam/user_auth_framework/test/fuzztest/services/context/contextpoolimpl_fuzzer/ |
| D | context_pool_impl_fuzzer.cpp | 46 constexpr uint32_t OPERATION_TYPE = 1; variable 55 static_cast<OperationType>(OPERATION_TYPE)); in FillTest()
|
| /base/useriam/user_auth_framework/ |
| D | hisysevent.yaml | 26 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/ |
| D | remote_auth_context_fuzzer.cpp | 53 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/ |
| D | context_callback_impl_fuzzer.cpp | 39 constexpr uint32_t OPERATION_TYPE = 1; variable 42 static_cast<OperationType>(OPERATION_TYPE));
|
| /base/security/asset/frameworks/js/napi/inc/ |
| D | asset_napi_check.h | 142 { SEC_ASSET_TAG_OPERATION_TYPE, "OPERATION_TYPE" },
|
| /base/account/os_account/ |
| D | hisysevent.yaml | 62 OPERATION_TYPE: {type: INT32, desc: operation type}
|
| /base/security/asset/services/core_service/src/operations/ |
| D | common.rs | 200 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/ |
| D | hisysevent_adapter.cpp | 33 constexpr char STR_OPERATION_TYPE[] = "OPERATION_TYPE";
|
| /base/account/os_account/dfx/hisysevent_adapter/ |
| D | account_hisysevent_adapter.cpp | 173 "OPERATION_TYPE", operateType, in ReportOhosAccountStateChange()
|
| /base/security/asset/frameworks/js/napi/src/ |
| D | asset_napi.cpp | 74 AddUint32Property(env, tag, "OPERATION_TYPE", SEC_ASSET_TAG_OPERATION_TYPE); in DeclareTag()
|