Home
last modified time | relevance | path

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

/test/xts/hats/telephony/ril/hdi_v1.1_additional/
Dhdf_ril_hdiService_test_7th.cpp725 g_getCallPreferenceModeResponseFlag = false;
729 EXPECT_EQ(true, g_getCallPreferenceModeResponseFlag);
742 g_getCallPreferenceModeResponseFlag = false;
746 EXPECT_EQ(true, g_getCallPreferenceModeResponseFlag);
Dhdf_ril_callback_common.h617 extern bool g_getCallPreferenceModeResponseFlag;
Dhdf_ril_callback_common.cpp107 bool g_getCallPreferenceModeResponseFlag = false; variable
1474 g_getCallPreferenceModeResponseFlag = true; in GetCallPreferenceModeResponse()