/base/msdp/device_status/tools/vdev/json/ |
D | simulate_keyboard_clicks.json | 6 { "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 …]
|
D | simulate_mouse_dragging.json | 5 { "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 …]
|
D | simulate_touchscreen_dragging.json | 5 { "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/ |
D | power_suspend.json | 3 "action": 1, number 7 "action": 1, number 11 "action": 1, number 15 "action": 1, number
|
/base/request/request/test/unittest/js_test/requestTest/ |
D | RequestTask.test.js | 98 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/ |
D | app_account_authenticator_session_module_test.cpp | 72 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
|
D | app_account_authenticator_session_manager_module_test.cpp | 180 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/ |
D | concurrent_map.h | 136 …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/ |
D | user_auth_callback_service.cpp | 31 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
|
D | user_idm_callback_service.cpp | 31 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/ |
D | concurrent_map.h | 161 …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/ |
D | finite_state_machine_builder.cpp | 41 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/ |
D | finite_state_machine_builder.cpp | 41 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/ |
D | async_call.h | 43 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/ |
D | time_cmd_parse.h | 35 Action action; variable
|
/base/startup/init/ueventd/lite/ |
D | ueventd_parameter.c | 19 int SetUeventDeviceParameter(const char *devNode, int action) in SetUeventDeviceParameter()
|
/base/theme/screenlock_mgr/services/include/ |
D | command.h | 39 Action action; variable
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
D | app_account_common_event_observer.cpp | 81 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/ |
D | wallpaper_common_event_subscriber.cpp | 28 std::string action = want.GetAction(); in OnReceiveEvent() local
|
/base/request/request/services/service/rust/src/c_wrapper/include/ |
D | background_notification.h | 28 uint8_t action; member
|
/base/hiviewdfx/hidumper/services/native/src/ |
D | dump_battery_stats_subscriber.cpp | 32 std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
|
/base/telephony/sms_mms/test/gtest/ |
D | sms_broadcast_subscriber_gtest.cpp | 32 std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | resource_node_pool_test.cpp | 134 …[&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/ |
D | Permission.test.js | 59 action: agent.Action.UPLOAD, property 80 action: agent.Action.UPLOAD, property
|
/base/location/services/location_locator/locator/source/ |
D | locator_event_subscriber.cpp | 34 std::string action = event.GetWant().GetAction(); in OnReceiveEvent() local
|