Home
last modified time | relevance | path

Searched refs:GetProxy (Results 1 - 25 of 106) sorted by relevance

12345

/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp36 sptr<ICoreService> CoreServiceClient::GetProxy() in GetProxy() function in OHOS::Telephony::CoreServiceClient
102 auto proxy = GetProxy(); in GetPsRadioTech()
112 auto proxy = GetProxy(); in GetCsRadioTech()
122 auto proxy = GetProxy(); in GetMeid()
132 auto proxy = GetProxy(); in GetUniqueDeviceId()
142 auto proxy = GetProxy(); in IsNrSupported()
152 auto proxy = GetProxy(); in SetNrOptionMode()
162 auto proxy = GetProxy(); in GetNrOptionMode()
173 auto proxy = GetProxy(); in GetSignalInfoList()
183 auto proxy = GetProxy(); in GetOperatorNumeric()
[all...]
H A Dtelephony_state_registry_client.cpp30 sptr<ITelephonyStateNotify> TelephonyStateRegistryClient::GetProxy() in GetProxy() function in OHOS::Telephony::TelephonyStateRegistryClient
85 auto proxy = GetProxy(); in UpdateCellularDataConnectState()
95 auto proxy = GetProxy(); in UpdateCellularDataFlow()
106 auto proxy = GetProxy(); in UpdateCallState()
117 auto proxy = GetProxy(); in UpdateCallStateForSlotId()
128 auto proxy = GetProxy(); in UpdateSignalInfo()
139 auto proxy = GetProxy(); in UpdateCellInfo()
150 auto proxy = GetProxy(); in UpdateNetworkState()
161 auto proxy = GetProxy(); in UpdateSimState()
171 auto proxy = GetProxy(); in UpdateCfuIndicator()
[all...]
H A Desim_service_client.cpp65 sptr<IEsimService> EsimServiceClient::GetProxy() in GetProxy() function in OHOS::Telephony::EsimServiceClient
150 auto proxy = GetProxy(); in GetEid()
160 auto proxy = GetProxy(); in GetOsuStatus()
170 auto proxy = GetProxy(); in StartOsu()
182 auto proxy = GetProxy(); in GetDownloadableProfileMetadata()
194 auto proxy = GetProxy(); in GetDownloadableProfiles()
205 auto proxy = GetProxy(); in DownloadProfile()
215 auto proxy = GetProxy(); in GetEuiccProfileInfoList()
225 auto proxy = GetProxy(); in GetEuiccInfo()
235 auto proxy = GetProxy(); in DeleteProfile()
[all...]
/base/powermgr/display_manager/state_manager/frameworks/native/
H A Ddisplay_power_mgr_client.cpp37 sptr<IDisplayPowerMgr> DisplayPowerMgrClient::GetProxy() in GetProxy() function in OHOS::DisplayPowerMgr::DisplayPowerMgrClient
90 auto proxy = GetProxy(); in SetDisplayState()
97 auto proxy = GetProxy(); in GetDisplayState()
106 auto proxy = GetProxy(); in GetDisplayIds()
115 auto proxy = GetProxy(); in GetMainDisplayId()
122 auto proxy = GetProxy(); in SetBrightness()
129 auto proxy = GetProxy(); in DiscountBrightness()
136 auto proxy = GetProxy(); in OverrideBrightness()
143 auto proxy = GetProxy(); in OverrideDisplayOffDelay()
150 auto proxy = GetProxy(); in RestoreBrightness()
[all...]
/base/security/access_token/interfaces/innerkits/accesstoken/src/
H A Daccesstoken_manager_client.cpp68 auto proxy = GetProxy(); in GetPermissionUsedType()
78 auto proxy = GetProxy(); in VerifyAccessToken()
100 auto proxy = GetProxy(); in GetDefPermission()
113 auto proxy = GetProxy(); in GetDefPermissions()
130 auto proxy = GetProxy(); in GetReqPermissions()
147 auto proxy = GetProxy(); in GetPermissionFlag()
158 auto proxy = GetProxy(); in GetSelfPermissionsState()
192 auto proxy = GetProxy(); in GetPermissionsStatus()
225 auto proxy = GetProxy(); in GrantPermission()
235 auto proxy = GetProxy(); in RevokePermission()
679 sptr<IAccessTokenManager> AccessTokenManagerClient::GetProxy() GetProxy() function in OHOS::Security::AccessToken::AccessTokenManagerClient
[all...]
/base/telephony/cellular_data/frameworks/native/
H A Dcellular_data_client.cpp53 sptr<ICellularDataManager> CellularDataClient::GetProxy() in GetProxy() function in OHOS::Telephony::CellularDataClient
105 sptr<ICellularDataManager> proxy = GetProxy(); in IsConnect()
118 sptr<ICellularDataManager> proxy = GetProxy(); in RegisterSimAccountCallback()
132 sptr<ICellularDataManager> proxy = GetProxy(); in UnregisterSimAccountCallback()
147 sptr<ICellularDataManager> proxy = GetProxy(); in GetDefaultCellularDataSlotId()
163 sptr<ICellularDataManager> proxy = GetProxy(); in GetDefaultCellularDataSimId()
178 sptr<ICellularDataManager> proxy = GetProxy(); in SetDefaultCellularDataSlotId()
199 sptr<ICellularDataManager> proxy = GetProxy(); in UpdateDefaultCellularDataSlotId()
211 sptr<ICellularDataManager> proxy = GetProxy(); in EnableCellularData()
221 sptr<ICellularDataManager> proxy = GetProxy(); in EnableIntelligenceSwitch()
[all...]
/base/global/i18n/services/src/
H A Di18n_service_ability_client.cpp25 sptr<II18nServiceAbility> I18nServiceAbilityClient::GetProxy(I18nErrorCode &err) in GetProxy() function in OHOS::Global::I18n::I18nServiceAbilityClient
29 HILOG_ERROR_I18N("I18nServiceAbilityClient::GetProxy load sa failed, try again."); in GetProxy()
33 HILOG_ERROR_I18N("I18nServiceAbilityClient::GetProxy load sa failed."); in GetProxy()
43 sptr<II18nServiceAbility> i18nServiceAbilityObj = GetProxy(err); in SetSystemLanguage()
53 sptr<II18nServiceAbility> i18nServiceAbilityObj = GetProxy(err); in SetSystemRegion()
63 sptr<II18nServiceAbility> i18nServiceAbilityObj = GetProxy(err); in SetSystemLocale()
73 sptr<II18nServiceAbility> i18nServiceAbilityObj = GetProxy(err); in Set24HourClock()
83 sptr<II18nServiceAbility> i18nServiceAbilityObj = GetProxy(err); in SetUsingLocalDigit()
93 sptr<II18nServiceAbility> i18nServiceAbilityObj = GetProxy(err); in AddPreferredLanguage()
103 sptr<II18nServiceAbility> i18nServiceAbilityObj = GetProxy(er in RemovePreferredLanguage()
[all...]
/base/theme/screenlock_mgr/frameworks/native/src/
H A Dscreenlock_manager.cpp53 auto proxy = GetProxy(); in IsLocked()
63 auto proxy = GetProxy(); in IsScreenLocked()
73 auto proxy = GetProxy(); in GetSecure()
83 auto proxy = GetProxy(); in Unlock()
106 auto proxy = GetProxy(); in Lock()
121 auto proxy = GetProxy(); in Lock()
123 SCLOCK_HILOGE("GetProxy failed."); in Lock()
131 auto proxy = GetProxy(); in RequestStrongAuth()
133 SCLOCK_HILOGE("RequestStrongAuth quit because GetProxy failed."); in RequestStrongAuth()
169 sptr<ScreenLockManagerInterface> ScreenLockManager::GetProxy() in GetProxy() function in OHOS::ScreenLock::ScreenLockManager
[all...]
H A Dscreenlock_app_manager.cpp55 auto proxy = GetProxy(); in SendScreenLockEvent()
57 SCLOCK_HILOGE("ScreenLockAppManager::SendScreenLockEvent quit because redoing GetProxy failed."); in SendScreenLockEvent()
68 auto proxy = GetProxy(); in IsScreenLockDisabled()
70 SCLOCK_HILOGE("ScreenLockAppManager::IsScreenLockDisabled quit because redoing GetProxy failed."); in IsScreenLockDisabled()
81 auto proxy = GetProxy(); in SetScreenLockDisabled()
83 SCLOCK_HILOGE("ScreenLockAppManager::SetScreenLockDisabled quit because redoing GetProxy failed."); in SetScreenLockDisabled()
94 auto proxy = GetProxy(); in SetScreenLockAuthState()
96 SCLOCK_HILOGE("ScreenLockAppManager::SetScreenLockAuthState quit because redoing GetProxy failed."); in SetScreenLockAuthState()
107 auto proxy = GetProxy(); in GetScreenLockAuthState()
109 SCLOCK_HILOGE("ScreenLockAppManager::GetScreenLockAuthState quit because redoing GetProxy faile in GetScreenLockAuthState()
200 sptr<ScreenLockManagerInterface> ScreenLockAppManager::GetProxy() GetProxy() function in OHOS::ScreenLock::ScreenLockAppManager
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/src/
H A Ddlp_permission_client.cpp88 auto proxy = GetProxy(true); in GenerateDlpCertificate()
116 auto proxy = GetProxy(true); in ParseDlpCertificate()
137 auto proxy = GetProxy(true); in InstallDlpSandbox()
151 auto proxy = GetProxy(true); in UninstallDlpSandbox()
191 auto proxy = GetProxy(false); in GetSandboxExternalAuthorization()
217 auto proxy = GetProxy(false); in QueryDlpFileCopyableByTokenId()
238 auto proxy = GetProxy(false); in QueryDlpFileAccess()
270 auto proxy = GetProxy(false); in IsInDlpSandbox()
282 auto proxy = GetProxy(true); in GetDlpSupportFileType()
314 auto proxy = GetProxy(fals in RegisterDlpSandboxChangeCallback()
725 sptr<IDlpPermissionService> DlpPermissionClient::GetProxy(bool doLoadSa) GetProxy() function in OHOS::Security::DlpPermission::DlpPermissionClient
[all...]
/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp47 auto proxy = TimeServiceClient::GetInstance()->GetProxy(); in OnAddSystemAbility()
81 auto proxy = GetProxy(); in ~TimeServiceClient()
118 if (GetProxy() != nullptr) { in ConnectService()
168 auto proxy = GetProxy(); in SetTime()
181 auto proxy = GetProxy(); in SetTime()
195 auto proxy = GetProxy(); in SetTimeV9()
207 auto proxy = GetProxy(); in SetTimeZone()
220 auto proxy = GetProxy(); in SetTimeZone()
235 auto proxy = GetProxy(); in SetTimeZoneV9()
271 auto proxy = GetProxy(); in CreateTimerV9()
774 sptr<ITimeService> TimeServiceClient::GetProxy() GetProxy() function in OHOS::MiscServices::TimeServiceClient
[all...]
/base/security/security_component_manager/frameworks/inner_api/security_component/src/
H A Dsec_comp_client.cpp61 auto proxy = GetProxy(true); in RegisterSecurityComponent()
72 auto proxy = GetProxy(true); in UpdateSecurityComponent()
83 auto proxy = GetProxy(true); in UnregisterSecurityComponent()
96 auto proxy = GetProxy(true); in ReportSecurityComponentClickEvent()
107 auto proxy = GetProxy(false); in VerifySavePermission()
124 auto proxy = GetProxy(doLoadSa); in GetEnhanceRemoteObject()
134 auto proxy = GetProxy(true); in PreRegisterSecCompProcess()
145 return GetProxy(false) != nullptr; in IsServiceExist()
150 return GetProxy(true) != nullptr; in LoadService()
277 sptr<ISecCompService> SecCompClient::GetProxy(boo function in OHOS::Security::SecurityComponent::SecCompClient
[all...]
/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp85 auto proxy = GetProxy(); in GetAvailableStatus()
98 auto proxy = GetProxy(); in GetNorthAvailableStatus()
110 auto proxy = GetProxy(); in GetAvailableStatus()
127 auto proxy = GetProxy(); in GetProperty()
149 auto proxy = GetProxy(); in SetPropertyInner()
215 auto proxy = GetProxy(); in BeginAuthentication()
258 auto proxy = GetProxy(); in BeginNorthAuthentication()
279 auto proxy = GetProxy(); in CancelAuthentication()
297 auto proxy = GetProxy(); in BeginIdentification()
318 auto proxy = GetProxy(); in CancelIdentification()
351 sptr<UserAuthInterface> UserAuthClientImpl::GetProxy() GetProxy() function in OHOS::UserIam::UserAuth::UserAuthClientImpl
[all...]
H A Duser_idm_client_impl.cpp33 auto proxy = GetProxy(); in OpenSession()
51 auto proxy = GetProxy(); in CloseSession()
68 auto proxy = GetProxy(); in AddCredential()
98 auto proxy = GetProxy(); in UpdateCredential()
123 auto proxy = GetProxy(); in Cancel()
140 auto proxy = GetProxy(); in DeleteCredential()
166 auto proxy = GetProxy(); in DeleteUser()
191 auto proxy = GetProxy(); in EraseUser()
217 auto proxy = GetProxy(); in GetCredentialInfo()
243 auto proxy = GetProxy(); in GetSecUserInfo()
262 sptr<UserIdmInterface> UserIdmClientImpl::GetProxy() GetProxy() function in OHOS::UserIam::UserAuth::UserIdmClientImpl
[all...]
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dnetwork_search_test_time_zone.cpp39 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
57 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
74 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
92 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
112 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
131 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
H A Dnetwork_search_test.cpp47 telephonyService_ = GetProxy(); in SetUpTestCase()
61 sptr<ICoreService> NetworkSearchTest::GetProxy() in GetProxy() function in OHOS::Telephony::NetworkSearchTest
63 TELEPHONY_LOGI("TelephonyTestService GetProxy ... "); in GetProxy()
444 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
463 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
481 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
500 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
518 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
535 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
554 NetworkSearchTest::telephonyService_ = GetProxy(); in HWTEST_F()
[all...]
/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dprivacy_manager_client.cpp63 auto proxy = GetProxy(); in AddPermissionUsedRecord()
76 auto proxy = GetProxy(); in StartUsingPermission()
118 auto proxy = GetProxy(); in StartUsingPermission()
136 auto proxy = GetProxy(); in StopUsingPermission()
155 auto proxy = GetProxy(); in RemovePermissionUsedRecords()
166 auto proxy = GetProxy(); in GetPermissionUsedRecords()
183 auto proxy = GetProxy(); in GetPermissionUsedRecords()
231 auto proxy = GetProxy(); in RegisterPermActiveStatusCallback()
254 auto proxy = GetProxy(); in UnRegisterPermActiveStatusCallback()
276 auto proxy = GetProxy(); in IsAllowedUsingPermission()
422 sptr<IPrivacyManager> PrivacyManagerClient::GetProxy() GetProxy() function in OHOS::Security::AccessToken::PrivacyManagerClient
[all...]
/base/security/access_token/frameworks/inner_api/tokensync/src/
H A Dtoken_sync_manager_client.cpp54 auto proxy = GetProxy(); in GetRemoteHapTokenInfo()
65 auto proxy = GetProxy(); in DeleteRemoteHapTokenInfo()
76 auto proxy = GetProxy(); in UpdateRemoteHapTokenInfo()
84 sptr<ITokenSyncManager> TokenSyncManagerClient::GetProxy() const in GetProxy() function in OHOS::Security::AccessToken::TokenSyncManagerClient
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp82 sptr<LocatorProxy> proxy = GetProxy(); in IsLocationEnabled()
115 sptr<LocatorProxy> proxy = GetProxy(); in EnableAbility()
132 sptr<LocatorProxy> proxy = GetProxy(); in StartLocating()
153 sptr<LocatorProxy> proxy = GetProxy(); in StopLocating()
171 sptr<LocatorProxy> proxy = GetProxy(); in GetCachedLocation()
215 sptr<LocatorProxy> proxy = GetProxy(); in RegisterGnssStatusCallback()
234 sptr<LocatorProxy> proxy = GetProxy(); in UnregisterGnssStatusCallback()
249 sptr<LocatorProxy> proxy = GetProxy(); in RegisterNmeaMessageCallback()
268 sptr<LocatorProxy> proxy = GetProxy(); in UnregisterNmeaMessageCallback()
317 sptr<LocatorProxy> proxy = GetProxy(); in RegisterCachedLocationCallback()
1329 sptr<LocatorProxy> LocatorImpl::GetProxy() GetProxy() function in OHOS::Location::LocatorImpl
[all...]
/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_client.cpp50 sptr<ISatelliteService> SatelliteServiceClient::GetProxy() in GetProxy() function in OHOS::Telephony::SatelliteServiceClient
204 auto proxy = GetProxy(); in RegisterCoreNotify()
214 auto proxy = GetProxy(); in UnRegisterCoreNotify()
224 auto proxy = GetProxy(); in IsSatelliteEnabled()
233 auto proxy = GetProxy(); in GetSatelliteCapability()
243 auto proxy = GetProxy(); in GetProxyObjectPtr()
253 auto proxy = GetProxy(); in SetRadioState()
263 auto proxy = GetProxy(); in GetImei()
/base/security/access_token/services/common/app_manager/src/
H A Dapp_manager_access_client.cpp55 auto proxy = GetProxy(); in KillProcessesByAccessTokenId()
74 auto proxy = GetProxy(); in RegisterApplicationStateObserver()
89 auto proxy = GetProxy(); in UnregisterApplicationStateObserver()
99 auto proxy = GetProxy(); in GetForegroundApplications()
159 sptr<IAppMgr> AppManagerAccessClient::GetProxy() in GetProxy() function in OHOS::Security::AccessToken::AppManagerAccessClient
/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_helper.cpp43 if (helper_ == nullptr || !GetProxy()) { in QueryExtensionInfos()
61 if (helper_ == nullptr || !GetProxy()) { in QueryCallerBundleName()
71 bool PrintBMSHelper::GetProxy() in GetProxy() function in OHOS::Print::PrintBMSHelper
/base/security/access_token/services/privacymanager/src/sensitive/audio_manager/
H A Daudio_manager_privacy_client.cpp55 auto proxy = GetProxy(); in SetMicrophoneMutePersistent()
65 auto proxy = GetProxy(); in GetPersistentMicMuteState()
104 sptr<IAudioPolicy> AudioManagerPrivacyClient::GetProxy() in GetProxy() function in OHOS::Security::AccessToken::AudioManagerPrivacyClient
/base/security/access_token/services/privacymanager/src/sensitive/camera_manager/
H A Dcamera_manager_privacy_client.cpp54 auto proxy = GetProxy(); in MuteCameraPersist()
64 auto proxy = GetProxy(); in IsCameraMuted()
105 sptr<ICameraService> CameraManagerPrivacyClient::GetProxy() in GetProxy() function in OHOS::Security::AccessToken::CameraManagerPrivacyClient
/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_client.cpp30 sptr<ITelephonyStateNotify> TelephonyObserverClient::GetProxy() in GetProxy() function in OHOS::Telephony::TelephonyObserverClient
85 auto proxy = GetProxy(); in AddStateObserver()
95 auto proxy = GetProxy(); in RemoveStateObserver()

Completed in 19 milliseconds

12345