Home
last modified time | relevance | path

Searched refs:InitStateMachine (Results 1 - 13 of 13) sorted by relevance

/base/security/device_security_level/baselib/utils/include/
H A Dutils_state_machine.h49 void InitStateMachine(StateMachine *machine, uint32_t machineId, uint32_t initState);
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_listener_test.cpp54 g_service->InitStateMachine(); in SetUpTestCase()
H A Dthermal_service_test.cpp116 EXPECT_TRUE(g_service->InitStateMachine()); in HWTEST_F()
H A Dthermal_mock_action_test.cpp148 g_service->InitStateMachine(); in SetUpTestCase()
H A Dthermal_action_hub_test.cpp82 g_service->InitStateMachine(); in SetUpTestCase()
H A Dthermal_action_report_test.cpp291 g_service->InitStateMachine(); in SetUpTestCase()
H A Dthermal_mgr_policy_test.cpp71 g_service->InitStateMachine(); in SetUpTestCase()
/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() function
/base/powermgr/thermal_manager/services/native/include/
H A Dthermal_service.h182 bool InitStateMachine();
/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp111 InitStateMachine(); in OnAddSystemAbility()
325 bool ThermalService::InitStateMachine() in InitStateMachine() function in OHOS::PowerMgr::ThermalService
329 THERMAL_HILOGE(COMP_SVC, "InitStateMachine: state machine init failed"); in InitStateMachine()
/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp344 g_service->InitStateMachine(); in SetUpTestCase()
/base/security/device_security_level/services/dslm/
H A Ddslm_fsm_process.c416 InitStateMachine(&info->machine, machineId, STATE_INIT); in InitDslmStateMachine()
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp435 * @tc.desc: function InitStateMachine with malformed input
446 InitStateMachine(machine, machineId, initState); in HWTEST_F()

Completed in 13 milliseconds