Home
last modified time | relevance | path

Searched defs:proxy (Results 126 – 150 of 767) sorted by relevance

12345678910>>...31

/ohos5.0/base/sensors/sensor_lite/frameworks/src/
H A Dsensor_agent_proxy.c237 int32_t RegisterSensorChannel(const void *proxy, int32_t sensorId) in RegisterSensorChannel()
281 int32_t UnregisterSensorChannel(const void *proxy, int32_t sensorId) in UnregisterSensorChannel()
310 int32_t InitSensorList(const void *proxy) in InitSensorList()
335 int32_t GetAllSensorsByProxy(const void *proxy, SensorInfo **sensorInfo, int32_t *count) in GetAllSensorsByProxy()
354 int32_t ActivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in ActivateSensorByProxy()
375 int32_t DeactivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in DeactivateSensorByProxy()
396 int32_t SetBatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t sampli… in SetBatchByProxy()
434 int32_t SubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in SubscribeSensorByProxy()
458 int32_t UnsubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *user) in UnsubscribeSensorByProxy()
483 int32_t SetModeByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t mode) in SetModeByProxy()
[all …]
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dinputer_get_data_proxy_test.cpp60 auto proxy = Common::MakeShared<InputerGetDataProxy>(obj); variable
96 auto proxy = Common::MakeShared<InputerGetDataProxy>(obj); variable
119 auto proxy = Common::MakeShared<InputerGetDataProxy>(obj); variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bluetooth_manager/src/
H A Dbluetooth_manager_proxy.cpp67 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in SetBluetoothDisabled() local
75 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in IsBluetoothDisabled() local
90 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in GetAllowedBluetoothDevices() local
131 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in AddOrRemoveAllowedBluetoothDevices() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_messenger_proxy_test.cpp61 auto proxy = Common::MakeShared<ExecutorMessengerProxy>(obj); variable
74 auto proxy = Common::MakeShared<ExecutorMessengerProxy>(obj); variable
97 auto proxy = Common::MakeShared<ExecutorMessengerProxy>(obj); variable
H A Duser_idm_callback_proxy_test.cpp58 auto proxy = Common::MakeShared<IdmCallbackProxy>(obj); variable
78 auto proxy = Common::MakeShared<IdmCallbackProxy>(obj); variable
114 auto proxy = Common::MakeShared<IdmGetCredentialInfoProxy>(obj); variable
151 auto proxy = Common::MakeShared<IdmGetSecureUserInfoProxy>(obj); variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp89 sptr<IBluetoothOpp> proxy = iface_cast<IBluetoothOpp>(remote); in impl() local
97 sptr<IBluetoothOpp> proxy = GetRemoteProxy<IBluetoothOpp>(PROFILE_OPP_SERVER); in ~impl() local
271 sptr<IBluetoothOpp> proxy = GetRemoteProxy<IBluetoothOpp>(PROFILE_OPP_SERVER); in GetDevicesByStates() local
289 sptr<IBluetoothOpp> proxy = GetRemoteProxy<IBluetoothOpp>(PROFILE_OPP_SERVER); in GetDeviceState() local
300 sptr<IBluetoothOpp> proxy = GetRemoteProxy<IBluetoothOpp>(PROFILE_OPP_SERVER); in SendFile() local
311 sptr<IBluetoothOpp> proxy = GetRemoteProxy<IBluetoothOpp>(PROFILE_OPP_SERVER); in SetIncomingFileConfirmation() local
321 sptr<IBluetoothOpp> proxy = GetRemoteProxy<IBluetoothOpp>(PROFILE_OPP_SERVER); in GetCurrentTransferInformation() local
336 sptr<IBluetoothOpp> proxy = GetRemoteProxy<IBluetoothOpp>(PROFILE_OPP_SERVER); in CancelTransfer() local
H A Dbluetooth_avrcp_ct.cpp896 sptr<IBluetoothAvrcpCt> proxy = iface_cast<IBluetoothAvrcpCt>(remote); in impl() local
945 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in GetConnectedDevices() local
967 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in GetDevicesByStates() local
996 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in GetDeviceState() local
1013 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in Connect() local
1030 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in Disconnect() local
1051 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in PressButton() local
1089 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in ReleaseButton() local
1131 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in GetUnitInfo() local
1147 sptr<IBluetoothAvrcpCt> proxy = GetRemoteProxy<IBluetoothAvrcpCt>(PROFILE_AVRCP_CT); in GetSubUnitInfo() local
[all …]
H A Dbluetooth_gatt_server.cpp459 sptr<IBluetoothGattServer> proxy = iface_cast<IBluetoothGattServer>(remote); in Init() local
535 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in RespondCharacteristicRead() local
550 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in RespondCharacteristicWrite() local
559 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in RespondDescriptorRead() local
572 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in RespondDescriptorWrite() local
617 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in AddService() local
632 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in ClearServices() local
647 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in Close() local
661 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in Connect() local
675 sptr<IBluetoothGattServer> proxy = GetRemoteProxy<IBluetoothGattServer>(PROFILE_GATT_SERVER); in CancelConnection() local
[all …]
H A Dbluetooth_ble_central_manager.cpp182 sptr<IBluetoothBleCentralManager> proxy = in InitScannerId() local
300 sptr<IBluetoothBleCentralManager> proxy = in ~impl() local
368 sptr<IBluetoothBleCentralManager> proxy = in StartScan() local
386 sptr<IBluetoothBleCentralManager> proxy = in StopScan() local
403 sptr<IBluetoothBleCentralManager> proxy = in SetLpDeviceAdvParam() local
421 sptr<IBluetoothBleCentralManager> proxy = in SetScanReportChannelToLpDevice() local
434 sptr<IBluetoothBleCentralManager> proxy = in EnableSyncDataToLpDevice() local
447 sptr<IBluetoothBleCentralManager> proxy = in DisableSyncDataToLpDevice() local
460 sptr<IBluetoothBleCentralManager> proxy = in SendParamsToLpDevice() local
473 sptr<IBluetoothBleCentralManager> proxy = in IsLpDeviceAvailable() local
[all …]
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/windowipc_fuzzer/
H A Dwindowipc_fuzzer.cpp68 auto proxy = GetProxy(); in IPCFuzzTest() local
84 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest1()
123 void IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest2()
158 auto proxy = GetProxy(); in IPCInterfaceFuzzTest() local
/ohos5.0/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c58 BatteryProxyInterface *proxy = (BatteryProxyInterface *)iUnknown; in GetBatSocProxy() local
74 BatteryProxyInterface *proxy = (BatteryProxyInterface *)iUnknown; in GetChargingStatusProxy() local
90 BatteryProxyInterface *proxy = (BatteryProxyInterface *)iUnknown; in GetHealthStatusProxy() local
106 BatteryProxyInterface *proxy = (BatteryProxyInterface *)iUnknown; in GetPluggedTypeProxy() local
122 BatteryProxyInterface *proxy = (BatteryProxyInterface *)iUnknown; in GetBatVoltageProxy() local
156 BatteryProxyInterface *proxy = (BatteryProxyInterface *)iUnknown; in GetBatTechnologyProxy() local
172 BatteryProxyInterface *proxy = (BatteryProxyInterface *)iUnknown; in GetBatTemperatureProxy() local
/ohos5.0/base/location/frameworks/native/locator_agent/source/
H A Dlocator_agent.cpp51 auto proxy = GetLocatorAgent(); in StartGnssLocating() local
64 auto proxy = GetLocatorAgent(); in StopGnssLocating() local
80 auto proxy = GetLocatorAgent(); in RegisterGnssStatusCallback() local
93 auto proxy = GetLocatorAgent(); in UnregisterGnssStatusCallback() local
109 auto proxy = GetLocatorAgent(); in RegisterNmeaMessageCallback() local
122 auto proxy = GetLocatorAgent(); in UnregisterNmeaMessageCallback() local
/aosp12/frameworks/base/core/java/android/net/
H A DPacProxyManager.java103 public void setCurrentProxyScriptUrl(@Nullable ProxyInfo proxy) { in setCurrentProxyScriptUrl()
125 void onPacProxyInstalled(@Nullable Network network, @NonNull ProxyInfo proxy); in onPacProxyInstalled()
142 public void onPacProxyInstalled(Network network, ProxyInfo proxy) { in onPacProxyInstalled()
/ohos5.0/base/security/access_token/services/common/background_task_manager/src/
H A Dbackground_task_manager_access_client.cpp59 auto proxy = GetProxy(); in SubscribeBackgroundTask() local
73 auto proxy = GetProxy(); in UnsubscribeBackgroundTask() local
84 auto proxy = GetProxy(); in GetContinuousTaskApps() local
/ohos5.0/base/location/frameworks/native/geofence_sdk/source/
H A Dgeofence_sdk.cpp88 sptr<GeofenceSdk> proxy = GetProxy(); in AddFenceV9() local
103 sptr<GeofenceSdk> proxy = GetProxy(); in RemoveFenceV9() local
117 sptr<GeofenceSdk> proxy = GetProxy(); in AddGnssGeofence() local
132 sptr<GeofenceSdk> proxy = GetProxy(); in RemoveGnssGeofence() local
148 sptr<GeofenceSdk> proxy = GetProxy(); in GetGeofenceSupportedCoordTypes() local
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_manager_access_client.cpp60 auto proxy = GetProxy(); in RegisterAddObserver() local
75 auto proxy = GetProxy(); in RegisterRemoveObserver() local
85 auto proxy = GetProxy(); in HasFormVisible() local
/ohos5.0/base/security/device_security_level/interfaces/inner_api/src/lite/small/
H A Ddevice_security_level_proxy.c78 DslmClientProxy *proxy = (DslmClientProxy *)iUnknown; in DslmIpcAsyncCallImpl() local
123 void DslmDestroyClient(const char *service, const char *feature, void *proxy) in DslmDestroyClient()
133 DslmClientProxy *proxy = NULL; in GetClientProxy() local
182 DslmClientProxy *proxy = GetClientProxy(); in RequestDeviceSecurityInfoAsyncImpl() local
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/displaymanageripc_fuzzer/
H A Ddisplaymanageripc_fuzzer.cpp69 auto proxy = GetProxy(); in IPCFuzzTest() local
86 void IPCSpecificInterfaceFuzzTest1(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest1()
139 void IPCSpecificInterfaceFuzzTest2(sptr<IRemoteObject> proxy, MessageParcel& sendData, MessageParce… in IPCSpecificInterfaceFuzzTest2()
195 auto proxy = GetProxy(); in IPCInterfaceFuzzTest() local
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_interface.cpp337 static ErrCode PrepareAddUser(const sptr<StorageManager::IStorageManager> &proxy, int32_t userId) in PrepareAddUser()
371 auto proxy = iface_cast<StorageManager::IStorageManager>(remote); in InnerSendToStorageAccountCreate() local
417 auto proxy = iface_cast<StorageManager::IStorageManager>(remote); in SendToStorageAccountRemove() local
441 static ErrCode GetStorageProxy(sptr<StorageManager::IStorageManager> &proxy) in GetStorageProxy()
463 sptr<StorageManager::IStorageManager> proxy = nullptr; in SendToStorageAccountStart() local
522 auto proxy = iface_cast<StorageManager::IStorageManager>(remote); in SendToStorageAccountStop() local
564 sptr<StorageManager::IStorageManager> proxy = nullptr; in InnerSendToStorageAccountCreateComplete() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dbus_center_client_proxy.cpp69 for (auto proxy : proxyMap) { in ClinetOnNodeOnlineStateChanged() local
80 for (auto proxy : proxyMap) { in ClinetOnNodeBasicInfoChanged() local
95 for (const auto &proxy : proxyMap) { in ClientOnNodeStatusChanged() local
106 for (auto proxy : proxyMap) { in ClinetOnLocalNetworkIdChanged() local
117 for (auto proxy : proxyMap) { in ClinetNotifyDeviceNotTrusted() local
134 for (auto proxy : proxyMap) { in ClientNotifyHichainProofException() local
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
H A Dbundle_manager_proxy.cpp74 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in Uninstall() local
96 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in AddBundlesByPolicyType() local
118 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in RemoveBundlesByPolicyType() local
140 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in GetBundlesByPolicyType() local
188 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in Install() local
253 auto proxy = EnterpriseDeviceMgrProxy::GetInstance(); in WriteFileToStream() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_tabs_function.cpp72 auto proxy = Referenced::MakeRefPtr<JsTabContentTransitionProxy>(); in Constructor() local
77 void JsTabContentTransitionProxy::Destructor(JsTabContentTransitionProxy* proxy) in Destructor()
98 void JsTabsFunction::Execute(const RefPtr<TabContentTransitionProxy>& proxy) in Execute()
/ohos5.0/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp63 auto proxy = sptr<GnssAbilityProxy>(new (std::nothrow) GnssAbilityProxy(obj)); in GnssProxyFuzzTest001() local
104 auto proxy = sptr<GnssAbilityProxy>(new (std::nothrow) GnssAbilityProxy(obj)); in GnssProxyFuzzTest002() local
151 auto proxy = sptr<GnssAbilityProxy>(new (std::nothrow) GnssAbilityProxy(obj)); in GnssProxyFuzzTest003() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_bar_model_impl.cpp31 auto proxy = AceType::DynamicCast<ScrollBarProxy>(scrollProxy); in GetScrollBarProxy() local
39 void ScrollBarModelImpl::Create(const RefPtr<ScrollProxy>& proxy, bool infoflag, bool proxyFlag, in Create()
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dsa_proxy_cache_test.cpp53 bool CheckCallGetDoubleFuncIpcTimes(sptr<ITestSaProxyCache>& proxy, int32_t input, int32_t expectIp… in CheckCallGetDoubleFuncIpcTimes()
84 sptr<ITestSaProxyCache> proxy = iface_cast<ITestSaProxyCache>(remoteObject); variable
266 sptr<ITestSaProxyCache> proxy = iface_cast<ITestSaProxyCache>(remoteObject); variable
284 sptr<ITestSaProxyCache> proxy = iface_cast<ITestSaProxyCache>(remoteObject); variable
305 sptr<ITestSaProxyCache> proxy = iface_cast<ITestSaProxyCache>(remoteObject); variable

12345678910>>...31