Home
last modified time | relevance | path

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

/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_mgr_util_test.cpp252 bool valueBool = false; in HWTEST_F() local
253 settingProvider.PutBoolValue("settings.power.suspend_sources", valueBool); in HWTEST_F()
254 settingProvider.GetBoolValue("settings.power.suspend_sources", valueBool); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A 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()
H A Dpublish.cpp546 bool valueBool = false; in ParseArray() local
548 valueBool = true; in ParseArray()
550 napi_get_boolean(env, valueBool, &valueInfo); in ParseArray()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp715 bool valueBool = false; in GenPredicates() local
717 valueBool = true; in GenPredicates()
719 predicates.EqualTo(temp[INDEX_KEY], valueBool); in GenPredicates()
738 bool valueBool = false; in GenValuesBucket() local
740 valueBool = true; in GenValuesBucket()
742 valuesBucket.Put(temp[INDEX_KEY], valueBool); in GenValuesBucket()
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dcommon_lib_test.cpp398 bool valueBool = false; in HWTEST_F() local
399 ret = GetBoolFromJson(nullptr, "age", &valueBool); in HWTEST_F()
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp295 bool valueBool = false; in JsObjToLocatingRequiredDataConfig() local
299 if (JsObjectToBool(env, object, "needStartScan", valueBool) == SUCCESS) { in JsObjToLocatingRequiredDataConfig()
300 config->SetNeedStartScan(valueBool); in JsObjToLocatingRequiredDataConfig()

Completed in 12 milliseconds