Home
last modified time | relevance | path

Searched defs:action (Results 226 - 250 of 1334) sorted by relevance

12345678910>>...54

/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/concurrency/
H A Daudio_concurrency_service.cpp163 ConcurrencyAction action = concurrencyCfgMap_[std::make_pair((*it)->rendererInfo.pipeType, incomingPipeType)]; in ActivateAudioConcurrency() local
169 ConcurrencyAction action = concurrencyCfgMap_[std::make_pair((*it)->capturerInfo.pipeType, incomingPipeType)]; in ActivateAudioConcurrency() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_subscriber.cpp107 auto action = want.GetAction(); in OnReceiveEvent() local
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_dfx_unittest.cpp134 std::string action = "start"; in HWTEST_F() local
/foundation/multimedia/player_framework/services/services/player/subscriber/
H A Daccount_subscriber.cpp55 void AccountSubscriber::DispatchEvent(int32_t userId, const std::string &action) in DispatchEvent() argument
72 std::string action = want.GetAction(); in OnReceiveEvent() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/joystick_event/src/
H A Djs_joystick_event.cpp98 napi_value action = nullptr; in Export() local
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp58 napi_value action = nullptr; in Export() local
/foundation/multimodalinput/input/service/device_state_manager/src/
H A Ddevice_event_monitor.cpp45 std::string action = eventData.GetWant().GetAction(); in OnReceiveEvent() local
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp439 int32_t action = PointerEvent::TOUCH_ACTION_SWIPE_DOWN; in HWTEST_F() local
/foundation/multimodalinput/input/service/window_manager/test/
H A Dtouch_drawing_manager_ai_test.cpp663 int32_t action = PointerEvent::POINTER_ACTION_DOWN; in HWTEST_F() local
[all...]
H A Dknuckle_drawing_manager_test.cpp279 int32_t action = PointerEvent::POINTER_ACTION_DOWN; in HWTEST_F() local
608 int32_t action = PointerEvent::POINTER_ACTION_DOWN; in HWTEST_F() local
[all...]
/foundation/multimodalinput/input/frameworks/napi/key_event/src/
H A Djs_key_event.cpp104 napi_value action = nullptr; in Export() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Daxis_event.cpp71 std::string_view AxisEvent::ActionToShortStr(int32_t action) in ActionToShortStr() argument
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dsystem_event_observer.cpp83 std::string action = want.GetAction(); in OnReceiveEventContinuousTask() local
106 std::string action = want.GetAction(); OnReceiveEventEfficiencyRes() local
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dnetwork_listener.cpp42 const std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
H A Dscreen_listener.cpp39 const std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
H A Dbattery_level_listener.cpp35 const std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_worker.cpp283 auto action = worker->ops.WaitForNewAction(worker); in WorkerLooperDefault() local
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dapp_data_clear_listener.cpp35 const string action = data.GetWant().GetAction(); in OnReceiveEvent() local
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dlocal_ability_manager_proxy_test.cpp290 std::string action; in HWTEST_F() local
309 std::string action; in HWTEST_F() local
326 std::string action; in HWTEST_F() local
344 std::string action; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_msg.cpp40 void NetlinkMsg::AddRoute(uint16_t action, struct rtmsg msg) in AddRoute() argument
50 void NetlinkMsg::AddRule(uint16_t action, struct fib_rule_hdr msg) in AddRule() argument
61 void NetlinkMsg::AddAddress(uint16_t action, struct ifaddrmsg msg) in AddAddress() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager.cpp87 void RptManager::OnP2pActionResult(P2pActionCallback action, ErrCode code) in OnP2pActionResult() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp34 std::string action = want.GetAction(); in OnReceiveEvent() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp55 std::string action = want.GetAction(); in OnReceiveEvent() local
/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h227 ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) ForEach() argument
240 ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) ForEachCopies() argument
254 Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) Compute() argument
275 ComputeIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) ComputeIfPresent() argument
291 ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &action) ComputeIfAbsent() argument
305 DoActionIfEmpty(const std::function<void(void)> &action) DoActionIfEmpty() argument
317 DoActionWhenClone(const std::function<void(const std::map<_Key, _Tp> &)> &action) DoActionWhenClone() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_const_properties.cpp39 napi_value action = nullptr; in ExportAction() local

Completed in 11 milliseconds

12345678910>>...54