Home
last modified time | relevance | path

Searched defs:action (Results 1 - 25 of 613) sorted by relevance

12345678910>>...25

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form_link/
H A Dform_link_model_ng.cpp22 void FormLinkModelNG::Create(const std::string& action) in Create() argument
H A Dform_link_pattern.h41 void SetAction(const std::string& action) in SetAction() argument
H A Dform_link_info.h29 void SetAction(const std::string& action) in SetAction() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dconcurrent_adapter.cpp19 int ConcurrentAdapter::ScheduleTask(const TaskAction &action, Dependence inDeps, Dependence outDeps) in ScheduleTask() argument
37 TaskHandle ConcurrentAdapter::ScheduleTaskH(const TaskAction &action, Dependence inDeps, Dependence outDeps) in ScheduleTaskH() argument
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_event_subscriber.cpp33 std::string action = want.GetAction(); in OnReceiveEvent() local
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_want_ffi.h33 char* action; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dbar_item_event_hub.h29 void SetItemAction(const std::function<void()>& action) in SetItemAction() argument
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Drecording_state.h65 Action action = (ret == ErrorCode::SUCCESS) ? Action::ACTION_BUTT : Action::TRANS_TO_ERROR; variable
72 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::ACTION_BUTT; variable
H A Dpause_state.h63 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::TRANS_TO_ERROR; variable
H A Dinit_state.h38 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_BUTT; variable
45 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_BUTT; variable
/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dinit_state.h43 Action action = ret == ErrorCode::SUCCESS ? Action::TRANS_TO_INIT : Action::ACTION_BUTT; variable
H A Didle_state.h36 Action action = ret == ErrorCode::SUCCESS ? Action::TRANS_TO_INIT : Action::ACTION_BUTT; variable
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/impl/
H A Dbattery_strategy.cpp37 auto action = data.GetWant().GetAction(); in handleEvent() local
H A Dcharging_strategy.cpp37 auto action = data.GetWant().GetAction(); in handleEvent() local
H A Dscreen_strategy.cpp37 auto action = data.GetWant().GetAction(); in handleEvent() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_rdb_test/src/
H A Dmedialibrary_subscriber_test.cpp41 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF; in HWTEST_F() local
54 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_CONNECTED; in HWTEST_F() local
67 string action = EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON; in HWTEST_F() local
80 string action = EventFwk::CommonEventSupport::COMMON_EVENT_TIME_CHANGED; in HWTEST_F() local
93 string action = EventFwk::CommonEventSupport::COMMON_EVENT_POWER_DISCONNECTED; in HWTEST_F() local
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dcommon_event_observer.cpp42 std::string action = want.GetAction(); in OnReceiveEvent() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dref_count.cpp22 RefCount::RefCount(std::function<void()> action) in RefCount() argument
/foundation/distributedhardware/device_manager/test/servicesfuzztest/setuseroperation_fuzzer/
H A Dset_user_operation_fuzzer.cpp33 int32_t action = *(reinterpret_cast<const int32_t*>(data)); in SetUserOperationFuzzTest() local
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_new_test/
H A Dfms_form_timer_mgr_new_test.cpp75 std::string action = "fms.time_speed"; in HWTEST_F() local
94 std::string action = "usual.event.TIME_CHANGED"; in HWTEST_F() local
113 std::string action = "usual.event.TIMEZONE_CHANGED"; in HWTEST_F() local
132 std::string action = "form_update_at_timer"; in HWTEST_F() local
151 std::string action = "abc"; in HWTEST_F() local
170 std::string action = "form_update_at_timer"; HWTEST_F() local
190 std::string action = "form_update_at_timer"; HWTEST_F() local
210 std::string action = "form_update_at_timer"; HWTEST_F() local
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H A Dsystem_event_observer.cpp74 std::string action = want.GetAction(); in OnReceiveEvent() local
[all...]
/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dsr_common_event_subscriber.cpp39 std::string action = want.GetAction(); in OnReceiveEvent() local
[all...]
/foundation/ability/ability_lite/frameworks/ability_lite/src/
H A Dability_slice_route.cpp38 void AbilitySliceRoute::AddActionRoute(const std::string &action, const std::string &entry) in AddActionRoute() argument
47 std::string AbilitySliceRoute::MatchRoute(const std::string &action) in MatchRoute() argument
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_configuration.h35 TextInputAction action = TextInputAction::UNSPECIFIED; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_form_link.cpp56 auto action = info[0]->ToString(); in Create() local

Completed in 6 milliseconds

12345678910>>...25