Home
last modified time | relevance | path

Searched refs:ReportOttCallEventInfo (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/
H A Dformatphonenumber_fuzzer.cpp108 int32_t ReportOttCallEventInfo(const uint8_t *data, size_t size) in ReportOttCallEventInfo() function
166 ReportOttCallEventInfo(data, size); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h549 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_client.cpp682 int32_t CallManagerClient::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerClient
685 return g_callManagerProxy->ReportOttCallEventInfo(eventInfo); in ReportOttCallEventInfo()
H A Dcall_manager_proxy.cpp1435 int32_t CallManagerProxy::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerProxy
1446 int32_t errCode = callManagerServicePtr_->ReportOttCallEventInfo(eventInfo); in ReportOttCallEventInfo()
H A Dcall_manager_service_proxy.cpp1152 int32_t CallManagerServiceProxy::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerServiceProxy
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_proxy.h112 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
H A Dcall_manager_service_proxy.h627 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
H A Di_call_manager_service.h104 virtual int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) = 0;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h662 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp770 callManagerClient->ReportOttCallEventInfo(eventInfo);
771 callManagerClient->ReportOttCallEventInfo(eventInfo);
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager.h144 static napi_value ReportOttCallEventInfo(napi_env env, napi_callback_info info);
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager8_gtest.cpp745 EXPECT_EQ(CallManagerGtest::clientPtr_->ReportOttCallEventInfo(info), RETURN_VALUE_IS_ZERO);
H A Dcall_manager2_gtest.cpp268 ASSERT_EQ(client->ReportOttCallEventInfo(eventInfo), TELEPHONY_ERR_UNINIT);
H A Dcall_manager7_gtest.cpp297 callManagerService->ReportOttCallEventInfo(eventInfo);
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1266 int32_t CallManagerService::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerService
H A Dcall_manager_service_stub.cpp1227 result = ReportOttCallEventInfo(*pEventInfo); in OnReportOttCallEventInfo()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp139 DECLARE_NAPI_FUNCTION("reportOttCallEventInfo", ReportOttCallEventInfo), in DeclareCallExtendInterface()
3180 napi_value NapiCallManager::ReportOttCallEventInfo(napi_env env, napi_callback_info info) in ReportOttCallEventInfo() function in OHOS::Telephony::NapiCallManager
5150 …DelayedSingleton<CallManagerClient>::GetInstance()->ReportOttCallEventInfo(asyncContext->eventInfo… in NativeReportOttCallEventInfo()