Home
last modified time | relevance | path

Searched defs:idleState (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
H A Dstate_machine.h54 void SetIdleStateConfig(const IdleState& idleState) in SetIdleStateConfig()
/ohos5.0/base/telephony/cellular_data/test/fuzztest/updateincalldatamachine_fuzzer/
H A Dupdateincalldatamachine_fuzzer.cpp47 auto idleState = static_cast<IdleState *>(machine->idleState_.GetRefPtr()); in IdleStateMachineFuzz() local
169 auto idleState = static_cast<IdleState *>(machine->idleState_.GetRefPtr()); in DeactivatingSecondaryStateMachineFuzz() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/Mock/
H A Dmock_p2p_state_machine.h30 …oupJoinState &groupJoinState, P2pGroupOperatingState &groupOperatingState, P2pIdleState &idleState, in MockP2pStateMachine()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager1_gtest.cpp626 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
752 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
772 int32_t idleState = (int32_t)CallStateToApp::CALL_STATE_IDLE; variable
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_idle_monitor.h52 void SetIdleState(bool idleState) in SetIdleState()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dhook_utils.cpp105 bool HookUtils::ExecuteHookWhenAddWorkRecord(bool stillState, bool idleState, std::string abilityNa… in ExecuteHookWhenAddWorkRecord()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp294 IdleState idleState; in ParseIdleNode() local
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_srv_config_parser.cpp659 IdleState idleState; in ParseIdleNode() local
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1400 auto idleState = static_cast<IdleState *>(incallStateMachine->idleState_.GetRefPtr()); variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp63 …P2pGroupOperatingState &groupOperatingState, P2pIdleState &idleState, P2pInvitingState &invitingSt… in P2pStateMachine()