Searched refs:enableValue (Results 1 – 3 of 3) sorted by relevance
125 Json::Value enableValue = valueObj[WakeupSource::ENABLE_KEY]; in ParseSourcesProc() local132 if (enableValue.isBool()) { in ParseSourcesProc()133 enable = enableValue.asBool(); in ParseSourcesProc()
440 std::string enableValue = std::to_string(enabled); in PutNotificationsEnabled() local441 int32_t result = rdbDataManager_->InsertData(typeKey, enableValue); in PutNotificationsEnabled()
1354 napi_value enableValue = NapiUtil::GetNamedProperty(env, parameters[0], "enable"); in SetCBConfig() local1355 if (enableValue != nullptr) { in SetCBConfig()1356 napi_get_value_bool(env, enableValue, &context->enable); in SetCBConfig()