Searched refs:CallManagerInterfaceCode (Results 1 - 7 of 7) sorted by relevance
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager7_gtest.cpp | 328 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_DIAL_CALL), in HWTEST_F() 330 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_ANSWER_CALL), in HWTEST_F() 332 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_REJECT_CALL), in HWTEST_F() 334 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_HOLD_CALL), in HWTEST_F() 336 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_UNHOLD_CALL), in HWTEST_F() 338 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_DISCONNECT_CALL), in HWTEST_F() 340 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_GET_CALL_STATE), in HWTEST_F() 342 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_SWAP_CALL), in HWTEST_F() 344 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode::INTERFACE_HAS_CALL), in HWTEST_F() 346 callManagerService->OnRemoteRequest(static_cast<uint32_t>(CallManagerInterfaceCode in HWTEST_F() [all...] |
/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service_stub.cpp | 62 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_REGISTER_CALLBACK)] = in InitCallBasicRequest() 64 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_UNREGISTER_CALLBACK)] = in InitCallBasicRequest() 66 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_DIAL_CALL)] = in InitCallBasicRequest() 68 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_MAKE_CALL)] = in InitCallBasicRequest() 70 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_ANSWER_CALL)] = in InitCallBasicRequest() 72 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_REJECT_CALL)] = in InitCallBasicRequest() 74 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_HOLD_CALL)] = in InitCallBasicRequest() 76 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_UNHOLD_CALL)] = in InitCallBasicRequest() 78 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_DISCONNECT_CALL)] = in InitCallBasicRequest() 80 memberFuncMap_[static_cast<int32_t>(CallManagerInterfaceCode in InitCallBasicRequest() [all...] |
/base/telephony/call_manager/test/unittest/ui_client/ |
H A D | ui_client_test.cpp | 1442 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_DIAL_CALL)] = &OHOS::Telephony::DialCall; in InitCallBasicPower() 1443 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_ANSWER_CALL)] = in InitCallBasicPower() 1445 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_REJECT_CALL)] = in InitCallBasicPower() 1447 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_HOLD_CALL)] = &OHOS::Telephony::HoldCall; in InitCallBasicPower() 1448 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_UNHOLD_CALL)] = in InitCallBasicPower() 1450 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_DISCONNECT_CALL)] = in InitCallBasicPower() 1452 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_GET_CALL_STATE)] = in InitCallBasicPower() 1454 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_SWAP_CALL)] = in InitCallBasicPower() 1456 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode::INTERFACE_START_RTT)] = &OHOS::Telephony::StartRtt; in InitCallBasicPower() 1457 g_memberFuncMap[static_cast<int32_t>(CallManagerInterfaceCode in InitCallBasicPower() [all...] |
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_service_proxy.cpp | 359 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_START_DTMF, dataParcel, replyParcel); in StartDtmf() 376 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_STOP_DTMF, dataParcel, replyParcel); in StopDtmf() 394 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_POST_DIAL_PROCEED, dataParcel, replyParcel); in PostDialProceed() 411 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_WAITING, dataParcel, replyParcel); in GetCallWaiting() 429 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_WAITING, dataParcel, replyParcel); in SetCallWaiting() 447 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_RESTRICTION, dataParcel, replyParcel); in GetCallRestriction() 465 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_RESTRICTION, dataParcel, replyParcel); in SetCallRestriction() 491 SendRequest(CallManagerInterfaceCode::INTERFACE_SET_CALL_RESTRICTION_PASSWORD, dataParcel, replyParcel); in SetCallRestrictionPassword() 509 int32_t error = SendRequest(CallManagerInterfaceCode::INTERFACE_GET_CALL_TRANSFER, dataParcel, replyParcel); in GetCallTransferInfo() 527 int32_t error = SendRequest(CallManagerInterfaceCode in SetCallTransferInfo() [all...] |
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_service_ipc_interface_code.h | 23 enum CallManagerInterfaceCode {
enum
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 740 int32_t SendRequest(CallManagerInterfaceCode code); 741 int32_t SendRequest(CallManagerInterfaceCode code, MessageParcel &dataParcel, MessageParcel &replyParcel);
|
/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service_stub.h | 129 { uint32_t(CallManagerInterfaceCode::INTERFACE_REGISTER_CALLBACK), "INTERFACE_REGISTER_CALLBACK" },
|
Completed in 11 milliseconds