Home
last modified time | relevance | path

Searched refs:ReportPostDialDelay (Results 1 - 16 of 16) sorted by relevance

/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_register.h103 void ReportPostDialDelay(std::string str);
/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_report_proxy.h46 int32_t ReportPostDialDelay(const std::string &str);
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcall_status_callback.h63 int32_t ReportPostDialDelay(const std::string &str) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Di_call_status_callback.h274 virtual int32_t ReportPostDialDelay(const std::string &str) = 0;
H A Dcall_status_callback_proxy.h277 int32_t ReportPostDialDelay(const std::string &str) override;
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp413 void CellularCallRegister::ReportPostDialDelay(std::string str) in ReportPostDialDelay() function in OHOS::Telephony::CellularCallRegister
420 callManagerCallBack_->ReportPostDialDelay(str); in ReportPostDialDelay()
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp461 int32_t CallStatusCallback::ReportPostDialDelay(const std::string &str) in ReportPostDialDelay() function in OHOS::Telephony::CallStatusCallback
463 TELEPHONY_LOGI("ReportPostDialDelay"); in ReportPostDialDelay()
464 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportPostDialDelay(str); in ReportPostDialDelay()
H A Dcall_status_callback_stub.cpp779 error = ReportPostDialDelay(remainPostDial); in OnReportPostDialDelay()
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_ability_callback.h133 static int32_t ReportPostDialDelay(std::string postDialStr, EventCallback eventCallback);
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp302 int32_t CallAbilityReportProxy::ReportPostDialDelay(const std::string &str) in ReportPostDialDelay() function in OHOS::Telephony::CallAbilityReportProxy
311 TELEPHONY_LOGW("ReportPostDialDelay failed, errcode:%{public}d, bundleInfo:%{public}s", ret, in ReportPostDialDelay()
317 TELEPHONY_LOGI("ReportPostDialDelay success"); in ReportPostDialDelay()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp441 DelayedSingleton<CellularCallRegister>::GetInstance()->ReportPostDialDelay( in ExecutePostDial()
H A Dcs_control.cpp636 DelayedSingleton<CellularCallRegister>::GetInstance()->ReportPostDialDelay( in ExecutePostDial()
H A Dims_control.cpp563 DelayedSingleton<CellularCallRegister>::GetInstance()->ReportPostDialDelay( in ExecutePostDial()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp391 callAbilityReportProxy->ReportPostDialDelay(TEST_STR); in HWTEST_F()
844 callStatusCallback->ReportPostDialDelay(str); in HWTEST_F()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp727 int32_t CallStatusCallbackProxy::ReportPostDialDelay(const std::string &str) in ReportPostDialDelay() function in OHOS::Telephony::CallStatusCallbackProxy
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp1865 int32_t ret = ReportPostDialDelay(dataWorkerData->postDialStr, dataWorkerData->callback); in ReportPostDialDelayWork()
1866 TELEPHONY_LOGI("ReportPostDialDelay result = %{public}d", ret); in ReportPostDialDelayWork()
1873 int32_t NapiCallAbilityCallback::ReportPostDialDelay(std::string postDialStr, EventCallback eventCallback) in ReportPostDialDelay() function in OHOS::Telephony::NapiCallAbilityCallback
1951 TELEPHONY_LOGI("ReportPostDialDelay result = %{public}d", ret); in ReportCallMediaModeInfoWork()
2045 TELEPHONY_LOGI("ReportPostDialDelay result = %{public}d", ret); in ReportCallSessionEventWork()
2136 TELEPHONY_LOGI("ReportPostDialDelay result = %{public}d", ret); in ReportPeerDimensionsWork()
2230 TELEPHONY_LOGI("ReportPostDialDelay result = %{public}d", ret); in ReportCallDataUsageWork()
2316 TELEPHONY_LOGI("ReportPostDialDelay result = %{public}d", ret); in ReportCameraCapabilitiesInfoWork()

Completed in 18 milliseconds