| /base/useriam/user_auth_framework/frameworks/native/client/src/ |
| H A D | callback_manager_impl.cpp | 43 void CallbackManagerImpl::AddCallback(uintptr_t key, CallbackAction &action) in AddCallback() argument
|
| /base/useriam/user_auth_framework/services/context/src/ |
| H A D | keyguard_status_listener.cpp | 121 std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| H A D | osal_notifier.c | 71 static int osal_notifier(struct notifier_block *nb, unsigned long action, void *data)
in osal_notifier() argument
|
| /foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_new_test/ |
| H A D | fms_form_timer_mgr_new_test.cpp | 75 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 D | system_event_observer.cpp | 74 std::string action = want.GetAction(); in OnReceiveEvent() local [all...] |
| /foundation/ability/ability_runtime/service_router_framework/services/srms/src/ |
| H A D | sr_common_event_subscriber.cpp | 39 std::string action = want.GetAction(); in OnReceiveEvent() local [all...] |
| /foundation/ability/ability_lite/frameworks/ability_lite/src/ |
| H A D | ability_slice_route.cpp | 38 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/components_ng/pattern/form_link/ |
| H A D | form_link_info.h | 29 void SetAction(const std::string& action) in SetAction() argument
|
| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| H A D | text_input_configuration.h | 35 TextInputAction action = TextInputAction::UNSPECIFIED; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_form_link.cpp | 56 auto action = info[0]->ToString(); in Create() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| H A D | card_frontend_delegate_declarative.cpp | 55 void CardFrontendDelegateDeclarative::FireCardAction(const std::string& action) in FireCardAction() argument
|
| /foundation/arkui/ace_engine/test/mock/adapter/ |
| H A D | mock_mmi_event_convertor.cpp | 25 void UpdatePointerAction(std::shared_ptr<MMI::PointerEvent>& pointerEvent, const PointerAction action) in UpdatePointerAction() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/common/form/ |
| H A D | mock_form_utils.h | 29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent() argument 41 int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
| H A D | mock_form_utils.h | 29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent() argument 41 int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_menu_extension.h | 27 std::function<void(const std::string&)> action; member
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| H A D | bundle_monitor.cpp | 59 std::string action = want.GetAction(); in OnReceiveEvent() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
| H A D | app_jump_interceptor_event_subscriber.cpp | 38 std::string action = want.GetAction(); in OnReceiveEvent() local [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
| H A D | bundle_resource_event_subscriber.cpp | 39 std::string action = data.GetWant().GetAction(); in OnReceiveEvent() local
|
| /foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
| H A D | i_bluetooth_a2dp_src_observer.h | 43 virtual void OnVirtualDeviceChanged(int32_t action, std::string address) {}; in OnVirtualDeviceChanged() argument
|
| /foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
| H A D | distributed_monitor.h | 35 std::string action = want.GetAction(); in OnReceiveEvent() local
|
| /foundation/multimedia/audio_framework/frameworks/cj/src/ |
| H A D | multimedia_audio_routing_manager_callback.cpp | 73 CDeviceChangeAction action; in OnDeviceChange() local
|
| /foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
| H A D | recording_setting_state.h | 39 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_BUTT; variable 46 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_BUTT; variable 53 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_BUTT; variable 60 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_BUTT; variable 82 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::TRANS_TO_ERROR; variable [all...] |
| /foundation/multimedia/media_foundation/src/buffer/avbuffer/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/multimedia/av_codec/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/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
|