Home
last modified time | relevance | path

Searched defs:action (Results 101 - 125 of 3201) sorted by relevance

12345678910>>...129

/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dwidget_callback_service.cpp31 CallbackManager::CallbackAction action = [impl]() { in WidgetCallbackService() local
38 CallbackManager::GetInstance().AddCallback(reinterpret_cast<uintptr_t>(this), action); in WidgetCallbackService() local
/base/useriam/user_auth_framework/common/utils/
H A Diam_scope_guard.h32 explicit IamScopeGuard(ExitAction &&action) : action_(std::forward<ExitAction>(action)) in IamScopeGuard() argument
/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
/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H A Dcop2-ex.c92 static int nlm_cu2_call(struct notifier_block *nfb, unsigned long action, in nlm_cu2_call() argument
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.h23 u16 action; member
/kernel/linux/linux-5.10/include/misc/
H A Daltera.h17 u8 *action; member
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.h23 u16 action; member
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c19 struct flow_action_entry *action; in sparx5_tc_matchall_replace() local
/kernel/linux/linux-6.6/include/misc/
H A Daltera.h17 u8 *action; member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_unaligned.c27 struct sigaction action; in test_sigreturn_unaligned() local
/third_party/curl/lib/
H A Dsigpipe.h51 struct sigaction action; in sigpipe_ignore() local

Completed in 6 milliseconds

12345678910>>...129