Searched refs:isSet (Results 1 – 4 of 4) sorted by relevance
674 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable675 EXPECT_TRUE(isSet);719 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS_VALUE); variable720 EXPECT_TRUE(isSet);738 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable739 EXPECT_FALSE(isSet);779 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable780 EXPECT_FALSE(isSet);786 isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS_VALUE);787 EXPECT_TRUE(isSet);
181 void SetDay(const uint8_t &day, const bool &isSet);182 void SetMonth(const uint8_t &month, const bool &isSet);
166 int isSet = -1; in JsSetCookie() local170 isSet = cookieManager->SetCookie(url, value); in JsSetCookie()172 if (isSet == NWebError::INVALID_URL) { in JsSetCookie()175 } else if (isSet == NWebError::INVALID_COOKIE_VALUE) { in JsSetCookie()
277 void ReminderRequestCalendar::SetDay(const uint8_t &day, const bool &isSet) in SetDay() argument282 if (isSet) { in SetDay()289 void ReminderRequestCalendar::SetMonth(const uint8_t &month, const bool &isSet) in SetMonth() argument294 if (isSet) { in SetMonth()