Home
last modified time | relevance | path

Searched defs:machine (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/useriam/face_auth/test/unittest/
H A Dstate_machine_test.cpp116 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 Dstate_machine_test.cpp110 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 Dcellular_state_machine_test.cpp244 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 Dcellualr_data_branch_test.cpp98 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 Dapn_manager_test.cpp335 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 Dzero_branch_test.cpp890 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 Dwidget_schedule_node_impl.cpp54 [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 Dschedule_node_impl.cpp248 … [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 Dutils_state_machine.c28 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 Dfinite_state_machine_impl.cpp53 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 Dscreen_brightness_task.cpp228 [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 Dfinite_state_machine_impl.cpp53 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 Dupdateincalldatamachine_fuzzer.cpp38 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 Ddslm_fsm_process.c193 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 Ddslm_core_defines.h40 StateMachine machine; member
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Darch_util.cpp44 ArchType GetArchFromUname(const std::string& machine) in GetArchFromUname()
H A Ddfx_elf_parser.cpp94 auto machine = ehdr.e_machine; in ParseElfHeaders() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Darch_util_test.cpp106 std::string machine = "test"; variable
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateactivemachine_fuzzer/
H A Dupdateactivemachine_fuzzer.cpp34 std::shared_ptr<StateMachineFuzzer> machine = std::make_shared<StateMachineFuzzer>(); in UpdateActiveMachineFuzz() local
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updatedisconnectmachine_fuzzer/
H A Dupdatedisconnectmachine_fuzzer.cpp35 std::shared_ptr<StateMachineFuzzer> machine = std::make_shared<StateMachineFuzzer>(); in UpdateDisconnectMachineFuzz() local
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateinactivemachine_fuzzer/
H A Dupdateinactivemachine_fuzzer.cpp35 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 Ddslm_baselib_utils_test.cpp329 StateMachine *machine = nullptr; variable
340 StateMachine machine; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_asset_machine_test.cpp44 std::shared_ptr<ObjectAssetMachine> machine; member in OHOS::Test::ObjectAssetMachineTest
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dmessage_user.cpp77 void MessageUser::SetMachine(bool machine) in SetMachine()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp63 DhcpClientStateMachine machine("wlan0"); in RunGetIPThreadFuncTest() local

12