/ohos5.0/base/useriam/face_auth/test/unittest/ |
H A D | state_machine_test.cpp | 116 auto machine = machineBuilder->Build(); variable 127 auto machine = machineBuilder->Build(); variable 139 auto machine = machineBuilder->Build(); variable 153 auto machine = machineBuilder->Build(); variable 187 auto machine = machineBuilder->Build(); variable 229 auto machine = machineBuilder->Build(); variable 253 auto machine = machineBuilder->Build(); variable 271 auto machine = machineBuilder->Build(); variable 291 auto machine = machineBuilder->Build(); variable 314 auto machine = machineBuilder->Build(); variable [all …]
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | state_machine_test.cpp | 110 auto machine = machineBuilder->Build(); variable 121 auto machine = machineBuilder->Build(); variable 133 auto machine = machineBuilder->Build(); variable 147 auto machine = machineBuilder->Build(); variable 181 auto machine = machineBuilder->Build(); variable 223 auto machine = machineBuilder->Build(); variable 247 auto machine = machineBuilder->Build(); variable 265 auto machine = machineBuilder->Build(); variable 286 auto machine = machineBuilder->Build(); variable 351 MockFunction<void(FiniteStateMachine & machine, uint32_t event)> &action, in MakeTestMachine() [all …]
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | cellular_state_machine_test.cpp | 244 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 262 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 281 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 300 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 320 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 340 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 360 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 380 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 940 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 1146 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable [all …]
|
H A D | cellualr_data_branch_test.cpp | 98 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 116 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 134 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 153 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 192 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 215 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 235 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 253 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 273 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable 296 std::shared_ptr<CellularMachineTest> machine = std::make_shared<CellularMachineTest>(); variable [all …]
|
H A D | apn_manager_test.cpp | 335 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 349 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 366 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 383 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 541 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable
|
H A D | zero_branch_test.cpp | 890 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1165 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1199 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1245 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1267 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1289 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1326 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1501 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable 1547 std::shared_ptr<StateMachineTest> machine = std::make_shared<StateMachineTest>(); variable
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | widget_schedule_node_impl.cpp | 54 [this](FiniteStateMachine &machine, uint32_t event) { OnStartAuth(machine, event); }); in MakeFiniteStateMachine() 58 [this](FiniteStateMachine &machine, uint32_t event) { OnNaviPinAuth(machine, event); }); in MakeFiniteStateMachine() 66 [this](FiniteStateMachine &machine, uint32_t event) { OnStartAuth(machine, event); }); in MakeFiniteStateMachine() 169 void WidgetScheduleNodeImpl::OnStartSchedule(FiniteStateMachine &machine, uint32_t event) in OnStartSchedule() 179 void WidgetScheduleNodeImpl::OnStopSchedule(FiniteStateMachine &machine, uint32_t event) in OnStopSchedule() 187 void WidgetScheduleNodeImpl::OnStartAuth(FiniteStateMachine &machine, uint32_t event) in OnStartAuth() 200 void WidgetScheduleNodeImpl::OnStopAuthList(FiniteStateMachine &machine, uint32_t event) in OnStopAuthList() 210 void WidgetScheduleNodeImpl::OnSuccessAuth(FiniteStateMachine &machine, uint32_t event) in OnSuccessAuth() 218 void WidgetScheduleNodeImpl::OnNaviPinAuth(FiniteStateMachine &machine, uint32_t event) in OnNaviPinAuth() 232 void WidgetScheduleNodeImpl::OnWidgetReloadInit(FiniteStateMachine &machine, uint32_t event) in OnWidgetReloadInit() [all …]
|
H A D | schedule_node_impl.cpp | 248 … [this](FiniteStateMachine &machine, uint32_t event) { ProcessEndVerifier(machine, event); }); in MakeFiniteStateMachine() 250 … [this](FiniteStateMachine &machine, uint32_t event) { ProcessEndVerifier(machine, event); }); in MakeFiniteStateMachine() 268 … [this](FiniteStateMachine &machine, uint32_t event) { ProcessEndVerifier(machine, event); }); in MakeFiniteStateMachine() 350 void ScheduleNodeImpl::ProcessBeginVerifier(FiniteStateMachine &machine, uint32_t event) in ProcessBeginVerifier() 374 void ScheduleNodeImpl::ProcessBeginCollector(FiniteStateMachine &machine, uint32_t event) in ProcessBeginCollector() 424 void ScheduleNodeImpl::ProcessVerifierBeginFailed(FiniteStateMachine &machine, uint32_t event) in ProcessVerifierBeginFailed() 429 void ScheduleNodeImpl::ProcessCollectorBeginFailed(FiniteStateMachine &machine, uint32_t event) in ProcessCollectorBeginFailed() 439 void ScheduleNodeImpl::ProcessEndCollector(FiniteStateMachine &machine, uint32_t event) in ProcessEndCollector() 464 void ScheduleNodeImpl::ProcessEndVerifier(FiniteStateMachine &machine, uint32_t event) in ProcessEndVerifier() 483 void ScheduleNodeImpl::OnScheduleProcessing(FiniteStateMachine &machine, uint32_t event) in OnScheduleProcessing() [all …]
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_state_machine.c | 28 void InitStateMachine(StateMachine *machine, uint32_t machineId, uint32_t initState) in InitStateMachine() 51 static inline void PushPendingEvent(StateMachine *machine, uint32_t event, const void *para) in PushPendingEvent() 62 static inline bool PopPendingEvent(StateMachine *machine, uint32_t *event, const void **para) in PopPendingEvent() 76 void ScheduleMachine(const StateNode *nodes, uint32_t nodeCnt, StateMachine *machine, uint32_t even… in ScheduleMachine()
|
/ohos5.0/base/useriam/face_auth/services_ex/src/ |
H A D | finite_state_machine_impl.cpp | 53 if (auto machine = self.lock(); machine != nullptr) { in Schedule() local 60 void FiniteStateMachineImpl::ScheduleInner(FiniteStateMachine &machine) in ScheduleInner() 94 void FiniteStateMachineImpl::DealWithStateLeaveAndEnter(FiniteStateMachine &machine, uint32_t oldSt… in DealWithStateLeaveAndEnter() 137 FiniteStateMachineImpl::Inner::Inner(std::shared_ptr<FiniteStateMachineImpl> &machine) : machine_(m… in Inner()
|
H A D | screen_brightness_task.cpp | 228 [self = this](FiniteStateMachine &machine, uint32_t event) { self->StartProcess(); }); in MakeFiniteStateMachine() 240 … [self = this](FiniteStateMachine &machine, uint32_t event) { self->BeginIncreaseBrightness(); }); in MakeFiniteStateMachine() 243 … [self = this](FiniteStateMachine &machine, uint32_t event) { self->DoIncreaseBrightness(); }); in MakeFiniteStateMachine() 247 [self = this](FiniteStateMachine &machine, uint32_t event) { self->EndProcess(); }); in MakeFiniteStateMachine()
|
/ohos5.0/base/useriam/user_auth_framework/services/base/src/ |
H A D | finite_state_machine_impl.cpp | 53 if (auto machine = self.lock(); machine != nullptr) { in Schedule() local 60 void FiniteStateMachineImpl::ScheduleInner(FiniteStateMachine &machine) in ScheduleInner() 92 void FiniteStateMachineImpl::DealWithStateLeaveAndEnter(FiniteStateMachine &machine, uint32_t oldSt… in DealWithStateLeaveAndEnter() 135 FiniteStateMachineImpl::Inner::Inner(std::shared_ptr<FiniteStateMachineImpl> &machine) : machine_(m… in Inner()
|
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateincalldatamachine_fuzzer/ |
H A D | updateincalldatamachine_fuzzer.cpp | 38 std::shared_ptr<IncallDataStateMachine> machine = fuzzer->CreateIncallDataStateMachine(slotId); in IdleStateMachineFuzz() local 75 std::shared_ptr<IncallDataStateMachine> machine = fuzzer->CreateIncallDataStateMachine(slotId); in ActivatingSecondaryStateMachineFuzz() local 116 std::shared_ptr<IncallDataStateMachine> machine = fuzzer->CreateIncallDataStateMachine(slotId); in ActivatedSecondaryStateMachineFuzz() local 158 std::shared_ptr<IncallDataStateMachine> machine = fuzzer->CreateIncallDataStateMachine(slotId); in DeactivatingSecondaryStateMachineFuzz() local
|
/ohos5.0/base/security/device_security_level/services/dslm/ |
H A D | dslm_fsm_process.c | 193 static bool ProcessDeviceOnline(const StateMachine *machine, uint32_t event, const void *para) in ProcessDeviceOnline() 222 static bool ProcessSendCredRequest(const StateMachine *machine, uint32_t event, const void *para) in ProcessSendCredRequest() 229 static bool ProcessSdkRequest(const StateMachine *machine, uint32_t event, const void *para) in ProcessSdkRequest() 271 static bool ProcessSendRequestFailed(const StateMachine *machine, uint32_t event, const void *para) in ProcessSendRequestFailed() 291 static bool ProcessDeviceOffline(const StateMachine *machine, uint32_t event, const void *para) in ProcessDeviceOffline() 302 static bool ProcessVerifyCredMessage(const StateMachine *machine, uint32_t event, const void *para) in ProcessVerifyCredMessage() 323 static bool ProcessSdkTimeout(const StateMachine *machine, uint32_t event, const void *para) in ProcessSdkTimeout()
|
H A D | dslm_core_defines.h | 40 StateMachine machine; member
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | arch_util.cpp | 44 ArchType GetArchFromUname(const std::string& machine) in GetArchFromUname()
|
H A D | dfx_elf_parser.cpp | 94 auto machine = ehdr.e_machine; in ParseElfHeaders() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | arch_util_test.cpp | 106 std::string machine = "test"; variable
|
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/ |
H A D | updateactivemachine_fuzzer.cpp | 34 std::shared_ptr<StateMachineFuzzer> machine = std::make_shared<StateMachineFuzzer>(); in UpdateActiveMachineFuzz() local
|
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updatedisconnectmachine_fuzzer/ |
H A D | updatedisconnectmachine_fuzzer.cpp | 35 std::shared_ptr<StateMachineFuzzer> machine = std::make_shared<StateMachineFuzzer>(); in UpdateDisconnectMachineFuzz() local
|
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateinactivemachine_fuzzer/ |
H A D | updateinactivemachine_fuzzer.cpp | 35 std::shared_ptr<StateMachineFuzzer> machine = std::make_shared<StateMachineFuzzer>(); in UpdateInActiveMachineFuzz() local
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_baselib_utils_test.cpp | 329 StateMachine *machine = nullptr; variable 340 StateMachine machine; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | object_asset_machine_test.cpp | 44 std::shared_ptr<ObjectAssetMachine> machine; member in OHOS::Test::ObjectAssetMachineTest
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | message_user.cpp | 77 void MessageUser::SetMachine(bool machine) in SetMachine()
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 63 DhcpClientStateMachine machine("wlan0"); in RunGetIPThreadFuncTest() local
|