Home
last modified time | relevance | path

Searched defs:action (Results 26 – 50 of 911) sorted by relevance

12345678910>>...37

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_authenticator_session_manager_module_test.cpp187 AuthenticatorAction action; variable
252 AuthenticatorAction action; variable
259 AuthenticatorAction action; variable
278 AuthenticatorAction action; variable
307 AuthenticatorAction action; variable
350 AuthenticatorAction action; variable
402 AuthenticatorAction action; variable
432 AuthenticatorAction action; variable
464 AuthenticatorAction action; variable
514 AuthenticatorAction action; variable
[all …]
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Drule_utils.cpp22 std::string RuleUtils::EnumToString(Action action) in EnumToString()
35 Action RuleUtils::StringToAction(std::string action) in StringToAction()
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/configs/
H A Dstandby_strategy_config.json5 "action": "allow", string
13 "action": "restrict", string
23 "action": "allow", string
31 "action": "restrict", string
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp45 WSPropertyChangeAction action; member in OHOS::Rosen::SceneSessionTest4
80 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_ASPECT_RATIO; variable
109 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_ASPECT_RATIO; variable
129 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_ASPECT_RATIO; variable
158 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_ASPECT_RATIO; variable
175 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_ASPECT_RATIO; variable
193 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_ANIMATION_FLAG; variable
259 ){}; in __anon5bf3b6d60202()
438 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_PRIVACY_MODE; variable
465 WSPropertyChangeAction action = WSPropertyChangeAction::ACTION_UPDATE_MODE; variable
/ohos5.0/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()
47 std::string AbilitySliceRoute::MatchRoute(const std::string &action) in MatchRoute()
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h161 …size_type EraseIf(const std::function<bool(const key_type &key, mapped_type &value)> &action) noex… in EraseIf()
184 void ForEach(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEach()
197 void ForEachCopies(const std::function<bool(const key_type &, mapped_type &)> &action) in ForEachCopies()
211 …ol Compute(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in Compute()
232 …eIfPresent(const key_type &key, const std::function<bool(const key_type &, mapped_type &)> &action) in ComputeIfPresent()
248 …bool ComputeIfAbsent(const key_type &key, const std::function<mapped_type(const key_type &)> &acti… in ComputeIfAbsent()
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dstate_manager.cpp57 StateActions* action = new (std::nothrow) StateActions(); in ForState() local
77 StateActions& action = ForState(i); in FromState() local
87 StateActions* action = currState_->second; in ToState() local
152 StateActions *action = currState_->second; in ResetTimerDelay() local
/ohos5.0/base/security/security_guard/test/unittest/config_manager/resource/
H A Drelated_event_analysis.json17 "action":{}, object
29 "action":{}, object
41 "action":{ object
55 "action":{}, object
67 "action":{}, object
79 "action":{}, object
H A Drelated_event_analysis_update.json17 "action":{}, object
29 "action":{}, object
41 "action":{ object
55 "action":{}, object
67 "action":{}, object
79 "action":{}, object
/ohos5.0/foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
H A Dindex.json8 "action": "router", string
16 "action": "message", string
/ohos5.0/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
H A Dindex.json8 "action": "router", string
16 "action": "message", string
/ohos5.0/foundation/multimodalinput/input/intention/adapters/common_event_adapter/src/
H A Dcommon_event_observer.cpp41 for (const auto &action : g_commonEvents) { in CreateCommonEventObserver() local
51 const auto action = want.GetAction(); in OnReceiveEvent() local
/ohos5.0/base/msdp/device_status/intention/adapters/common_event_adapter/src/
H A Dcommon_event_observer.cpp41 for (const auto &action : g_commonEvents) { in CreateCommonEventObserver() local
51 const auto action = want.GetAction(); in OnReceiveEvent() local
/ohos5.0/base/useriam/face_auth/services_ex/src/
H A Dfinite_state_machine_builder.cpp41 uint32_t nextState, const FiniteStateMachine::Action &action) in MakeTransition()
59 const FiniteStateMachine::Action &action) in MakeOnStateEnter()
70 const FiniteStateMachine::Action &action) in MakeOnStateLeave()
/ohos5.0/base/useriam/user_auth_framework/services/base/src/
H A Dfinite_state_machine_builder.cpp41 uint32_t nextState, const FiniteStateMachine::Action &action) in MakeTransition()
59 const FiniteStateMachine::Action &action) in MakeOnStateEnter()
70 const FiniteStateMachine::Action &action) in MakeOnStateLeave()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_settings/src/
H A Dpower_policy.cpp32 uint32_t action = parcel.ReadUint32(); in Unmarshalling() local
46 bool PowerPolicy::SetPowerPolicyAction(uint32_t action) in SetPowerPolicyAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Dtouch_listener_component.h47 void SetEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage, in SetEvent()
54 uint32_t action, uint32_t stage, uint32_t eventType) const in GetEvent()
59 void SetSwipeEvent(const EventMarker& eventMarker, uint32_t action, uint32_t stage) in SetSwipeEvent()
64 const EventMarker& GetSwipeEvent(uint32_t action, uint32_t stage) const in GetSwipeEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/form/
H A Dmock_form_utils.h29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent()
41 …int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_form_utils.h29 int32_t RouterEvent(const int64_t formId, const std::string& action, const int32_t containerId, in RouterEvent()
41 …int32_t BackgroundEvent(const int64_t formId, const std::string& action, const int32_t containerId, in BackgroundEvent()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dinit_state.h38 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetVideoSource() local
45 …Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_RECORDING_SETTING : Action::ACTION_… in SetAudioSource() local
H A Drecording_state.h65 Action action = (ret == ErrorCode::SUCCESS) ? Action::ACTION_BUTT : Action::TRANS_TO_ERROR; in Stop() local
72 Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::ACTION_BUTT; in OnComplete() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_event_process.cpp33 int32_t action = pointerEvent->GetPointerAction(); in ProcessEnterLeaveEvent() local
73 int32_t action = pointerEvent->GetPointerAction(); in ProcessWindowMouseEvent() local
89 int32_t action = pointerEvent->GetPointerAction(); in ProcessWindowDragEvent() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_msg.cpp40 void NetlinkMsg::AddRoute(uint16_t action, struct rtmsg msg) in AddRoute()
50 void NetlinkMsg::AddRule(uint16_t action, struct fib_rule_hdr msg) in AddRule()
61 void NetlinkMsg::AddAddress(uint16_t action, struct ifaddrmsg msg) in AddAddress()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_idm_callback_service.cpp31 CallbackManager::CallbackAction action = [impl]() { in IdmCallbackService() local
70 CallbackManager::CallbackAction action = [impl]() { in IdmGetCredInfoCallbackService() local
99 CallbackManager::CallbackAction action = [impl]() { in IdmGetSecureUserInfoCallbackService() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_file_kit_inner/data_sync/
H A Dsync_state_manager_test.cpp257 Action action = syncStateManager.UpdateSyncState(SyncState::SYNCING); variable
279 Action action = syncStateManager.UpdateSyncState(SyncState::SYNCING); variable
377 Action action = syncStateManager.UpdateSyncState(SyncState::INIT); variable
432 Action action = syncStateManager.ClearDisableCloudFlag(); variable

12345678910>>...37