Home
last modified time | relevance | path

Searched refs:turnOn (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp32 std::unique_ptr<utility::StateMachine::State> turnOn = std::make_unique<AdapterTurnOnState>(*this, adapter); in Init() local
33 Move(turnOn); in Init()
H A Dadapter_manager.cpp833 int turnOn = 0; in RestoreTurnOnState()
835 AdapterDeviceConfig::GetInstance()->GetValue(SECTION_HOST, adapterConfigTbl[btStateFlag].first, turnOn); in RestoreTurnOnState()
836 LOG_INFO("restore turnon, %{public}s, %{public}d", adapterConfigTbl[btStateFlag].first.c_str(), turnOn); in RestoreTurnOnState()
838 if (!turnOn) { in RestoreTurnOnState()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_impl_test.cpp76 int turnOn = nfcControllerImpl->TurnOn(); in HWTEST_F() local
77 ASSERT_TRUE(turnOn == KITS::ERR_NFC_PARAMETERS); in HWTEST_F()

Completed in 3 milliseconds