Home
last modified time | relevance | path

Searched refs:CallManagerProxyType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Di_call_manager_service.h33 enum CallManagerProxyType { enum
110 virtual sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) = 0;
H A Dcall_manager_proxy.h118 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType);
H A Dcall_manager_service_proxy.h678 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h713 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager7_gtest.cpp306 CallManagerProxyType proxyType = CallManagerProxyType::PROXY_BLUETOOTH_CALL;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service_stub.cpp1301 CallManagerProxyType proxyType = static_cast<CallManagerProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr()
H A Dcall_manager_service.cpp1376 sptr<IRemoteObject> CallManagerService::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_service_proxy.cpp1254 sptr<IRemoteObject> CallManagerServiceProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr()
H A Dcall_manager_proxy.cpp1550 sptr<IRemoteObject> CallManagerProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr()