Searched refs:FOR_EACH_LIST (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_service_manager.cpp | 233 FOR_EACH_LIST(it, pimpl->profilesState_, transport) in OnAllEnabled() function 260 FOR_EACH_LIST(it, pimpl->profilesState_, transport) in EnableProfiles() function 390 FOR_EACH_LIST(it, pimpl->profilesState_, transport) in OnAllDisabled() function 417 FOR_EACH_LIST(it, pimpl->profilesState_, transport) in DisableProfiles() function
|
H A D | profile_list.h | 239 #define FOR_EACH_LIST(it, profileList, transport) for (auto it : *(profileList.GetProfiles(transport))) macro
|
Completed in 3 milliseconds