Home
last modified time | relevance | path

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

12345678910>>...12

/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
/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.cpp186 AuthenticatorAction action; variable
251 AuthenticatorAction action; variable
258 AuthenticatorAction action; variable
277 AuthenticatorAction action; variable
306 AuthenticatorAction action; variable
349 AuthenticatorAction action; variable
401 AuthenticatorAction action; variable
431 AuthenticatorAction action; variable
463 AuthenticatorAction action; variable
513 AuthenticatorAction action; variable
[all …]
/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
59 CallbackManager::CallbackAction action = [impl]() { in UserAuthCallbackService() local
109 CallbackManager::CallbackAction action = [impl]() { in GetExecutorPropertyCallbackService() local
137 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/theme/wallpaper_mgr/utils/include/
Dconcurrent_map.h133 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf()
156 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
169 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
183 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute()
204 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent()
220 …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()
184 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
211 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute()
232 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent()
248 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent()
262 …teIfAbsent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfAbsent()
/base/customization/enterprise_device_management/services/edm_plugin/src/network/
Diptables_manager.cpp61 Action action = std::get<FIREWALL_ACTION_IND>(rule); in AddFirewallRule() local
82 Action action = std::get<FIREWALL_ACTION_IND>(rule); in RemoveFirewallRule() local
174 Action action = std::get<DOMAIN_ACTION_IND>(rule); in AddDomainFilterRule() local
227 Action action = std::get<DOMAIN_ACTION_IND>(rule); in RemoveDomainFilterRules() local
308 ErrCode IptablesManager::GetRemoveChainName(Direction direction, Action action, std::vector<std::st… in GetRemoveChainName()
335 void IptablesManager::GetRemoveInputChainName(Action action, in GetRemoveInputChainName()
351 void IptablesManager::GetRemoveOutputChainName(Action action, in GetRemoveOutputChainName()
367 void IptablesManager::GetRemoveForwardChainName(Action action, in GetRemoveForwardChainName()
383 ErrCode IptablesManager::GetDomainRemoveChainName(Direction direction, Action action, in GetDomainRemoveChainName()
405 void IptablesManager::GetDomainRemoveOutputChainName(Action action, in GetDomainRemoveOutputChainName()
[all …]
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
Drule_utils.cpp22 std::string RuleUtils::EnumToString(Action action) in EnumToString()
37 Action RuleUtils::StringToAction(std::string action) in StringToAction()
/base/security/security_guard/test/unittest/config_manager/resource/
Drelated_event_analysis_update.json17 "action":{}, object
29 "action":{}, object
41 "action":{ object
55 "action":{}, object
67 "action":{}, object
79 "action":{}, object
Drelated_event_analysis.json17 "action":{}, object
29 "action":{}, object
41 "action":{ object
55 "action":{}, object
67 "action":{}, object
79 "action":{}, object
/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/msdp/device_status/intention/adapters/common_event_adapter/src/
Dcommon_event_observer.cpp41 for (const auto &action : g_commonEvents) { in CreateCommonEventObserver() local
51 const auto action = want.GetAction(); in OnReceiveEvent() local
/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()

12345678910>>...12