Home
last modified time | relevance | path

Searched refs:actionList (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Draw_input_injector.cpp249 std::vector<std::vector<ConsumeActionInfo>> actionList; in ExecuteQueue() local
250 if (!PrepareAllInjectingActions(actionList)) { in ExecuteQueue()
255 DumpAllInjectingActions(actionList); in ExecuteQueue()
258 DoInject(actionList); in ExecuteQueue()
268 std::vector<ConsumeActionInfo> actionList; in PrepareAllInjectingActions() local
272 actionList.push_back(action); in PrepareAllInjectingActions()
276 allActions.push_back(std::move(actionList)); in PrepareAllInjectingActions()
293 for (auto& actionList : allActions) { in DumpAllInjectingActions()
295 for (auto& action : actionList) { in DumpAllInjectingActions()
316 for (auto& actionList in DoInject()
342 UpdateGlobalStatus( const std::vector<ConsumeActionInfo>& actionList, const std::vector<InjectingInfo>& activedInjectingInfos) UpdateGlobalStatus() argument
481 PackInjectActionForOneRound(const std::vector<ConsumeActionInfo>& actionList, int32_t lastActivedFinger, int64_t currentTime, std::vector<InjectingInfo>& activedInjectingInfos, std::vector<InjectingInfo>& otherInjectingInfos) PackInjectActionForOneRound() argument
511 EstimateActiveFinger( const std::vector<ConsumeActionInfo>& actionList, int32_t lastActivedFinger) const EstimateActiveFinger() argument
[all...]
H A Draw_input_injector.h84 void PackInjectActionForOneRound(const std::vector<ConsumeActionInfo>& actionList, int32_t lastActivedFinger,
95 int32_t EstimateActiveFinger(const std::vector<ConsumeActionInfo>& actionList, int32_t lastActivedFinger) const;
97 const std::vector<ConsumeActionInfo>& actionList, const std::vector<InjectingInfo>& activedInjectingInfos);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h41 auto actionList = nativeInfo.GetOperationActions(); in TransformAccessbilityElementInfo() local
42 for (const auto& actionItem : actionList) { in TransformAccessbilityElementInfo()
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf.cpp326 std::shared_ptr<Action> actionConfig = *(cmdConfig->actionList.begin()); in DoPerfRequestThremalLvl()
327 for (auto iter = cmdConfig->actionList.begin(); iter != cmdConfig->actionList.end(); iter++) { in DoPerfRequestThremalLvl()
343 perfLvlActionCmd->actionList.push_back(perfLvlAction); in DoPerfRequestThremalLvl()
356 for (auto iter = actions->actionList.begin(); iter != actions->actionList.end(); iter++) { in DoFreqActions()
H A Dsocperf_config.cpp623 actions->actionList.push_back(action); in TraversalBoostResource()
792 for (auto actionIter = actions->actionList.begin(); actionIter != actions->actionList.end(); ++actionIter) { in CheckActionResIdAndValueValid()
/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp686 std::list<std::shared_ptr<Action>> appColdStartActionList = appColdStartActions->actionList; in HWTEST_F()
718 std::list<std::shared_ptr<Action>> appWarmStartActionList = appWarmStartActions->actionList; in HWTEST_F()
724 std::list<std::shared_ptr<Action>> appColdStartActionList = appColdStartActions->actionList; in HWTEST_F()
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_common.h129 std::list<std::shared_ptr<Action>> actionList; member in OHOS::SOCPERF::Actions

Completed in 11 milliseconds