Home
last modified time | relevance | path

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

123456789

/base/msdp/device_status/tools/vdev/json/
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_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.js98 action: 'UPLOAD', property
125 action: 2, property
149 action: agent.Action.UPLOAD, property
171 action: agent.Action.DOWNLOAD, property
197 action: agent.Action.DOWNLOAD, property
223 action: agent.Action.DOWNLOAD, property
245 action: agent.Action.DOWNLOAD, property
269 action: agent.Action.UPLOAD, property
294 action: agent.Action.UPLOAD, property
317 action: agent.Action.UPLOAD, property
[all …]
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
Dapp_account_authenticator_session_module_test.cpp72 AuthenticatorAction action = VERIFY_CREDENTIAL; in SetUp() local
135 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES; variable
172 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES; variable
201 AuthenticatorAction action = ADD_ACCOUNT_IMPLICITLY; variable
255 AuthenticatorAction action = ADD_ACCOUNT_IMPLICITLY; variable
311 AuthenticatorAction action = AUTHENTICATE; variable
358 AuthenticatorAction action = SET_AUTHENTICATOR_PROPERTIES; variable
Dapp_account_authenticator_session_manager_module_test.cpp180 AuthenticatorAction action; variable
245 AuthenticatorAction action; variable
252 AuthenticatorAction action; variable
271 AuthenticatorAction action; variable
300 AuthenticatorAction action; variable
343 AuthenticatorAction action; variable
395 AuthenticatorAction action; variable
425 AuthenticatorAction action; variable
457 AuthenticatorAction action; variable
507 AuthenticatorAction action; variable
[all …]
/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/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/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()
/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/request/request/frameworks/js/napi/include/
Dasync_call.h43 inline Context &SetInput(InputAction action) in SetInput()
48 inline Context &SetOutput(OutputAction action) in SetOutput()
53 inline Context &SetExec(ExecAction action) in SetExec()
/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/theme/screenlock_mgr/services/include/
Dcommand.h39 Action action; variable
/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/theme/wallpaper_mgr/services/src/
Dwallpaper_common_event_subscriber.cpp28 std::string action = want.GetAction(); in OnReceiveEvent() local
/base/request/request/services/service/rust/src/c_wrapper/include/
Dbackground_notification.h28 uint8_t action; member
/base/hiviewdfx/hidumper/services/native/src/
Ddump_battery_stats_subscriber.cpp32 std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/base/telephony/sms_mms/test/gtest/
Dsms_broadcast_subscriber_gtest.cpp32 std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Dresource_node_pool_test.cpp134 …[&callback1](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &res… in __anonb4e19be10102()
140 …[&callback2](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &res… in __anonb4e19be10202()
146 …[&callback3](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &res… in __anonb4e19be10302()
182 …[&callback](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &reso… in __anonb4e19be10402()
/base/request/request/test/unittest/js_test/requestPermissonTest/
DPermission.test.js59 action: agent.Action.UPLOAD, property
80 action: agent.Action.UPLOAD, property
/base/location/services/location_locator/locator/source/
Dlocator_event_subscriber.cpp34 std::string action = event.GetWant().GetAction(); in OnReceiveEvent() local

123456789