Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp96 ProfilesList<ServiceStateID> profilesState_ = {}; member
137 pimpl->profilesState_.SetProfile(BTTransport::ADAPTER_BREDR, sp.name_, ServiceStateID::TURN_OFF); in CreateClassicProfileServices()
155 // init profilesState_ in CreateBleProfileServices()
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()
193 pimpl->profilesState_.Clear(); in Stop()
233 FOR_EACH_LIST(it, pimpl->profilesState_, transport) in OnAllEnabled()
235 pimpl->profilesState_.SetProfile(transport, it.first, ServiceStateID::TURN_ON); in OnAllEnabled()
246 const bool any = std::any_of(pimpl->profilesState_.GetProfiles(transport)->begin(), in IsAllEnabled()
247 pimpl->profilesState_ in IsAllEnabled()
[all...]

Completed in 1 milliseconds