/ohos5.0/base/msdp/device_status/tools/vdev/json/ |
H A D | simulate_rk_mouse_dragging.json | 5 { "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 10 { "action": "wait", "duration": 500 }, string 12 { "action": "wait", "duration": 500 }, string 14 { "action": "wait", "duration": 500 }, string 16 { "action": "wait", "duration": 500 }, string 18 { "action": "wait", "duration": 500 }, string 20 { "action": "wait", "duration": 500 }, string [all …]
|
H A 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 15 { "action": "up", "key": 57 }, string 18 { "action": "up", "key": 20 }, string [all …]
|
H A 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 …]
|
H A D | simulate_rk_touchscreen_dragging.json | 5 { "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 14 { "action": "wait", "duration": 1000 }, string 16 { "action": "wait", "duration": 500 }, string [all …]
|
H A 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
|
/ohos5.0/base/powermgr/power_manager/services/native/profile/ |
H A D | power_suspend.json | 3 "action": 1, number 7 "action": 1, number 11 "action": 1, number 15 "action": 1, number
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_new_test/ |
H A D | fms_form_timer_mgr_new_test.cpp | 75 std::string action = "fms.time_speed"; variable 94 std::string action = "usual.event.TIME_CHANGED"; variable 113 std::string action = "usual.event.TIMEZONE_CHANGED"; variable 132 std::string action = "form_update_at_timer"; variable 151 std::string action = "abc"; variable 170 std::string action = "form_update_at_timer"; variable 190 std::string action = "form_update_at_timer"; variable 210 std::string action = "form_update_at_timer"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/ |
H A D | medialibrary_subscriber_test.cpp | 41 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; variable 54 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_CONNECTED; variable 67 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; variable 80 string action = EventFwk::CommonEventSupport::COMMON_EVENT_TIME_CHANGED; variable 93 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_DISCONNECTED; variable
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | recording_setting_state.h | 39 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetVideoSource() local 46 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetAudioSource() local 53 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in Configure() local 60 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetOutputFormat() local 82 … Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::TRANS_TO_ERROR; in Stop() local
|
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/ |
H A D | ringtone_subscriber_test.cpp | 48 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; variable 60 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_CONNECTED; variable 72 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; variable 84 string action = EventFwk::CommonEventSupport::COMMON_EVENT_TIME_CHANGED; variable 96 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_DISCONNECTED; variable
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 340 AccessibleAction action(ACCESSIBILITY_ACTION_FOCUS, "test"); variable 356 AccessibleAction action; variable 373 ActionType action = ActionType::ACCESSIBILITY_ACTION_FOCUS; variable 386 AccessibleAction action = AccessibleAction( variable 406 …AccessibleAction action = AccessibleAction(actionType, std::string("accessibility_aciton_foucus")); variable 421 AccessibleAction action; variable 1232 …std::shared_ptr<AccessibleAction> action = std::make_shared<AccessibleAction>(ACCESSIBILITY_ACTION… variable 1248 std::shared_ptr<AccessibleAction> action = std::make_shared<AccessibleAction>(); variable
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | concurrent_map.h | 130 …bool ContainIf(const key_type &key, const std::function<bool(const mapped_type &value)> &action) c… in ContainIf() 171 const std::function<bool(const key_type &key, mapped_type &value)> &action) noexcept in EraseIf() 204 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() 227 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 240 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() 254 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute() 275 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent() 291 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() 305 void DoActionIfEmpty(const std::function<void(void)> &action) in DoActionIfEmpty() 317 void DoActionWhenClone(const std::function<void(const std::map<_Key, _Tp> &)> &action) in DoActionWhenClone()
|
/ohos5.0/base/request/request/test/unittest/js_test/requestTest/ |
H A D | RequestTask.test.js | 120 action: agent.Action.UPLOAD, property in AnonymousFunction05ca19310100.globalConf 163 action: 'UPLOAD', property in AnonymousFunction05ca19310100.AnonymousFunction05ca19310700.conf 181 action: 2, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19310800.conf 200 action: agent.Action.UPLOAD, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19310900.conf 225 action: agent.Action.DOWNLOAD, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19310a00.conf 254 action: agent.Action.DOWNLOAD, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19310c00.conf 271 action: agent.Action.DOWNLOAD, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19310d00.conf 308 action: agent.Action.UPLOAD, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19310f00.conf 398 action: agent.Action.UPLOAD, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19311400.conf 446 action: agent.Action.UPLOAD, property in AnonymousFunction05ca19310100.AnonymousFunction05ca19311600.conf [all …]
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/src/ |
H A D | cm_security_guard_info.c | 82 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
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | concurrent_map.h | 114 …bool ContainIf(const key_type &key, const std::function<bool(const mapped_type &value)> &action) c… in ContainIf() 174 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() 197 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 210 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() 224 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute() 245 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent() 261 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent() 275 void DoActionIfEmpty(const std::function<void(void)> &action) in DoActionIfEmpty()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_dfx_adapter.cpp | 127 void DBDfxAdapter::StartTrace(const std::string &action) in StartTrace() 151 void DBDfxAdapter::StartAsyncTrace(const std::string &action, int32_t taskId) in StartAsyncTrace() 158 void DBDfxAdapter::FinishAsyncTrace(const std::string &action, int32_t taskId) in FinishAsyncTrace() 170 void DBDfxAdapter::StartTrace(const std::string &action) in StartTrace() 179 void DBDfxAdapter::StartAsyncTrace(const std::string &action, int32_t taskId) in StartAsyncTrace() 185 void DBDfxAdapter::FinishAsyncTrace(const std::string &action, int32_t taskId) in FinishAsyncTrace()
|
H A D | concurrent_adapter.cpp | 19 int ConcurrentAdapter::ScheduleTask(const TaskAction &action, Dependence inDeps, Dependence outDeps) in ScheduleTask() 37 TaskHandle ConcurrentAdapter::ScheduleTaskH(const TaskAction &action, Dependence inDeps, Dependence… in ScheduleTaskH()
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticator_session_module_test.cpp | 79 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
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_callback_service.cpp | 31 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
|
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A 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() 268 void DoActionIfEmpty(const std::function<void(void)> &action) in DoActionIfEmpty()
|
/ohos5.0/base/inputmethod/imf/frameworks/common/ |
H A D | concurrent_map.h | 161 …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()
|
/ohos5.0/base/theme/wallpaper_mgr/utils/include/ |
H A D | concurrent_map.h | 133 …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()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/ |
H A D | concurrent_map.h | 136 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf() 159 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach() 172 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies() 186 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute() 207 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent() 223 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent()
|
/ohos5.0/foundation/communication/netstack/utils/http_over_curl/src/ |
H A D | epoll_multi_driver.cpp | 41 …static auto socketCallback = +[](CURL *easy, curl_socket_t s, int action, void *userp, void *socke… in Initialize() 154 int EpollMultiDriver::MultiSocketCallback(curl_socket_t socket, int action, CurlSocketContext *sock… in MultiSocketCallback() 176 static int CurlPollToEpoll(int action) in CurlPollToEpoll() 184 int action) in CurlSocketContext() 191 void EpollMultiDriver::CurlSocketContext::Reassign(curl_socket_t sockDescriptor, int action) in Reassign() 207 int action = CURL_CSELECT_IN | CURL_CSELECT_OUT; in EpollSocketCallback() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_profile_hfp_ag.h | 114 virtual void OnHfpStackChanged(const RawAddress &device, int action) in OnHfpStackChanged() 123 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() 283 virtual void UpdateVirtualDevice(int32_t action, const std::string &address) {}; in UpdateVirtualDevice()
|