/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()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_client.h | 550 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
|
/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 | 1436 int32_t CallManagerProxy::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerProxy 1447 int32_t errCode = callManagerServicePtr_->ReportOttCallEventInfo(eventInfo); in ReportOttCallEventInfo() 1449 TELEPHONY_LOGE("ReportOttCallEventInfo failed, errcode:%{public}d", errCode); in ReportOttCallEventInfo()
|
H A D | call_manager_service_proxy.cpp | 1153 int32_t CallManagerServiceProxy::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerServiceProxy
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 621 * ReportOttCallEventInfo 627 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
|
H A D | i_call_manager_service.h | 105 virtual int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) = 0;
|
H A D | call_manager_proxy.h | 112 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
|
/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 656 * ReportOttCallEventInfo 662 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch4_test.cpp | 770 callManagerClient->ReportOttCallEventInfo(eventInfo); in HWTEST_F() 771 callManagerClient->ReportOttCallEventInfo(eventInfo); in HWTEST_F()
|
/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager.h | 137 static napi_value ReportOttCallEventInfo(napi_env env, napi_callback_info info);
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager8_gtest.cpp | 729 /************************************* Test ReportOttCallEventInfo() ************************************/ 745 EXPECT_EQ(CallManagerGtest::clientPtr_->ReportOttCallEventInfo(info), RETURN_VALUE_IS_ZERO); in HWTEST_F()
|
H A D | call_manager2_gtest.cpp | 269 ASSERT_EQ(client->ReportOttCallEventInfo(eventInfo), TELEPHONY_ERR_UNINIT); in HWTEST_F()
|
H A D | call_manager7_gtest.cpp | 297 callManagerService->ReportOttCallEventInfo(eventInfo); in HWTEST_F()
|
/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 1284 int32_t CallManagerService::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerService
|
H A D | call_manager_service_stub.cpp | 1237 result = ReportOttCallEventInfo(*pEventInfo); in OnReportOttCallEventInfo()
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager.cpp | 139 DECLARE_NAPI_FUNCTION("reportOttCallEventInfo", ReportOttCallEventInfo), in DeclareCallExtendInterface() 2903 napi_value NapiCallManager::ReportOttCallEventInfo(napi_env env, napi_callback_info info) in ReportOttCallEventInfo() function in OHOS::Telephony::NapiCallManager 2908 NAPI_ASSERT(env, matchFlag, "ReportOttCallEventInfo type error, should be object type"); in ReportOttCallEventInfo() 2912 std::string errorMessage = "ReportOttCallEventInfo error at baseContext is nullptr"; in ReportOttCallEventInfo() 2928 env, asyncContext.release(), "ReportOttCallEventInfo", NativeReportOttCallEventInfo, NativeVoidCallBack); in ReportOttCallEventInfo() 4874 DelayedSingleton<CallManagerClient>::GetInstance()->ReportOttCallEventInfo(asyncContext->eventInfo); in NativeReportOttCallEventInfo()
|