Home
last modified time | relevance | path

Searched refs:isSet (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/display_manager/test/unittest/common/native/src/
Ddisplay_power_mgr_brightness_test.cpp674 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable
675 EXPECT_TRUE(isSet);
719 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS_VALUE); variable
720 EXPECT_TRUE(isSet);
738 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable
739 EXPECT_FALSE(isSet);
779 bool isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS); variable
780 EXPECT_FALSE(isSet);
786 isSet = DisplayPowerMgrClient::GetInstance().SetBrightness(SET_BRIGHTNESS_VALUE);
787 EXPECT_TRUE(isSet);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request_calendar.h181 void SetDay(const uint8_t &day, const bool &isSet);
182 void SetMonth(const uint8_t &month, const bool &isSet);
/base/web/webview/interfaces/kits/napi/webcookiemanager/
Dnapi_web_cookie_manager.cpp166 int isSet = -1; in JsSetCookie() local
170 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()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_calendar.cpp277 void ReminderRequestCalendar::SetDay(const uint8_t &day, const bool &isSet) in SetDay() argument
282 if (isSet) { in SetDay()
289 void ReminderRequestCalendar::SetMonth(const uint8_t &month, const bool &isSet) in SetMonth() argument
294 if (isSet) { in SetMonth()