/ohos5.0/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
H A D | formatphonenumber_fuzzer.cpp | 108 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 D | call_manager_client.h | 549 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
|
/ohos5.0/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 682 int32_t CallManagerClient::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerClient 685 return g_callManagerProxy->ReportOttCallEventInfo(eventInfo); in ReportOttCallEventInfo()
|
H A D | call_manager_proxy.cpp | 1435 int32_t CallManagerProxy::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerProxy 1446 int32_t errCode = callManagerServicePtr_->ReportOttCallEventInfo(eventInfo); in ReportOttCallEventInfo()
|
H A D | call_manager_service_proxy.cpp | 1152 int32_t CallManagerServiceProxy::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerServiceProxy
|
/ohos5.0/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_proxy.h | 112 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
|
H A D | call_manager_service_proxy.h | 627 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
|
H A D | i_call_manager_service.h | 104 virtual int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) = 0;
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 662 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch4_test.cpp | 770 callManagerClient->ReportOttCallEventInfo(eventInfo); 771 callManagerClient->ReportOttCallEventInfo(eventInfo);
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager.h | 144 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 D | call_manager8_gtest.cpp | 745 EXPECT_EQ(CallManagerGtest::clientPtr_->ReportOttCallEventInfo(info), RETURN_VALUE_IS_ZERO);
|
H A D | call_manager2_gtest.cpp | 268 ASSERT_EQ(client->ReportOttCallEventInfo(eventInfo), TELEPHONY_ERR_UNINIT);
|
H A D | call_manager7_gtest.cpp | 297 callManagerService->ReportOttCallEventInfo(eventInfo);
|
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 1266 int32_t CallManagerService::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerService
|
H A D | call_manager_service_stub.cpp | 1227 result = ReportOttCallEventInfo(*pEventInfo); in OnReportOttCallEventInfo()
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager.cpp | 139 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()
|