Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp265 ServiceStateID otherTransportState = ServiceStateID::TURN_OFF; in EnableProfiles() local
267 if (pimpl->profilesState_.Find(otherTransport, name, otherTransportState)) { in EnableProfiles()
268 switch (otherTransportState) { in EnableProfiles()
419 ServiceStateID otherTransportState = ServiceStateID::TURN_OFF; in DisableProfiles() local
424 if (pimpl->profilesState_.Find(otherTransport, name, otherTransportState)) { in DisableProfiles()
425 switch (otherTransportState) { in DisableProfiles()
430 otherTransportState, in DisableProfiles()

Completed in 2 milliseconds