| /foundation/multimedia/player_framework/services/utils/include/ |
| H A D | scope_guard.h | 31 explicit ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() argument 51 static inline ScopeGuard<ExitAction> operator+(ScopeExitGuardHelper, ExitAction &&action) in operator +() argument
|
| /foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
| H A D | touchpad_transform_processor_mock_test.cpp | 264 int32_t action = PointerEvent::POINTER_ACTION_SWIPE_UPDATE; in HWTEST_F() local 290 int32_t action = PointerEvent::POINTER_ACTION_SWIPE_UPDATE; in HWTEST_F() local 316 int32_t action = PointerEvent::POINTER_ACTION_SWIPE_UPDATE; in HWTEST_F() local
|
| /foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
| H A D | ringtone_subscriber.cpp | 54 std::string action = want.GetAction(); in OnReceiveEvent() local
|
| /foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/ |
| H A D | common_event_observer.cpp | 51 const auto action = want.GetAction(); in OnReceiveEvent() local
|
| /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; in HWTEST_F() local 60 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_CONNECTED; in HWTEST_F() local 72 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F() local 84 string action in HWTEST_F() local 96 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_DISCONNECTED; HWTEST_F() local [all...] |
| /foundation/resourceschedule/background_task_mgr/services/transient_task/src/ |
| H A D | event_hub.cpp | 61 const auto action = want.GetAction(); in OnReceiveEvent() local
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
| H A D | p2p_broadcast_receiver.cpp | 34 BroadcastReceiverAction action = actions[i]; in RegisterBroadcastListener() local 44 void P2pBroadcast::DispatchWorkHandler(BroadcastReceiverAction action, const BroadcastParam ¶m) in DispatchWorkHandler() argument
|
| /foundation/communication/netmanager_base/services/common/include/ |
| H A D | broadcast_manager.h | 25 std::string action; member
|
| /foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/ |
| H A D | net_common_event_test.cpp | 29 const auto &action = eventData.GetWant().GetAction(); in OnReceiveEvent() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | user_change_monitor.cpp | 62 NotificationChain::Listener *UserChangeMonitor::RegisterUserChangedListener(const UserChangedAction &action, in RegisterUserChangedListener() argument
|
| H A D | lock_status_observer.cpp | 83 NotificationChain::Listener *LockStatusObserver::RegisterLockStatusChangedLister(const LockStatusNotifier &action, in RegisterLockStatusChangedLister() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
| H A D | sys_event_subscriber.cpp | 33 std::string action = want.GetAction(); in OnReceiveEvent() local
|
| /foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
| H A D | command.cpp | 20 Command::Command(const std::vector<std::string> &argsFormat, const std::string &help, const Command::Action &action) in Command() argument
|
| /foundation/distributedhardware/device_manager/common/include/ipc/model/ |
| H A D | ipc_notify_credential_req.h | 33 void SetCredentialAction(const int32_t action) in SetCredentialAction() argument
|
| H A D | ipc_set_useroperation_req.h | 43 void SetOperation(int32_t action) in SetOperation() argument
|
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
| H A D | account_status_listener.cpp | 52 auto action = eventData.GetWant().GetAction(); in OnReceiveEvent() local
|
| /foundation/filemanagement/dfs_service/test/unittests/cloud_file_kit_inner/data_sync/ |
| H A D | sync_state_manager_test.cpp | 257 Action action = syncStateManager.UpdateSyncState(SyncState::SYNCING); in HWTEST_F() local 279 Action action = syncStateManager.UpdateSyncState(SyncState::SYNCING); in HWTEST_F() local 378 Action action = syncStateManager.UpdateSyncState(SyncState::INIT); in HWTEST_F() local 433 Action action = syncStateManager.ClearDisableCloudFlag(); in HWTEST_F() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
| H A D | avctp_br.c | 57 uint8_t action = AvctGetEvtAction(curSt, event); in AvctCbBrEvt() local
|
| H A D | avctp_st.c | 116 uint8_t action = sTbl[event][AVCT_ACTION]; in AvctGetEvtAction() local
|
| H A D | avctp_ctrl.c | 65 uint8_t action = AvctGetEvtAction(curSt, event); in AvctCbCtrlEvt() local
|
| /third_party/glfw/tests/ |
| H A D | timeout.c | 45 static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) in key_callback() argument
|
| /third_party/gn/src/gn/ |
| H A D | ninja_create_bundle_target_writer_unittest.cc | 29 auto action = std::make_unique<Target>(setup.settings(), in NewAction() local 49 std::unique_ptr<Target> action = NewAction(setup); in TEST() local 98 std::unique_ptr<Target> action = NewAction(setup); TEST() local 147 std::unique_ptr<Target> action = NewAction(setup); TEST() local 181 std::unique_ptr<Target> action = NewAction(setup); TEST() local 279 std::unique_ptr<Target> action = NewAction(setup); TEST() local 422 std::unique_ptr<Target> action = NewAction(setup); TEST() local [all...] |
| /third_party/mesa3d/bin/ |
| H A D | commit_in_branch.py | 120 action='store_true', variable
|
| /third_party/ltp/include/ |
| H A D | tst_capability.h | 35 uint32_t action; member
|
| /third_party/ltp/testcases/kernel/controllers/memcg/control/ |
| H A D | mem_process.c | 82 char action(int fd) in action() function
|