Home
last modified time | relevance | path

Searched refs:valueBool (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/power_manager/test/unittest/src/
Dpower_mgr_util_test.cpp174 bool valueBool = false; variable
175 settingProvider.PutBoolValue("settings.power.suspend_sources", valueBool);
176 settingProvider.GetBoolValue("settings.power.suspend_sources", valueBool);
/base/notification/distributed_notification_service/services/ans/src/
Dreminder_data_manager.cpp762 bool valueBool = false; in GenPredicates() local
764 valueBool = true; in GenPredicates()
766 predicates.EqualTo(temp[INDEX_KEY], valueBool); in GenPredicates()
785 bool valueBool = false; in GenValuesBucket() local
787 valueBool = true; in GenValuesBucket()
789 valuesBucket.Put(temp[INDEX_KEY], valueBool); in GenValuesBucket()
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
Dcommon_lib_test.cpp398 bool valueBool = false; variable
399 ret = GetBoolFromJson(nullptr, "age", &valueBool);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
Dreminder_common.cpp285 bool valueBool = false; in Convert2Value() local
286 napi_get_value_bool(env, value, &valueBool); in Convert2Value()
287 valueString = std::to_string(valueBool); in Convert2Value()
Dpublish.cpp546 bool valueBool = false; in ParseArray() local
548 valueBool = true; in ParseArray()
550 napi_get_boolean(env, valueBool, &valueInfo); in ParseArray()
/base/location/frameworks/native/source/
Dnapi_util.cpp333 bool valueBool = false; in JsObjToLocatingRequiredDataConfig() local
337 if (JsObjectToBool(env, object, "needStartScan", valueBool) == SUCCESS) { in JsObjToLocatingRequiredDataConfig()
338 config->SetNeedStartScan(valueBool); in JsObjToLocatingRequiredDataConfig()