Home
last modified time | relevance | path

Searched defs:remote (Results 251 - 275 of 733) sorted by relevance

1...<<11121314151617181920>>...30

/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_sink/src/
H A Ddscreen_sink_proxy.cpp36 sptr<IRemoteObject> remote = Remote(); in InitSink() local
61 sptr<IRemoteObject> remote = Remote(); in ReleaseSink() local
85 sptr<IRemoteObject> remote = Remote(); in SubscribeLocalHardware() local
115 sptr<IRemoteObject> remote = Remote(); UnsubscribeLocalHardware() local
146 sptr<IRemoteObject> remote = Remote(); DScreenNotify() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_stub_test.cpp99 static inline sptr<ServiceReverseMock> remote = nullptr; member in OHOS::FileManagement::Backup::ServiceStubTest
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/ipc/
H A Dcloud_sync_service_stub_test.cpp118 sptr<CloudSyncCallbackMock> remote = sptr(new CloudSyncCallbackMock()); in HWTEST_F() local
152 sptr<CloudSyncCallbackMock> remote = sptr(new CloudSyncCallbackMock()); in HWTEST_F() local
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_lite_proxy.cpp34 sptr<IRemoteObject> remote = Remote(); in RegisterDisplayManagerAgent() local
75 sptr<IRemoteObject> remote = Remote(); in UnregisterDisplayManagerAgent() local
115 sptr<IRemoteObject> remote = Remote(); in GetFoldDisplayMode() local
137 sptr<IRemoteObject> remote = Remote(); SetFoldDisplayMode() local
161 sptr<IRemoteObject> remote = Remote(); IsFoldable() local
184 sptr<IRemoteObject> remote = Remote(); GetFoldStatus() local
207 sptr<IRemoteObject> remote = Remote(); GetDefaultDisplayInfo() local
235 sptr<IRemoteObject> remote = Remote(); GetDisplayInfoById() local
268 sptr<IRemoteObject> remote = Remote(); GetCutoutInfo() local
[all...]
/third_party/curl/docs/examples/
H A Dsftpuploadresume.c122 const char *remote = "sftp://user:pass@example.com/path/filename"; in main() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_path.c31 ngtcp2_path_init(ngtcp2_path *path, const ngtcp2_addr *local, const ngtcp2_addr *remote) ngtcp2_path_init() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/cma/
H A Dprocess_vm_writev02.c53 struct iovec local, remote; in child_write() local
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dprocess_vm.c34 struct iovec remote = {.iov_base = src, .iov_len = sizeof(src)}; in process_vm_writev_0100() local
56 struct iovec remote[__VALUE_DATA_SIZE__] = { in process_vm_writev_0200() local
81 struct iovec remote = {.iov_base = src, .iov_len = sizeof(src)}; in process_vm_writev_0300() local
96 struct iovec remote, local; in process_vm_readv_0100() local
116 struct iovec remote, local; process_vm_readv_0200() local
136 struct iovec remote, local; process_vm_readv_0300() local
[all...]
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_info_callback_proxy.cpp133 sptr<IRemoteObject> remote = Remote(); in SendTransactCmd() local
H A Dapp_state_callback_proxy.cpp200 sptr<IRemoteObject> remote = Remote(); in SendTransactCmd() local
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_client.cpp117 void AbilityAutoStartupClient::AbilityMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() argument
123 void AbilityAutoStartupClient::ResetProxy(wptr<IRemoteObject> remote) in ResetProxy() argument
H A Dfree_install_observer_manager.cpp132 void FreeInstallObserverManager::OnObserverDied(const wptr<IRemoteObject> &remote) in OnObserverDied() argument
157 void FreeInstallObserverRecipient::OnRemoteDied(const wptr<IRemoteObject> &__attribute__((unused)) remote) in OnRemoteDied() argument
/foundation/ability/ability_runtime/tools/aa/src/
H A Dtest_observer_proxy.cpp136 sptr<IRemoteObject> remote = Remote(); in SendTransactCmd() local
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_caller.cpp27 void FormProviderCallerRecipient::OnRemoteDied(const wptr<IRemoteObject> &__attribute__((unused)) remote) in OnRemoteDied() argument
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp43 wptr<IRemoteObject> remote = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
H A Ddms_client.cpp49 sptr<IRemoteObject> remote = GetDmsProxy(); in RegisterDSchedEventListener() local
73 sptr<IRemoteObject> remote = GetDmsProxy(); in UnRegisterDSchedEventListener() local
97 sptr<IRemoteObject> remote = GetDmsProxy(); in GetContinueInfo() local
144 sptr<IRemoteObject> remote = GetDmsProxy(); GetDSchedEventInfo() local
[all...]
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_proxy.cpp33 sptr<IRemoteObject> remote = Remote(); in Register() local
68 sptr<IRemoteObject> remote = Remote(); in Unregister() local
94 sptr<IRemoteObject> remote = Remote(); in RegisterDeviceSelectionCallback() local
119 sptr<IRemoteObject> remote = Remote(); UnregisterDeviceSelectionCallback() local
139 sptr<IRemoteObject> remote = Remote(); UpdateConnectStatus() local
160 sptr<IRemoteObject> remote = Remote(); StartDeviceManager() local
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Drender_state_observer_manager.cpp171 void RenderStateObserverManager::OnObserverDied(const wptr<IRemoteObject> &remote) in OnObserverDied() argument
191 void RenderStateObserverRecipient::OnRemoteDied(const wptr<IRemoteObject> &__attribute__((unused)) remote) in OnRemoteDied() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_record_ut_test.cpp423 sptr<IRemoteObject> remote = new (std::nothrow) MockServiceAbilityManagerService(); in HWTEST_F() local
438 sptr<IRemoteObject> remote = nullptr; in HWTEST_F() local
452 sptr<IRemoteObject> remote = new (std::nothrow) MockServiceAbilityManagerService(); in HWTEST_F() local
/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_proxy.cpp245 sptr<IRemoteObject> remote = Remote(); in SendTransactCmd() local
H A Ddataobs_mgr_stub.cpp73 auto remote = data.ReadRemoteObject(); in RegisterObserverInner() local
88 auto remote = data.ReadRemoteObject(); in UnregisterObserverInner() local
115 auto remote = data.ReadRemoteObject(); in RegisterObserverExtInner() local
129 auto remote = data.ReadRemoteObject(); UnregisterObserverExtInner() local
138 auto remote = data.ReadRemoteObject(); UnregisterObserverExtALLInner() local
[all...]
H A Ddataobs_mgr_inner_pref.cpp163 void DataObsMgrInnerPref::OnCallBackDied(const wptr<IRemoteObject> &remote) in OnCallBackDied() argument
H A Ddata_ability_observer_stub.cpp99 void DataObsCallbackRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied() argument
/foundation/ability/ability_runtime/test/fuzztest/connectionobserverclientimpl_fuzzer/
H A Dconnectionobserverclientimpl_fuzzer.cpp82 wptr<IRemoteObject> remote; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/interfaces/inner_api/extension_manager/src/
H A Dextension_manager_client.cpp74 void ExtensionManagerClient::ResetProxy(const wptr<IRemoteObject>& remote) in ResetProxy() argument
89 void ExtensionManagerClient::ExtensionMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied() argument

Completed in 14 milliseconds

1...<<11121314151617181920>>...30