Home
last modified time | relevance | path

Searched refs:idleState (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
Dstate_machine.h53 void SetIdleStateConfig(const IdleState& idleState) in SetIdleStateConfig() argument
55 idleStateConfig_ = idleState; in SetIdleStateConfig()
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_config_file_parser.cpp282 IdleState idleState; in ParseIdleNode() local
287 StrToInt(reinterpret_cast<char*>(value), idleState.level); in ParseIdleNode()
293 StrToInt(reinterpret_cast<char*>(value), idleState.soc); in ParseIdleNode()
299 StrToInt(reinterpret_cast<char*>(value), idleState.charging); in ParseIdleNode()
305 StrToInt(reinterpret_cast<char*>(value), idleState.current); in ParseIdleNode()
313 idleState.level, idleState.soc, idleState.charging, idleState.current); in ParseIdleNode()
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dthermal_srv_config_parser.cpp581 IdleState idleState; in ParseIdleNode() local
586 StrToInt(reinterpret_cast<char*>(value), idleState.level); in ParseIdleNode()
592 StrToInt(reinterpret_cast<char*>(value), idleState.soc); in ParseIdleNode()
598 StrToInt(reinterpret_cast<char*>(value), idleState.charging); in ParseIdleNode()
604 StrToInt(reinterpret_cast<char*>(value), idleState.current); in ParseIdleNode()
612 idleState.level, idleState.soc, idleState.charging, idleState.current); in ParseIdleNode()
613 g_service->GetStateMachineObj()->SetIdleStateConfig(idleState); in ParseIdleNode()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp1191 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
1192 ASSERT_EQ(callState, idleState);
1247 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
1248 ASSERT_EQ(callState, idleState);
1319 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
1320 ASSERT_EQ(callState, idleState);
1339 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
1340 ASSERT_EQ(callState, idleState);