Home
last modified time | relevance | path

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

/test/xts/hats/telephony/ril/hdi_v1.1_additional/
Dhdf_ril_hdiService_test_5th.cpp5138 g_setNotificationFilterResponseFlag = false;
5143 EXPECT_EQ(true, g_setNotificationFilterResponseFlag);
5156 g_setNotificationFilterResponseFlag = false;
5161 EXPECT_EQ(true, g_setNotificationFilterResponseFlag);
5174 g_setNotificationFilterResponseFlag = false;
5179 EXPECT_EQ(true, g_setNotificationFilterResponseFlag);
5192 g_setNotificationFilterResponseFlag = false;
5197 EXPECT_EQ(true, g_setNotificationFilterResponseFlag);
Dhdf_ril_callback_common.h565 extern bool g_setNotificationFilterResponseFlag;
Dhdf_ril_callback_common.cpp55 bool g_setNotificationFilterResponseFlag = false; variable
1076 g_setNotificationFilterResponseFlag = true; in SetNotificationFilterResponse()