Home
last modified time | relevance | path

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

/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()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_client.h550 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
/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.cpp1436 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 Dcall_manager_service_proxy.cpp1153 int32_t CallManagerServiceProxy::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerServiceProxy
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h621 * ReportOttCallEventInfo
627 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
H A Di_call_manager_service.h105 virtual int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) = 0;
H A Dcall_manager_proxy.h112 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo);
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h656 * ReportOttCallEventInfo
662 int32_t ReportOttCallEventInfo(OttCallEventInfo &eventInfo) override;
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp770 callManagerClient->ReportOttCallEventInfo(eventInfo); in HWTEST_F()
771 callManagerClient->ReportOttCallEventInfo(eventInfo); in HWTEST_F()
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager.h137 static napi_value ReportOttCallEventInfo(napi_env env, napi_callback_info info);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager8_gtest.cpp729 /************************************* Test ReportOttCallEventInfo() ************************************/
745 EXPECT_EQ(CallManagerGtest::clientPtr_->ReportOttCallEventInfo(info), RETURN_VALUE_IS_ZERO); in HWTEST_F()
H A Dcall_manager2_gtest.cpp269 ASSERT_EQ(client->ReportOttCallEventInfo(eventInfo), TELEPHONY_ERR_UNINIT); in HWTEST_F()
H A Dcall_manager7_gtest.cpp297 callManagerService->ReportOttCallEventInfo(eventInfo); in HWTEST_F()
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1284 int32_t CallManagerService::ReportOttCallEventInfo(OttCallEventInfo &eventInfo) in ReportOttCallEventInfo() function in OHOS::Telephony::CallManagerService
H A Dcall_manager_service_stub.cpp1237 result = ReportOttCallEventInfo(*pEventInfo); in OnReportOttCallEventInfo()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager.cpp139 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()

Completed in 29 milliseconds