Home
last modified time | relevance | path

Searched refs:g_setCallPreferenceModeResponseFlag (Results 1 – 3 of 3) sorted by relevance

/test/xts/hats/telephony/ril/hdi_v1.1_additional/
Dhdf_ril_hdiService_test_7th.cpp759 g_setCallPreferenceModeResponseFlag = false;
763 EXPECT_EQ(true, g_setCallPreferenceModeResponseFlag);
776 g_setCallPreferenceModeResponseFlag = false;
780 EXPECT_EQ(true, g_setCallPreferenceModeResponseFlag);
Dhdf_ril_callback_common.h618 extern bool g_setCallPreferenceModeResponseFlag;
Dhdf_ril_callback_common.cpp108 bool g_setCallPreferenceModeResponseFlag = false; variable
1484 g_setCallPreferenceModeResponseFlag = true; in SetCallPreferenceModeResponse()