Home
last modified time | relevance | path

Searched defs:clients (Results 26 – 50 of 93) sorted by relevance

1234

/aosp12/system/core/libsysutils/src/
H A DSocketListener.cpp247 std::vector<SocketClient*> clients; in snapshotClients() local
/ohos5.0/base/request/request/services/src/service/client/
H A Dmanager.rs54 clients: HashMap<u64, (UnboundedSender<ClientEvent>, i32)>, field
/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java252 public void onClientsChanged(Collection<TetheredClient> clients) { in onClientsChanged()
487 public void onConnectedClientsChanged(List<WifiClient> clients) { } in onConnectedClientsChanged()
/aosp12/packages/modules/adb/client/pairing/tests/
H A Dpairing_connection_test.cpp325 std::vector<std::unique_ptr<PairingClient>> clients; in TEST_F() local
398 std::vector<std::unique_ptr<PairingClient>> clients; in TEST_F() local
/aosp12/system/hwservicemanager/
H A Dtest_lazy.cpp35 Return<void> onClients(const sp<IBase>& /*base*/, bool clients) override { in onClients()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DApConfigUtil.java969 List<WifiClient> clients = new ArrayList<>(); in deepCopyForWifiClientListMap() local
974 deepCopyMap.put(entry.getKey(), clients); in deepCopyForWifiClientListMap() local
/aosp12/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
H A DEthernetTetheringTest.java452 public void onClientsChanged(Collection<TetheredClient> clients) { in onClientsChanged()
555 final Collection<TetheredClient> clients = mTetheringEventCallback.awaitClientConnected(); in checkTetheredClientCallbacks() local
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DSystemStatusOsObserver.cpp152 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
321 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DSystemStatusOsObserver.cpp153 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
322 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/aosp12/hardware/qcom/sm7150/gps/core/
H A DSystemStatusOsObserver.cpp152 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
321 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp456 const auto& clients = in onHalPropertySetError() local
551 auto clients = in handlePropertySetEvent() local
H A DSubscriptionManager.cpp129 auto clients = getSubscribedClientsLocked(v->prop, flags); in distributeValuesToClients() local
/aosp12/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatusOsObserver.cpp329 list<IDataItemObserver*> clients(1, mClient); in unsubscribeAll() local
400 list<IDataItemObserver*> clients(0); in notify() local
/aosp12/hardware/qcom/sm7250/gps/core/
H A DSystemStatusOsObserver.cpp154 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
324 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/aosp12/hardware/qcom/sm8150/gps/core/
H A DSystemStatusOsObserver.cpp154 unordered_set<IDataItemObserver*> clients({mClient}); in updateSubscription() local
324 auto clients = mParent->mDataItemToClients.getValSetPtr(each); in notify() local
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/watchdog/
H A DCarWatchdogServiceTest.java203 ArrayList<TestClient> clients = new ArrayList<>(Arrays.asList( in testMultipleClients() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java463 ArrayList<ClientRange> clients = range.mClients; in disableRange() local
/aosp12/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
H A DTetheringManager.java460 public void onTetherClientsChanged(List<TetheredClient> clients) { } in onTetherClientsChanged()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarProjectionService.java742 List<WirelessClient> clients; in sendApStatusMessage() local
991 public void onConnectedClientsChanged(List<WifiClient> clients) { in onConnectedClientsChanged()
/aosp12/system/tools/aidl/tests/
H A Daidl_integration_test.py219 clients = [] variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.cpp155 const std::vector<WifiP2pDevice> &clients = it->GetPersistentDevices(); in GetNetworkIdFromClients() local
/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp389 Vector<std::shared_ptr<IResourceManagerClient> > clients; in testGetAllClients() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java2404 ArrayList<byte[]> clients = new ArrayList<>(); in setClientList() local
2448 ArrayList<byte[]> clients = result.getResult(); in getClientList() local
/aosp12/system/bt/gd/hci/
H A Dle_address_manager_test.cc198 std::vector<std::unique_ptr<RotatorClient>> clients; member in bluetooth::hci::LeAddressManagerTest
/aosp12/frameworks/native/cmds/servicemanager/
H A DServiceManager.cpp664 int clients = handleServiceClientCallback(name, false); in tryUnregisterService() local

1234