Searched refs:valueBool (Results 1 – 6 of 6) sorted by relevance
/base/powermgr/power_manager/test/unittest/src/ |
D | power_mgr_util_test.cpp | 174 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/ |
D | reminder_data_manager.cpp | 762 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/ |
D | common_lib_test.cpp | 398 bool valueBool = false; variable 399 ret = GetBoolFromJson(nullptr, "age", &valueBool);
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
D | reminder_common.cpp | 285 bool valueBool = false; in Convert2Value() local 286 napi_get_value_bool(env, value, &valueBool); in Convert2Value() 287 valueString = std::to_string(valueBool); in Convert2Value()
|
D | publish.cpp | 546 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/ |
D | napi_util.cpp | 333 bool valueBool = false; in JsObjToLocatingRequiredDataConfig() local 337 if (JsObjectToBool(env, object, "needStartScan", valueBool) == SUCCESS) { in JsObjToLocatingRequiredDataConfig() 338 config->SetNeedStartScan(valueBool); in JsObjToLocatingRequiredDataConfig()
|