Home
last modified time | relevance | path

Searched defs:connect (Results 76 – 100 of 452) sorted by relevance

12345678910>>...19

/aosp12/bionic/libc/private/
H A DNetdClientDispatch.h26 int (*connect)(int, const struct sockaddr*, socklen_t); member
/aosp12/packages/services/Car/obd2-lib/src/com/android/car/obd2/connections/
H A DBluetoothConnection.java66 private boolean connect() { in connect() method in BluetoothConnection
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp-sys.md18 ### connect subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-bluetooth-a2dp-sys.md18 ### connect subsection
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ability_manager_client.cpp96 …const Want& want, sptr<IAbilityConnection> connect, sptr<IRemoteObject> callerToken, int32_t userI… in ConnectAbility()
101 ErrCode AbilityManagerClient::DisconnectAbility(sptr<IAbilityConnection> connect) in DisconnectAbility()
H A Dmock_ability_manager_service.cpp89 …const Want& want, const sptr<IAbilityConnection>& connect, const sptr<IRemoteObject>& callerToken,… in ConnectAbility()
95 int MockAbilityManagerService::DisconnectAbility(sptr<IAbilityConnection> connect) in DisconnectAbility()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DAccessPointController.kt61 fun connect(ap: WifiEntry?): Boolean regex
/aosp12/frameworks/base/apex/media/aidl/private/android/media/
H A DIMediaSession2.aidl33 void connect(in Controller2Link caller, int seq, in Bundle connectionRequest) = 0; in connect() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapObexTransport.java64 public void connect() throws IOException { in connect() method in BluetoothPbapObexTransport
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dapp_connect_manager.cpp26 int maxWaitTime, std::function<bool()> connect, std::function<void()> disconnect) in Wait()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp58 sptr<CallerConnection> connect = new (std::nothrow) CallerConnection(); in StartAbilityByCallInner() local
98 auto connect = iface_cast<CallerConnection>(localCallRecord->GetConnection()); in ReleaseCall() local
139 auto connect = iface_cast<CallerConnection>(localCallRecord->GetConnection()); in ClearFailedCallConnection() local
/aosp12/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DBidirectionalAsyncChannel.java45 public void connect(final Looper looper, final Messenger messenger, in connect() method in BidirectionalAsyncChannel
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-StateManagement.md33 ### connect subsection
/aosp12/frameworks/base/core/java/android/net/
H A DLocalSocket.java141 public void connect(LocalSocketAddress endpoint) throws IOException { in connect() method in LocalSocket
292 public void connect(LocalSocketAddress endpoint, int timeout) in connect() method in LocalSocket
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowWifiManager.java57 protected void connect(WifiConfiguration config, WifiManager.ActionListener listener) { in connect() method in ShadowWifiManager
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java69 Type connect = tb.create(); in createTest() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/
H A Dui_extension_connect_module_test.cpp244 sptr<IAbilityConnection> connect = nullptr; variable
310 sptr<IAbilityConnection> connect = nullptr; variable
331 sptr<IAbilityConnection> connect = nullptr; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp268 …SchedProxy::ConnectRemoteAbility(const OHOS::AAFwk::Want& want, const sptr<IRemoteObject>& connect, in ConnectRemoteAbility()
295 int32_t DistributedSchedProxy::DisconnectRemoteAbility(const sptr<IRemoteObject>& connect, int32_t … in DisconnectRemoteAbility()
321 const AppExecFwk::AbilityInfo& abilityInfo, const sptr<IRemoteObject>& connect, in ConnectAbilityFromRemote()
365 int32_t DistributedSchedProxy::DisconnectAbilityFromRemote(const sptr<IRemoteObject>& connect, in DisconnectAbilityFromRemote()
753 const sptr<IRemoteObject>& connect, int32_t callerUid, int32_t callerPid, uint32_t accessToken) in StartRemoteAbilityByCall()
779 int32_t DistributedSchedProxy::ReleaseRemoteAbility(const sptr<IRemoteObject>& connect, in ReleaseRemoteAbility()
807const sptr<IRemoteObject>& connect, const CallerInfo& callerInfo, const AccountInfo& accountInfo) in StartAbilityByCallFromRemote()
851 int32_t DistributedSchedProxy::ReleaseAbilityFromRemote(const sptr<IRemoteObject>& connect, in ReleaseAbilityFromRemote()
H A Ddistributed_sched_service.cpp1370 const sptr<IRemoteObject>& connect, const CallerInfo& callerInfo) in TryConnectRemoteAbility()
1451 void DistributedSchedService::HandleLocalCallerDied(const sptr<IRemoteObject>& connect) in HandleLocalCallerDied()
1481 void DistributedSchedService::ProcessCalleeDied(const sptr<IRemoteObject>& connect) in ProcessCalleeDied()
1533 const sptr<IRemoteObject>& connect, const CallerInfo& callerInfo) in TryStartRemoteAbilityByCall()
1565 const sptr<IRemoteObject>& connect, const CallerInfo& callerInfo) in SaveCallerComponent()
1597 void DistributedSchedService::RemoveCallerComponent(const sptr<IRemoteObject>& connect) in RemoveCallerComponent()
2137 const AppExecFwk::AbilityInfo& abilityInfo, const sptr<IRemoteObject>& connect, in ConnectAbilityFromRemote()
2187 const std::string& remoteDeviceId, const sptr<IRemoteObject>& connect) in DisconnectEachRemoteAbilityLocked()
2402 int32_t DistributedSchedService::NotifyApp(const sptr<IRemoteObject>& connect, in NotifyApp()
2419 void DistributedSchedService::ProcessConnectDied(const sptr<IRemoteObject>& connect) in ProcessConnectDied()
[all …]
/aosp12/frameworks/av/media/bufferpool/1.0/
H A DAccessor.cpp117 Return<void> Accessor::connect(connect_cb _hidl_cb) { in connect() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor
163 ResultStatus Accessor::connect( in connect() function in android::hardware::media::bufferpool::V1_0::implementation::Accessor
/aosp12/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java71 public void connect() throws IOException { in connect() method in BasicTagTechnology
/aosp12/packages/apps/Nfc/src/com/android/nfc/ndefpush/
H A DNdefPushClient.java47 public void connect() throws IOException { in connect() method in NdefPushClient
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/
H A DSimulatedBluetoothDevice.java67 public void connect(boolean withMockData) { in connect() method in SimulatedBluetoothDevice
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/networkstack/
H A DTestNetworkStackServiceClient.kt45 fun connect(): TestNetworkStackServiceClient { regex
/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverClient.java45 public void connect() throws IOException { in connect() method in HandoverClient

12345678910>>...19