Home
last modified time | relevance | path

Searched defs:proxy (Results 376 - 400 of 760) sorted by relevance

1...<<11121314151617181920>>...31

/foundation/ability/ability_runtime/test/unittest/js_ui_extension_context_test/
H A Djs_ui_extension_context_test.cpp332 napi_value proxy = (reinterpret_cast<NativeReference*>(nref))->GetNapiValue(); in HWTEST_F() local
363 napi_value proxy = nullptr; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_running_manager_second_test/
H A Dapp_running_manager_second_test.cpp568 auto proxy = sptr<QuickFixCallbackProxy>::MakeSptr(new QuickFixCallbackImpl()); in HWTEST_F() local
590 auto proxy = sptr<QuickFixCallbackProxy>::MakeSptr(new QuickFixCallbackImpl()); in HWTEST_F() local
650 auto proxy = sptr<QuickFixCallbackProxy>::MakeSptr(new QuickFixCallbackImpl()); in HWTEST_F() local
673 auto proxy = sptr<QuickFixCallbackProxy>::MakeSptr(new QuickFixCallbackImpl()); in HWTEST_F() local
736 auto proxy = sptr<QuickFixCallbackProxy>::MakeSptr(new QuickFixCallbackImpl()); in HWTEST_F() local
759 auto proxy = sptr<QuickFixCallbackProxy>::MakeSptr(new QuickFixCallbackImpl()); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/navigation/
H A Dnavigation_manager.cpp103 auto proxy = pattern->GetTopNavigationProxy(); in AddInteractiveAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_group_element.cpp103 RefPtr<RenderNode> proxy; in ApplyRenderChild() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_uiservice_uiext_connection.cpp127 napi_value proxy = AAFwk::JsUIServiceProxy::CreateJsUIServiceProxy(env_, remoteObject, in HandleOnAbilityConnectDone() local
165 void JSUIServiceUIExtConnection::ResolveDuplicatedPendingTask(napi_env env, napi_value proxy) in ResolveDuplicatedPendingTask() argument
187 void JSUIServiceUIExtConnection::SetProxyObject(napi_value proxy) in SetProxyObject() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp153 auto proxy = GetSelectOverlayProxy(); in UpdateShowingSelectOverlay() local
282 auto proxy = GetSelectOverlayProxy(); in OnParentScrollStartOrEnd() local
[all...]
H A Dselect_overlay_client.h134 auto proxy = GetSelectOverlayProxy(); in IsShowingSingleHandle() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.cpp293 auto proxy = AceType::MakeRefPtr<DOMProxy>(proxyId, proxyTag); in CreateProxyNodeWithId() local
337 auto proxy = GetDOMNodeById(proxyId); in RemoveNodes() local
352 auto proxy in RemoveNodes() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp320 auto proxy = CreateDomProxy(domDocument, parentNodeId); in MountDomNode() local
342 auto proxy = domDocument->CreateProxyNodeWithId(tagName_, nodeId_); in CreateDomProxy() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp108 void ScrollModelImpl::SetScrollBarProxy(const RefPtr<ScrollProxy>& proxy) in SetScrollBarProxy() argument
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dai_write_adapter.h104 void SetModalUIExtensionProxy(const std::shared_ptr<Ace::ModalUIExtensionProxy>& proxy) in SetModalUIExtensionProxy() argument
/foundation/arkui/ace_engine/frameworks/base/network/
H A Ddownload_manager_impl.cpp90 ProxyInfo proxy; variable
387 static bool GetProxy(ProxyInfo& proxy) in GetProxy() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dai_write_adapter.cpp168 auto proxy = GetModalUIExtensionProxy(); in SendData() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_test_ng.cpp110 RefPtr<ScrollProxy> proxy = AceType::MakeRefPtr<NG::ScrollBarProxy>(); in CreateList() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_nested_test_ng.cpp72 auto proxy = model.CreateScrollBarProxy(); in CreateScroll() local
85 auto proxy = model.CreateScrollBarProxy(); in CreateNestScroll() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp164 auto proxy = scrollBarModel.GetScrollBarProxy(nullptr); in HWTEST_F() local
207 auto proxy = scrollBarModel.GetScrollBarProxy(nullptr); in HWTEST_F() local
221 auto proxy = scrollBarModel.GetScrollBarProxy(nullptr); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp738 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectOverlayInfo, nullptr, false); in HWTEST_F() local
760 auto proxy = selectOverlayManager->CreateAndShowSelectOverlay(selectOverlayInfo, nullptr, false); in HWTEST_F() local
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_window_manager_test/
H A Daams_accessibility_window_manager_test.cpp1519 sptr<IAccessibilityElementOperator> proxy = new(std::nothrow) AccessibilityElementOperatorProxy(nullptr); in HWTEST_F() local
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_setting_provider_test.cpp81 sptr<IAccessibilityElementOperator> proxy = new MockAccessibilityElementOperatorProxy(stub); in SetUp() local
H A Daccessibility_window_manager_test.cpp1519 sptr<IAccessibilityElementOperator> proxy = new(std::nothrow) AccessibilityElementOperatorProxy(nullptr); in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/
H A Dbundle_resource_host_test.cpp106 sptr<BundleResourceProxy> proxy = new BundleResourceProxy(stub->AsObject()); in HWTEST_F() local
117 sptr<BundleResourceProxy> proxy = new BundleResourceProxy(stub->AsObject()); in HWTEST_F() local
128 sptr<BundleResourceProxy> proxy = new BundleResourceProxy(stub->AsObject()); in HWTEST_F() local
139 sptr<BundleResourceProxy> proxy = new BundleResourceProxy(stub->AsObject()); in HWTEST_F() local
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessible_ability_channel_test/
H A Daams_accessible_ability_channel_test.cpp155 sptr<MockAccessibilityElementOperatorProxy> proxy = new MockAccessibilityElementOperatorProxy(stub); in AddAccessibilityWindowConnection() local
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessible_ability_channel.cpp155 sptr<MockAccessibilityElementOperatorProxy> proxy = new MockAccessibilityElementOperatorProxy(stub); in AddAccessibilityWindowConnection() local
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_avrcp_tg.cpp75 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); in ~impl() local
115 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); in SetDeviceAbsoluteVolume() local
128 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); SetDeviceAbsVolumeAbility() local
141 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); GetDeviceAbsVolumeAbility() local
177 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); SetActiveDevice() local
191 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); GetConnectedDevices() local
209 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); GetDevicesByStates() local
235 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); GetDeviceState() local
252 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); Connect() local
269 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); Disconnect() local
288 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyPlaybackStatusChanged() local
302 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyTrackChanged() local
315 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyTrackReachedEnd() local
329 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyTrackReachedStart() local
343 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyPlaybackPosChanged() local
358 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyPlayerAppSettingChanged() local
381 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyNowPlayingContentChanged() local
395 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyAvailablePlayersChanged() local
409 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyAddressedPlayerChanged() local
423 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyUidChanged() local
437 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); NotifyVolumeChanged() local
453 sptr<IBluetoothAvrcpTg> proxy = GetRemoteProxy<IBluetoothAvrcpTg>(PROFILE_AVRCP_TG); ~AvrcpTarget() local
[all...]
H A Dbluetooth_hfp_hf.cpp161 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); in ConnectSco() local
171 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); in DisconnectSco() local
182 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); in GetDevicesByStates() local
202 sptr<IBluetoothHfpHf> proxy in GetDeviceState() local
212 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); GetScoState() local
222 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); SendDTMFTone() local
234 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); Connect() local
245 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); Disconnect() local
256 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); OpenVoiceRecognition() local
266 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); CloseVoiceRecognition() local
278 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); GetExistingCalls() local
301 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); AcceptIncomingCall() local
311 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); HoldActiveCall() local
321 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); RejectIncomingCall() local
331 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); SendKeyPressed() local
341 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); HandleIncomingCall() local
351 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); HandleMultiCall() local
361 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); DialLastNumber() local
371 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); DialMemory() local
381 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); SendVoiceTag() local
391 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); FinishActiveCall() local
411 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); StartDial() local
465 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); ~impl() local
496 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); ConnectSco() local
509 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); DisconnectSco() local
521 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); GetDevicesByStates() local
534 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); GetDeviceState() local
547 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); GetScoState() local
560 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); SendDTMFTone() local
573 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); Connect() local
586 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); Disconnect() local
599 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); OpenVoiceRecognition() local
612 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); CloseVoiceRecognition() local
625 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); GetExistingCalls() local
637 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); AcceptIncomingCall() local
650 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); HoldActiveCall() local
663 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); RejectIncomingCall() local
681 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); HandleIncomingCall() local
694 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); HandleMultiCall() local
707 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); DialLastNumber() local
720 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); DialMemory() local
739 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); FinishActiveCall() local
752 sptr<IBluetoothHfpHf> proxy = GetRemoteProxy<IBluetoothHfpHf>(PROFILE_HFP_HF); StartDial() local
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...31