/base/time/time_service/services/dfx/include/ |
D | time_cmd_parse.h | 25 using Action = std::function<void(int fd, const std::vector<std::string> &input)>; 26 …arse(const std::vector<std::string> &argsFormat, const std::string &strHelp, const Action &action); 35 Action action;
|
/base/useriam/user_auth_framework/services/base/inc/ |
D | finite_state_machine.h | 32 using Action = std::function<void(FiniteStateMachine &, uint32_t)>; 47 const FiniteStateMachine::Action &action) = 0; 51 …shared_ptr<Builder> MakeOnStateEnter(uint32_t state, const FiniteStateMachine::Action &action) = 0; 53 …shared_ptr<Builder> MakeOnStateLeave(uint32_t state, const FiniteStateMachine::Action &action) = 0;
|
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/ |
D | command.h | 24 using Action = std::function<bool(const std::vector<std::string> &input, std::string &output)>; 25 …Command(const std::vector<std::string> &argsFormat, const std::string &help, const Action &action); 34 Action action_;
|
D | command.cpp | 18 …const std::vector<std::string> &argsFormat, const std::string &help, const Command::Action &action) in Command()
|
/base/theme/screenlock_mgr/services/include/ |
D | command.h | 26 using Action = std::function<bool(const std::vector<std::string> &input, std::string &output)>; 28 …Command(const std::vector<std::string> &argsFormat, const std::string &help, const Action &action); 39 Action action;
|
/base/useriam/user_auth_framework/services/base/src/ |
D | finite_state_machine_builder.h | 37 const FiniteStateMachine::Action &action) override; 40 …std::shared_ptr<Builder> MakeOnStateEnter(uint32_t state, const FiniteStateMachine::Action &action… 41 …std::shared_ptr<Builder> MakeOnStateLeave(uint32_t state, const FiniteStateMachine::Action &action…
|
D | finite_state_machine_builder.cpp | 41 uint32_t nextState, const FiniteStateMachine::Action &action) in MakeTransition() 59 const FiniteStateMachine::Action &action) in MakeOnStateEnter() 70 const FiniteStateMachine::Action &action) in MakeOnStateLeave()
|
D | finite_state_machine_impl.h | 40 …sing TransitionMap = std::unordered_map<uint64_t, std::pair<uint32_t, FiniteStateMachine::Action>>; 41 using EnterMap = std::unordered_map<uint32_t, FiniteStateMachine::Action>; 42 using LeaveMap = std::unordered_map<uint32_t, FiniteStateMachine::Action>;
|
/base/update/updater/utils/json/ |
D | json_visitor.h | 26 enum Action { SETVAL, PRINTVAL }; enum 38 template<Action action> 44 template<Action action> 125 template<Action act, typename T, std::enable_if_t<Detail::G_IS_NUM<decltype(Traits<T>::COUNT)>, boo… 134 template<Action act, typename T, std::enable_if_t<Detail::G_IS_NUM<decltype(Traits<T>::COUNT)>, boo…
|
/base/theme/screenlock_mgr/test/unittest/ |
D | screenlock_client_test.cpp | 101 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener); 103 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCKSCREEN, listener); 114 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener); 116 result = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCKSCREEN, listener);
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | resource_node_pool_test.cpp | 126 …MockFunction<void(MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode>… 128 …MockFunction<void(MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode>… 130 …MockFunction<void(MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode>… 134 …[&callback1](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &res… in __anon81956fe40102() 140 …[&callback2](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &res… in __anon81956fe40202() 146 …[&callback3](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &res… in __anon81956fe40302() 178 …MockFunction<void(MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode>… 182 …[&callback](MockResourceNodePoolListener::Action action, const std::shared_ptr<ResourceNode> &reso… in __anon81956fe40402()
|
D | context_pool_test.cpp | 154 …MockFunction<void(MockContextPoolListener::Action action, const std::shared_ptr<Context> &context)… 155 …MockFunction<void(MockContextPoolListener::Action action, const std::shared_ptr<Context> &context)… 156 …MockFunction<void(MockContextPoolListener::Action action, const std::shared_ptr<Context> &context)… 159 … [&callback1](MockContextPoolListener::Action action, const std::shared_ptr<Context> &context) { in __anon14ca41bc0102() 165 … [&callback2](MockContextPoolListener::Action action, const std::shared_ptr<Context> &context) { in __anon14ca41bc0202() 171 … [&callback3](MockContextPoolListener::Action action, const std::shared_ptr<Context> &context) { in __anon14ca41bc0302()
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
D | mock_context_pool_listener.h | 31 enum Action { enum 36 using Callback = std::function<void(Action action, const std::shared_ptr<Context> &context)>;
|
D | mock_resource_node_pool_listener.h | 32 enum Action { enum 38 …using Callback = std::function<void(Action action, const std::shared_ptr<ResourceNode> &resource)>;
|
/base/theme/screenlock_mgr/interfaces/kits/napi/include/ |
D | event_listener.h | 33 Action action;
|
/base/theme/screenlock_mgr/interfaces/kits/napi/src/ |
D | napi_screenlock_ability.cpp | 207 if (eventListener->action == Action::LOCK) { in AsyncCallFunc() 209 …} else if (eventListener->action == Action::UNLOCK || eventListener->action == Action::UNLOCKSCREE… in AsyncCallFunc() 250 .action = Action::LOCK }; in NAPI_Lock() 264 .action = Action::LOCK }; in NAPI_Lock() 298 …ener{ .env = env, .thisVar = thisVar, .callbackRef = callbackRef, .action = Action::UNLOCKSCREEN }; in NAPI_UnlockScreen() 309 …EventListener{ .env = env, .thisVar = thisVar, .deferred = deferred, .action = Action::UNLOCKSCREE… in NAPI_UnlockScreen() 346 .action = Action::UNLOCK }; in NAPI_Unlock() 360 .action = Action::UNLOCK }; in NAPI_Unlock()
|
/base/theme/screenlock_mgr/frameworks/kitsimpl/src/ |
D | screenlock_manager.cpp | 83 int32_t ScreenLockManager::Unlock(Action action, const sptr<ScreenLockSystemAbilityInterface> &list… in Unlock() 95 if (action == Action::UNLOCKSCREEN) { in Unlock()
|
/base/time/time_service/services/dfx/src/ |
D | time_cmd_parse.cpp | 19 …d::vector<std::string> &argsFormat, const std::string &strHelp, const TimeCmdParse::Action &action) in TimeCmdParse()
|
/base/theme/screenlock_mgr/services/src/ |
D | command.cpp | 20 …const std::vector<std::string> &argsFormat, const std::string &help, const Command::Action &action) in Command()
|
/base/theme/screenlock_mgr/frameworks/kitsimpl/include/ |
D | screenlock_manager.h | 45 int32_t Unlock(Action action, const sptr<ScreenLockSystemAbilityInterface> &listener);
|
/base/theme/screenlock_mgr/test/fuzztest/screenlockmanager_fuzzer/ |
D | screenlockmanager_fuzzer.cpp | 59 int32_t ret = ScreenLockManager::GetInstance()->Unlock(Action::UNLOCK, listener_); in FuzzScreenlockManager()
|
/base/theme/screenlock_mgr/utils/include/ |
D | screenlock_common.h | 92 enum class Action : uint8_t { enum
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|