Home
last modified time | relevance | path

Searched refs:StartDtmfPolicy (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_policy.h37 int32_t StartDtmfPolicy(int32_t &callId);
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_policy.cpp120 int32_t BluetoothCallPolicy::StartDtmfPolicy(int32_t &callId) in StartDtmfPolicy() function in OHOS::Telephony::BluetoothCallPolicy
138 TELEPHONY_LOGW("StartDtmfPolicy failed"); in StartDtmfPolicy()
H A Dbluetooth_call_service.cpp237 int32_t ret = StartDtmfPolicy(callId); in StartDtmf()
239 TELEPHONY_LOGE("StartDtmfPolicy failed!"); in StartDtmf()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp474 ASSERT_EQ(TELEPHONY_SUCCESS, callPolicy.StartDtmfPolicy(policy)); in HWTEST_F()
476 ASSERT_EQ(TELEPHONY_SUCCESS, callPolicy.StartDtmfPolicy(policy)); in HWTEST_F()
478 ASSERT_EQ(TELEPHONY_SUCCESS, callPolicy.StartDtmfPolicy(policy)); in HWTEST_F()
480 ASSERT_EQ(TELEPHONY_SUCCESS, callPolicy.StartDtmfPolicy(policy)); in HWTEST_F()
482 ASSERT_NE(TELEPHONY_SUCCESS, callPolicy.StartDtmfPolicy(policy)); in HWTEST_F()

Completed in 3 milliseconds