Searched refs:proxyType (Results 1 – 13 of 13) sorted by relevance
129 sptr<IRemoteObject> ImsCoreService::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr() argument131 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()
90 ImsServiceProxyType proxyType = static_cast<ImsServiceProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr() local91 sptr<IRemoteObject> object = GetProxyObjectPtr(proxyType); in OnGetProxyObjectPtr()
83 sptr<IRemoteObject> ImsCoreServiceProxy::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr() argument90 dataParcel.WriteInt32(static_cast<int32_t>(proxyType)); in GetProxyObjectPtr()
54 virtual sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) = 0;
32 sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) override;
1196 sptr<IRemoteObject> CallManagerService::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument1199 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()
1182 CallManagerProxyType proxyType = static_cast<CallManagerProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr() local1183 sptr<IRemoteObject> objectPtr = GetProxyObjectPtr(proxyType); in OnGetProxyObjectPtr()
636 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
105 virtual sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) = 0;
111 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType);
671 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
1172 sptr<IRemoteObject> CallManagerProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument1179 sptr<IRemoteObject> ptr = callManagerServicePtr_->GetProxyObjectPtr(proxyType); in GetProxyObjectPtr()
1576 sptr<IRemoteObject> CallManagerServiceProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument1585 dataParcel.WriteInt32(static_cast<int32_t>(proxyType)); in GetProxyObjectPtr()