Home
last modified time | relevance | path

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

/test/xts/hats/telephony/ril/hdi_v1.1_additional/
Dhdf_ril_hdiService_test_6th.cpp1688 g_simAuthenticationResponseFlag = false;
1695 EXPECT_EQ(true, g_simAuthenticationResponseFlag);
1708 g_simAuthenticationResponseFlag = false;
1715 EXPECT_EQ(true, g_simAuthenticationResponseFlag);
1728 g_simAuthenticationResponseFlag = false;
1735 EXPECT_EQ(true, g_simAuthenticationResponseFlag);
1748 g_simAuthenticationResponseFlag = false;
1755 EXPECT_EQ(true, g_simAuthenticationResponseFlag);
Dhdf_ril_callback_common.h552 extern bool g_simAuthenticationResponseFlag;
Dhdf_ril_callback_common.cpp42 bool g_simAuthenticationResponseFlag = false; variable
467 g_simAuthenticationResponseFlag = true; in SimAuthenticationResponse()