Lines Matching refs:asBinderStatus

130             return asBinderStatus((res));             \
141 binder::Status asBinderStatus(const netdutils::Status& status) { in asBinderStatus() function
149 binder::Status asBinderStatus(const base::Result<T> result) { in asBinderStatus() function
536 return asBinderStatus(statsList); in tetherGetStats()
640 return asBinderStatus( in ipSecSetEncapSocketOwner()
652 return asBinderStatus(gCtls->xfrmCtrl.ipSecAllocateSpi( in ipSecAllocateSpi()
670 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
683 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
692 return asBinderStatus(gCtls->xfrmCtrl.ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
700 return asBinderStatus(gCtls->xfrmCtrl.ipSecRemoveTransportModeTransform(socket.get())); in ipSecRemoveTransportModeTransform()
711 return asBinderStatus(gCtls->xfrmCtrl.ipSecAddSecurityPolicy( in ipSecAddSecurityPolicy()
722 return asBinderStatus(gCtls->xfrmCtrl.ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
733 return asBinderStatus(gCtls->xfrmCtrl.ipSecDeleteSecurityPolicy( in ipSecDeleteSecurityPolicy()
771 return asBinderStatus(InterfaceController::setIPv6AddrGenMode(ifName, mode)); in setIPv6AddrGenMode()
778 return asBinderStatus(gCtls->wakeupCtrl.addInterface(ifName, prefix, mark, mask)); in wakeupAddInterface()
785 return asBinderStatus(gCtls->wakeupCtrl.delInterface(ifName, prefix, mark, mask)); in wakeupDelInterface()
790 return asBinderStatus(gCtls->trafficCtrl.swapActiveStatsMap()); in trafficSwapActiveStatsMap()
1229 return asBinderStatus(gCtls->trafficCtrl.addUidInterfaceRules( in firewallAddUidInterfaceRules()
1237 return asBinderStatus(gCtls->trafficCtrl.removeUidInterfaceRules(uids)); in firewallRemoveUidInterfaceRules()