Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 25 of 88) sorted by relevance

1234

/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp101 auto proxy = GetProxy(); in GetPsRadioTech() local
111 auto proxy = GetProxy(); in GetCsRadioTech() local
121 auto proxy = GetProxy(); in GetMeid() local
131 auto proxy = GetProxy(); in GetUniqueDeviceId() local
141 auto proxy = GetProxy(); in IsNrSupported() local
151 auto proxy = GetProxy(); in GetNrOptionMode() local
162 auto proxy = GetProxy(); in GetSignalInfoList() local
172 auto proxy = GetProxy(); in GetOperatorNumeric() local
182 auto proxy = GetProxy(); in GetOperatorName() local
192 auto proxy = GetProxy(); in GetNetworkState() local
[all …]
Dtelephony_state_registry_client.cpp85 auto proxy = GetProxy(); in UpdateCellularDataConnectState() local
95 auto proxy = GetProxy(); in UpdateCellularDataFlow() local
106 auto proxy = GetProxy(); in UpdateCallState() local
117 auto proxy = GetProxy(); in UpdateCallStateForSlotId() local
128 auto proxy = GetProxy(); in UpdateSignalInfo() local
139 auto proxy = GetProxy(); in UpdateCellInfo() local
150 auto proxy = GetProxy(); in UpdateNetworkState() local
161 auto proxy = GetProxy(); in UpdateSimState() local
/base/powermgr/display_manager/frameworks/native/
Ddisplay_power_mgr_client.cpp89 auto proxy = GetProxy(); in SetDisplayState() local
96 auto proxy = GetProxy(); in GetDisplayState() local
105 auto proxy = GetProxy(); in GetDisplayIds() local
114 auto proxy = GetProxy(); in GetMainDisplayId() local
121 auto proxy = GetProxy(); in SetBrightness() local
128 auto proxy = GetProxy(); in DiscountBrightness() local
135 auto proxy = GetProxy(); in OverrideBrightness() local
142 auto proxy = GetProxy(); in RestoreBrightness() local
149 auto proxy = GetProxy(); in GetBrightness() local
156 auto proxy = GetProxy(); in GetDefaultBrightness() local
[all …]
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_test/
Dans_subscriber_proxy_unit_test.cpp69 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
92 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
115 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
135 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(nullptr); variable
158 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
178 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
198 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
216 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
238 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
260 std::shared_ptr<AnsSubscriberProxy> proxy = std::make_shared<AnsSubscriberProxy>(iremoteObject); variable
[all …]
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp37 auto proxy = GetProxy(); in ~TimeServiceClient() local
76 sptr<ITimeService> proxy = iface_cast<ITimeService>(systemAbility); in ConnectService() local
90 auto proxy = GetProxy(); in SetTime() local
103 auto proxy = GetProxy(); in SetTime() local
117 auto proxy = GetProxy(); in SetTimeV9() local
129 auto proxy = GetProxy(); in SetTimeZone() local
142 auto proxy = GetProxy(); in SetTimeZone() local
157 auto proxy = GetProxy(); in SetTimeZoneV9() local
195 auto proxy = GetProxy(); in CreateTimerV9() local
226 auto proxy = GetProxy(); in StartTimerV9() local
[all …]
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp142 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
165 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
188 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
208 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(nullptr); variable
230 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
251 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
274 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
299 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
322 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
347 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
[all …]
/base/telephony/cellular_data/frameworks/native/
Dcellular_data_client.cpp113 sptr<ICellularDataManager> proxy = GetProxy(); in RegisterSimAccountCallback() local
127 sptr<ICellularDataManager> proxy = GetProxy(); in UnregisterSimAccountCallback() local
142 sptr<ICellularDataManager> proxy = GetProxy(); in GetDefaultCellularDataSlotId() local
154 sptr<ICellularDataManager> proxy = GetProxy(); in SetDefaultCellularDataSlotId() local
169 sptr<ICellularDataManager> proxy = GetProxy(); in UpdateDefaultCellularDataSlotId() local
180 sptr<ICellularDataManager> proxy = GetProxy(); in EnableCellularData() local
190 sptr<ICellularDataManager> proxy = GetProxy(); in IsCellularDataEnabled() local
200 sptr<ICellularDataManager> proxy = GetProxy(); in GetCellularDataState() local
210 sptr<ICellularDataManager> proxy = GetProxy(); in IsCellularDataRoamingEnabled() local
220 sptr<ICellularDataManager> proxy = GetProxy(); in EnableCellularDataRoaming() local
[all …]
/base/powermgr/power_manager/frameworks/native/
Drunning_lock.cpp33 RunningLock::RunningLock(const wptr<IPowerMgr>& proxy, const std::string& name, RunningLockType typ… in RunningLock()
61 sptr<IPowerMgr> proxy = proxy_.promote(); in Lock() local
77 sptr<IPowerMgr> proxy = proxy_.promote(); in UnLock() local
89 sptr<IPowerMgr> proxy = proxy_.promote(); in CheckUsedNoLock() local
118 sptr<IPowerMgr> proxy = proxy_.promote(); in SetWorkTriggerList() local
135 sptr<IPowerMgr> proxy = proxy_.promote(); in Create() local
146 sptr<IPowerMgr> proxy = proxy_.promote(); in Release() local
/base/security/access_token/interfaces/innerkits/accesstoken/src/
Daccesstoken_manager_client.cpp52 auto proxy = GetProxy(); in VerifyAccessToken() local
63 auto proxy = GetProxy(); in GetDefPermission() local
76 auto proxy = GetProxy(); in GetDefPermissions() local
93 auto proxy = GetProxy(); in GetReqPermissions() local
109 auto proxy = GetProxy(); in GetPermissionFlag() local
119 auto proxy = GetProxy(); in GetSelfPermissionsState() local
149 auto proxy = GetProxy(); in GrantPermission() local
159 auto proxy = GetProxy(); in RevokePermission() local
169 auto proxy = GetProxy(); in ClearUserGrantedPermissionState() local
214 auto proxy = GetProxy(); in RegisterPermStateChangeCallback() local
[all …]
/base/sensors/sensor_lite/frameworks/src/
Dsensor_agent_client.c35 int32_t GetAllSensorsByProxy(const void *proxy, SensorInfo **sensorInfo, int32_t *count) in GetAllSensorsByProxy()
45 int32_t ActivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *sensorUser) in ActivateSensorByProxy()
55 int32_t DeactivateSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *sensorUser) in DeactivateSensorByProxy()
65 int32_t SetBatchByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int64_t sampli… in SetBatchByProxy()
76 int32_t SubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *sensorUser) in SubscribeSensorByProxy()
86 int32_t UnsubscribeSensorByProxy(const void *proxy, int32_t sensorId, const SensorUser *sensorUser) in UnsubscribeSensorByProxy()
96 int32_t SetModeByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t mode) in SetModeByProxy()
106 int32_t SetOptionByProxy(const void *proxy, int32_t sensorId, const SensorUser *user, int32_t optio… in SetOptionByProxy()
/base/sensors/sensor/interfaces/native/src/
Dsensor_agent.cpp53 const SensorAgentProxy *proxy = GetInstance(); in GetAllSensors() local
68 const SensorAgentProxy *proxy = GetInstance(); in ActivateSensor() local
83 const SensorAgentProxy *proxy = GetInstance(); in DeactivateSensor() local
98 const SensorAgentProxy *proxy = GetInstance(); in SetBatch() local
113 const SensorAgentProxy *proxy = GetInstance(); in SubscribeSensor() local
128 const SensorAgentProxy *proxy = GetInstance(); in UnsubscribeSensor() local
143 const SensorAgentProxy *proxy = GetInstance(); in SetMode() local
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_manager.cpp58 auto proxy = GetDownloadServiceProxy(); in EnqueueTask() local
74 auto proxy = GetDownloadServiceProxy(); in Pause() local
84 auto proxy = GetDownloadServiceProxy(); in Query() local
94 auto proxy = GetDownloadServiceProxy(); in QueryMimeType() local
104 auto proxy = GetDownloadServiceProxy(); in Remove() local
114 auto proxy = GetDownloadServiceProxy(); in Resume() local
124 auto proxy = GetDownloadServiceProxy(); in On() local
134 auto proxy = GetDownloadServiceProxy(); in Off() local
144 auto proxy = GetDownloadServiceProxy(); in CheckPermission() local
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_idm_client_impl.cpp31 auto proxy = GetProxy(); in OpenSession() local
48 auto proxy = GetProxy(); in CloseSession() local
64 auto proxy = GetProxy(); in AddCredential() local
93 auto proxy = GetProxy(); in UpdateCredential() local
117 auto proxy = GetProxy(); in Cancel() local
133 auto proxy = GetProxy(); in DeleteCredential() local
158 auto proxy = GetProxy(); in DeleteUser() local
182 auto proxy = GetProxy(); in EraseUser() local
207 auto proxy = GetProxy(); in GetCredentialInfo() local
232 auto proxy = GetProxy(); in GetSecUserInfo() local
Duser_auth_client_impl.cpp35 auto proxy = GetProxy(); in GetAvailableStatus() local
52 auto proxy = GetProxy(); in GetProperty() local
79 auto proxy = GetProxy(); in SetProperty() local
106 auto proxy = GetProxy(); in BeginAuthentication() local
132 auto proxy = GetProxy(); in BeginNorthAuthentication() local
152 auto proxy = GetProxy(); in CancelAuthentication() local
169 auto proxy = GetProxy(); in BeginIdentification() local
189 auto proxy = GetProxy(); in CancelIdentification() local
200 auto proxy = GetProxy(); in GetVersion() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp83 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
100 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
121 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
139 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
168 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
190 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
225 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
255 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
286 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
307 std::shared_ptr<AnsManagerProxy> proxy = std::make_shared<AnsManagerProxy>(iremoteObject); variable
[all …]
/base/security/access_token/interfaces/innerkits/privacy/src/
Dprivacy_manager_client.cpp50 auto proxy = GetProxy(); in AddPermissionUsedRecord() local
60 auto proxy = GetProxy(); in StartUsingPermission() local
100 auto proxy = GetProxy(); in StartUsingPermission() local
117 auto proxy = GetProxy(); in StopUsingPermission() local
132 auto proxy = GetProxy(); in RemovePermissionUsedRecords() local
143 auto proxy = GetProxy(); in GetPermissionUsedRecords() local
160 auto proxy = GetProxy(); in GetPermissionUsedRecords() local
211 auto proxy = GetProxy(); in RegisterPermActiveStatusCallback() local
236 auto proxy = GetProxy(); in UnRegisterPermActiveStatusCallback() local
258 auto proxy = GetProxy(); in IsAllowedUsingPermission() local
/base/theme/screenlock_mgr/frameworks/kitsimpl/src/
Dscreenlock_manager.cpp55 auto proxy = GetProxy(); in IsLocked() local
65 auto proxy = GetProxy(); in IsScreenLocked() local
75 auto proxy = GetProxy(); in GetSecure() local
85 auto proxy = GetProxy(); in Unlock() local
103 auto proxy = GetProxy(); in Lock() local
/base/account/os_account/frameworks/domain_account/src/
Ddomain_account_client.cpp39 auto proxy = GetDomainAccountProxy(); in RegisterPlugin() local
49 auto proxy = GetDomainAccountProxy(); in UnregisterPlugin() local
69 auto proxy = GetDomainAccountProxy(); in Auth() local
89 auto proxy = GetDomainAccountProxy(); in AuthUser() local
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_method_controller.cpp362 auto proxy = GetSystemAbilityProxy(); in HideCurrentInput() local
373 auto proxy = GetSystemAbilityProxy(); in ShowCurrentInput() local
396 auto proxy = GetSystemAbilityProxy(); in PrepareInput() local
407 auto proxy = GetSystemAbilityProxy(); in DisplayOptionalInputMethod() local
418 auto proxy = GetSystemAbilityProxy(); in ListInputMethodCommon() local
441 auto proxy = GetSystemAbilityProxy(); in GetCurrentInputMethod() local
457 auto proxy = GetSystemAbilityProxy(); in GetCurrentInputMethodSubtype() local
474 auto proxy = GetSystemAbilityProxy(); in StartInput() local
486 auto proxy = GetSystemAbilityProxy(); in ReleaseInput() local
498 auto proxy = GetSystemAbilityProxy(); in StopInput() local
[all …]
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
Dexecutor_callback_proxy_test.cpp53 auto proxy = Common::MakeShared<ExecutorCallbackProxy>(obj); variable
71 auto proxy = Common::MakeShared<ExecutorCallbackProxy>(obj); variable
94 auto proxy = Common::MakeShared<ExecutorCallbackProxy>(obj); variable
117 auto proxy = Common::MakeShared<ExecutorCallbackProxy>(obj); variable
138 auto proxy = Common::MakeShared<ExecutorCallbackProxy>(obj); variable
165 auto proxy = Common::MakeShared<ExecutorCallbackProxy>(obj); variable
Duser_auth_callback_proxy_test.cpp57 auto proxy = Common::MakeShared<UserAuthCallbackProxy>(obj); variable
77 auto proxy = Common::MakeShared<UserAuthCallbackProxy>(obj); variable
98 auto proxy = Common::MakeShared<GetExecutorPropertyCallbackProxy>(obj); variable
118 auto proxy = Common::MakeShared<SetExecutorPropertyCallbackProxy>(obj); variable
/base/security/access_token/services/privacymanager/src/sensitive/camera_manager/
Dcamera_manager_privacy_client.cpp44 auto proxy = GetProxy(); in SetMuteCallback() local
54 auto proxy = GetProxy(); in MuteCamera() local
64 auto proxy = GetProxy(); in IsCameraMuted() local
/base/security/access_token/services/privacymanager/src/sensitive/audio_manager/
Daudio_manager_privacy_client.cpp49 auto proxy = GetProxy(); in SetMicStateChangeCallback() local
65 auto proxy = GetProxy(); in SetMicrophoneMute() local
75 auto proxy = GetProxy(); in IsMicrophoneMute() local
/base/security/access_token/services/privacymanager/src/sensitive/app_manager/
Dapp_manager_privacy_client.cpp49 auto proxy = GetProxy(); in RegisterApplicationStateObserver() local
64 auto proxy = GetProxy(); in UnregisterApplicationStateObserver() local
74 auto proxy = GetProxy(); in GetForegroundApplications() local
/base/security/access_token/interfaces/innerkits/tokensync/src/
Dtoken_sync_manager_client.cpp47 auto proxy = GetProxy(); in GetRemoteHapTokenInfo() local
58 auto proxy = GetProxy(); in DeleteRemoteHapTokenInfo() local
69 auto proxy = GetProxy(); in UpdateRemoteHapTokenInfo() local
187 auto proxy = iface_cast<ITokenSyncManager>(GetRemoteObject()); in GetProxy() local

1234