Home
last modified time | relevance | path

Searched refs:operationType (Results 1 – 13 of 13) sorted by relevance

/base/useriam/user_auth_framework/services/context/src/
Dtrace.cpp46 bool checkRet = metaData.operationType == TRACE_ADD_CREDENTIAL || in ProcessCredChangeEvent()
47 metaData.operationType == TRACE_DELETE_CREDENTIAL || in ProcessCredChangeEvent()
48 metaData.operationType == TRACE_UPDATE_CREDENTIAL; in ProcessCredChangeEvent()
54 uint32_t operationType = metaData.operationType; in ProcessCredChangeEvent() local
65 ReportBehaviorCredChange(userId, authType, operationType, optResult); in ProcessCredChangeEvent()
66 ReportSecurityCredChange(userId, authType, operationType, optResult); in ProcessCredChangeEvent()
73 bool checkRet = metaData.operationType == TRACE_AUTH_USER && in ProcessUserAuthEvent()
108 bool checkRet = metaData.operationType == TRACE_AUTH_USER && metaData.authType.has_value() && in ProcessPinAuthEvent()
139 OperationType type = metaData.operationType; in ProcessDelUserEvent()
Dcontext_callback_impl.cpp28 …lbackImpl::ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType) in ContextCallbackImpl() argument
31 metaData_.operationType = operationType; in ContextCallbackImpl()
34 ss << "IDM(operation:" << operationType << ")"; in ContextCallbackImpl()
142 OperationType operationType) in NewInstance() argument
148 return UserIam::Common::MakeShared<ContextCallbackImpl>(iamCallback, operationType); in NewInstance()
Dcontext_callback_impl.h29 … explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);
/base/telephony/call_manager/services/call/call_state_observer/src/
Dproximity_sensor.cpp25 void ProximitySensor::ShutDown(PowerMgr::SuspendDeviceType operationType, bool suspendImmed) in ShutDown() argument
27 PowerMgr::PowerMgrClient::GetInstance().SuspendDevice(operationType, suspendImmed); in ShutDown()
30 void ProximitySensor::StartUp(PowerMgr::WakeupDeviceType operationType, std::string wakeupReason) in StartUp() argument
32 PowerMgr::PowerMgrClient::GetInstance().WakeupDevice(operationType, wakeupReason); in StartUp()
/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
Dhisysevent_adapter.cpp74 void ReportBehaviorCredChange(int32_t userId, int32_t authType, uint32_t operationType, uint32_t op… in ReportBehaviorCredChange() argument
80 STR_OPERATION_TYPE, operationType, in ReportBehaviorCredChange()
85 ret, userId, authType, operationType, optResult); in ReportBehaviorCredChange()
89 void ReportSecurityCredChange(int32_t userId, int32_t authType, uint32_t operationType, uint32_t op… in ReportSecurityCredChange() argument
95 STR_OPERATION_TYPE, operationType, in ReportSecurityCredChange()
100 ret, userId, authType, operationType, optResult); in ReportSecurityCredChange()
/base/telephony/call_manager/services/call/call_state_observer/include/
Dproximity_sensor.h28 void ShutDown(PowerMgr::SuspendDeviceType operationType, bool suspendImmed);
29 void StartUp(PowerMgr::WakeupDeviceType operationType, std::string wakeupReason);
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
Dhisysevent_adapter.h45 void ReportBehaviorCredChange(int32_t userId, int32_t authType, uint32_t operationType, uint32_t op…
46 void ReportSecurityCredChange(int32_t userId, int32_t authType, uint32_t operationType, uint32_t op…
/base/useriam/user_auth_framework/services/context/inc/
Dcontext_callback.h38 OperationType operationType; member
63 OperationType operationType);
/base/web/webview/interfaces/kits/napi/webdatabase/
Dnapi_geolocation_permission.h37 …tatic napi_value ProcessActionByType(napi_env env, napi_callback_info info, int32_t operationType);
Dnapi_geolocation_permission.cpp108 int32_t operationType) in ProcessActionByType() argument
131 if (operationType == ALLOW_PERMISSION_OPERATION) { in ProcessActionByType()
137 } else if (operationType == DELETE_PERMISSION_OPERATION) { in ProcessActionByType()
/base/update/update_app/feature/ota/src/main/ets/notify/
DNotificationHelper.ets38 operationType: wantAgent.OperationType.START_ABILITY,
52 operationType: wantAgent.OperationType.START_ABILITY,
/base/useriam/user_auth_framework/test/unittest/services/mocks/
Dmock_context.h34 OperationType operationType));
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/util/
DNotificationUtil.ets44 operationType: wantAgent.OperationType.START_ABILITY,