Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 233) sorted by relevance

12345678910

/base/msdp/device_status/tools/vdev/json/
Dsimulate_rk_mouse_dragging.json5 { "action": "move", "dx": 1, "dy": 1 }, string
6 { "action": "wait", "duration": 500 }, string
7 { "action": "move", "dx": 0, "dy": -50 }, string
8 { "action": "wait", "duration": 500 }, string
9 { "action": "move", "dx": 50, "dy": -50 }, string
10 { "action": "wait", "duration": 500 }, string
11 { "action": "move", "dx": -20, "dy": -50 }, string
12 { "action": "wait", "duration": 500 }, string
13 { "action": "move", "dx": -10, "dy": -50 }, string
14 { "action": "wait", "duration": 500 }, string
[all …]
Dsimulate_keyboard_clicks.json6 { "action": "down", "key": 42 }, string
7 { "action": "down", "key": 35 }, string
8 { "action": "up", "key": 35 }, string
9 { "action": "up", "key": 42 }, string
10 { "action": "down", "key": 23 }, string
11 { "action": "up", "key": 23 }, string
12 { "action": "down", "key": 51 }, string
13 { "action": "up", "key": 51 }, string
14 { "action": "down", "key": 57 }, string
15 { "action": "up", "key": 57 }, string
[all …]
Dsimulate_mouse_dragging.json5 { "action": "down", "button": "BTN_LEFT" }, string
6 { "action": "wait", "duration": 500 }, string
7 { "action": "move", "dx": 15, "dy": 15 }, string
8 { "action": "move", "dx": 15, "dy": 10 }, string
9 { "action": "move", "dx": 15, "dy": 10 }, string
10 { "action": "move", "dx": 15, "dy": 10 }, string
11 { "action": "move", "dx": 15, "dy": 10 }, string
12 { "action": "move", "dx": 15, "dy": 30 }, string
13 { "action": "move", "dx": 25, "dy": 20 }, string
14 { "action": "move", "dx": 35, "dy": 10 }, string
[all …]
Dsimulate_rk_touchscreen_dragging.json5 { "action": "down", "slot": 1, "x": 200, "y": 200 }, string
6 { "action": "wait", "duration": 100 }, string
7 { "action": "up", "slot": 1 }, string
8 { "action": "wait", "duration": 1000 }, string
9 { "action": "down", "slot": 1, "x": 218, "y": 1265 }, string
10 { "action": "wait", "duration": 50 }, string
11 { "action": "up", "slot": 1 }, string
12 { "action": "wait", "duration": 1000 }, string
13 { "action": "down", "slot": 1, "x": 200, "y": 200 }, string
14 { "action": "wait", "duration": 1000 }, string
[all …]
Dsimulate_touchscreen_dragging.json5 { "action": "down", "slot": 1, "x": 360, "y": 540 }, string
6 { "action": "wait", "duration": 500 }, string
7 { "action": "move-to", "slot": 1, "x": 360, "y": 100 }, string
8 { "action": "up", "slot": 1 } string
/base/powermgr/power_manager/services/native/profile/
Dpower_suspend.json3 "action": 1, number
7 "action": 1, number
11 "action": 1, number
15 "action": 1, number
Dpower_wakeup_action.json4 "action": 2, number
/base/request/request/test/unittest/js_test/requestTest/
DRequestTask.test.js120 action: agent.Action.UPLOAD, property
163 action: 'UPLOAD', property
181 action: 2, property
200 action: agent.Action.UPLOAD, property
225 action: agent.Action.DOWNLOAD, property
254 action: agent.Action.DOWNLOAD, property
271 action: agent.Action.DOWNLOAD, property
289 action: agent.Action.DOWNLOAD, property
308 action: agent.Action.UPLOAD, property
398 action: agent.Action.UPLOAD, property
[all …]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/src/
Dcm_security_guard_info.c82 static void ConstructInfoAndReport(const struct CmBlob *input, const char *action, struct CmReportS… in ConstructInfoAndReport()
107 …char *action = (store == CM_SYSTEM_TRUSTED_STORE) ? "CmSetSystemCertStatus" : "CmSetUserCertStatus… in CmReportSGSetCertStatus() local
128 char *action = "CmInstallUserCert"; in CmReportSGInstallUserCert() local
155 char *action = "CmUninstallUserCert"; in CmReportSGUninstallUserCert() local
175 char *action = (store == CM_CREDENTIAL_STORE) ? "CmInstallAppCert" : "CmInstallPriAppCert"; in CmReportSGInstallAppCert() local
203 char *action = (store == CM_CREDENTIAL_STORE) ? "CmUninstallAppCert" : "CmUninstallPriAppCert"; in CmReportSGUninstallAppCert() local
225 char *action = isRemove ? "CmRemoveGrantedAppUid" : "CmGrantAppCert"; in CmReportSGGrantAppCert() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticator_session_module_test.cpp79 AuthenticatorAction action = VERIFY_CREDENTIAL; in SetUp() local
140 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES; variable
177 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES; variable
206 AuthenticatorAction action = ADD_ACCOUNT_IMPLICITLY; variable
260 AuthenticatorAction action = ADD_ACCOUNT_IMPLICITLY; variable
316 AuthenticatorAction action = AUTHENTICATE; variable
363 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES; variable
Dapp_account_authenticator_session_manager_module_test.cpp187 AuthenticatorAction action; variable
252 AuthenticatorAction action; variable
259 AuthenticatorAction action; variable
278 AuthenticatorAction action; variable
307 AuthenticatorAction action; variable
350 AuthenticatorAction action; variable
402 AuthenticatorAction action; variable
432 AuthenticatorAction action; variable
464 AuthenticatorAction action; variable
514 AuthenticatorAction action; variable
[all …]
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
Drule_utils.cpp22 std::string RuleUtils::EnumToString(Action action) in EnumToString()
35 Action RuleUtils::StringToAction(std::string action) in StringToAction()
/base/theme/wallpaper_mgr/utils/include/
Dconcurrent_map.h136 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf()
165 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
178 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
192 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute()
213 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent()
229 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent()
/base/inputmethod/imf/frameworks/common/
Dconcurrent_map.h161 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf()
190 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
203 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
217 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute()
238 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent()
254 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent()
268 …teIfAbsent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfAbsent()
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_callback_service.cpp31 CallbackManager::CallbackAction action = [impl]() { in UserAuthCallbackService() local
45 CallbackManager::CallbackAction action = [impl]() { in UserAuthCallbackService() local
90 CallbackManager::CallbackAction action = [impl]() { in GetExecutorPropertyCallbackService() local
118 CallbackManager::CallbackAction action = [impl]() { in SetExecutorPropertyCallbackService() local
Duser_idm_callback_service.cpp31 CallbackManager::CallbackAction action = [impl]() { in IdmCallbackService() local
70 CallbackManager::CallbackAction action = [impl]() { in IdmGetCredInfoCallbackService() local
99 CallbackManager::CallbackAction action = [impl]() { in IdmGetSecureUserInfoCallbackService() local
/base/useriam/user_auth_framework/services/base/src/
Dfinite_state_machine_builder.cpp41 uint32_t nextState, const FiniteStateMachine::Action &action) in MakeTransition()
59 const FiniteStateMachine::Action &action) in MakeOnStateEnter()
70 const FiniteStateMachine::Action &action) in MakeOnStateLeave()
/base/useriam/face_auth/services_ex/src/
Dfinite_state_machine_builder.cpp41 uint32_t nextState, const FiniteStateMachine::Action &action) in MakeTransition()
59 const FiniteStateMachine::Action &action) in MakeOnStateEnter()
70 const FiniteStateMachine::Action &action) in MakeOnStateLeave()
/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/src/
Dpower_policy.cpp32 uint32_t action = parcel.ReadUint32(); in Unmarshalling() local
46 bool PowerPolicy::SetPowerPolicyAction(uint32_t action) in SetPowerPolicyAction()
/base/theme/screenlock_mgr/services/include/
Dcommand.h39 Action action; variable
/base/time/time_service/services/dfx/include/
Dtime_cmd_parse.h35 Action action; variable
/base/startup/init/ueventd/lite/
Dueventd_parameter.c19 int SetUeventDeviceParameter(const char *devNode, int action) in SetUeventDeviceParameter()
/base/request/request/frameworks/js/napi/include/
Dasync_call.h62 inline Context &SetInput(InputAction action) in SetInput()
67 inline Context &SetOutput(OutputAction action) in SetOutput()
72 inline Context &SetExec(ExecAction action) in SetExec()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_common_event_observer.cpp81 std::string action = want.GetAction(); in OnReceiveEvent() local
92 …pAccountCommonEventObserver::DealWithRemoveEvent(const AAFwk::Want &want, const std::string action) in DealWithRemoveEvent()
/base/notification/eventhandler/frameworks/eventhandler/include/
Devent_handler_utils.h73 …line void HiTracePointerOutPutEventId(const std::shared_ptr<HiTraceId> &spanId, const char *action, in HiTracePointerOutPutEventId()
88 const InnerEvent::Pointer& event, const char* action, HiTraceTracepointType type) in HiTracePointerOutPut()

12345678910