Home
last modified time | relevance | path

Searched refs:proxyType (Results 1 – 13 of 13) sorted by relevance

/base/telephony/cellular_call/vendor/ims/services/ims_core_service/src/
Dims_core_service.cpp129 sptr<IRemoteObject> ImsCoreService::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr() argument
131 switch (proxyType) { in GetProxyObjectPtr()
136 TELEPHONY_LOGI("GetProxyObjectPtr success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
142 TELEPHONY_LOGI("GetProxyObjectPtr success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
148 TELEPHONY_LOGE("GetProxyObjectPtr failed! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
Dims_core_service_stub.cpp90 ImsServiceProxyType proxyType = static_cast<ImsServiceProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr() local
91 sptr<IRemoteObject> object = GetProxyObjectPtr(proxyType); in OnGetProxyObjectPtr()
/base/telephony/core_service/services/ims_service_interaction/src/
Dims_core_service_proxy.cpp83 sptr<IRemoteObject> ImsCoreServiceProxy::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr() argument
90 dataParcel.WriteInt32(static_cast<int32_t>(proxyType)); in GetProxyObjectPtr()
/base/telephony/core_service/interfaces/innerkits/ims/include/
Dims_core_service_interface.h54 virtual sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) = 0;
Dims_core_service_proxy.h32 sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) override;
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp1196 sptr<IRemoteObject> CallManagerService::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument
1199 auto it = proxyObjectPtrMap_.find(static_cast<uint32_t>(proxyType)); in GetProxyObjectPtr()
1201 TELEPHONY_LOGI("GetProxyObjectPtr success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
1204 switch (proxyType) { in GetProxyObjectPtr()
1211 proxyObjectPtrMap_[proxyType] = ptr->AsObject().GetRefPtr(); in GetProxyObjectPtr()
1212 … TELEPHONY_LOGI("create BluetoothCallService object success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
1220 TELEPHONY_LOGE("GetProxyObjectPtr failed! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
Dcall_manager_service_stub.cpp1182 CallManagerProxyType proxyType = static_cast<CallManagerProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr() local
1183 sptr<IRemoteObject> objectPtr = GetProxyObjectPtr(proxyType); in OnGetProxyObjectPtr()
/base/telephony/call_manager/frameworks/native/include/
Dcall_manager_service_proxy.h636 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
Di_call_manager_service.h105 virtual sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) = 0;
Dcall_manager_proxy.h111 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType);
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h671 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_proxy.cpp1172 sptr<IRemoteObject> CallManagerProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument
1179 sptr<IRemoteObject> ptr = callManagerServicePtr_->GetProxyObjectPtr(proxyType); in GetProxyObjectPtr()
Dcall_manager_service_proxy.cpp1576 sptr<IRemoteObject> CallManagerServiceProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument
1585 dataParcel.WriteInt32(static_cast<int32_t>(proxyType)); in GetProxyObjectPtr()