Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp83 enum ServiceStateID { enum
96 ProfilesList<ServiceStateID> profilesState_ = {};
137 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BREDR, sp.name_, ServiceStateID::TURN_OFF); in CreateClassicProfileServices()
156 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, ServiceStateID::TURN_OFF); in CreateBleProfileServices()
165 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BLE, sp.name_, ServiceStateID::TURN_OFF); in CreateBleProfileServices()
235 pimpl->profilesState_.SetProfile(transport, it.first, ServiceStateID::TURN_ON); in OnAllEnabled()
248 [](const auto &temp) -> bool { return temp.second != ServiceStateID::TURN_ON; }); in IsAllEnabled()
265 ServiceStateID otherTransportState = ServiceStateID::TURN_OFF; in EnableProfiles()
269 case ServiceStateID in EnableProfiles()
[all...]

Completed in 2 milliseconds