/base/useriam/user_auth_framework/services/context/src/ |
D | trace.cpp | 46 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()
|
D | context_callback_impl.cpp | 28 …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()
|
D | context_callback_impl.h | 29 … explicit ContextCallbackImpl(sptr<IamCallbackInterface> iamCallback, OperationType operationType);
|
/base/telephony/call_manager/services/call/call_state_observer/src/ |
D | proximity_sensor.cpp | 25 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/ |
D | hisysevent_adapter.cpp | 74 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/ |
D | proximity_sensor.h | 28 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/ |
D | hisysevent_adapter.h | 45 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/ |
D | context_callback.h | 38 OperationType operationType; member 63 OperationType operationType);
|
/base/web/webview/interfaces/kits/napi/webdatabase/ |
D | napi_geolocation_permission.h | 37 …tatic napi_value ProcessActionByType(napi_env env, napi_callback_info info, int32_t operationType);
|
D | napi_geolocation_permission.cpp | 108 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/ |
D | NotificationHelper.ets | 38 operationType: wantAgent.OperationType.START_ABILITY, 52 operationType: wantAgent.OperationType.START_ABILITY,
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
D | mock_context.h | 34 OperationType operationType));
|
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/util/ |
D | NotificationUtil.ets | 44 operationType: wantAgent.OperationType.START_ABILITY,
|