Searched refs:Value (Results 1 – 20 of 20) sorted by relevance
/system/connectivity/shill/ |
D | json_store.cc | 135 unique_ptr<string> MakeStringFromValue(const base::Value& value) { in MakeStringFromValue() 138 if (value_type == base::Value::TYPE_STRING) { in MakeStringFromValue() 142 } else if (value_type == base::Value::TYPE_DICTIONARY) { in MakeStringFromValue() 169 const base::Value* list_item; in ConvertListValueToStringVector() 172 if (item_type != base::Value::TYPE_STRING && in ConvertListValueToStringVector() 173 item_type != base::Value::TYPE_DICTIONARY) { in ConvertListValueToStringVector() 176 << base::Value::TYPE_STRING << " or " in ConvertListValueToStringVector() 177 << base::Value::TYPE_DICTIONARY << "."; in ConvertListValueToStringVector() 184 const base::Value* list_item; in ConvertListValueToStringVector() 205 const base::Value& value = it.value(); in ConvertDictionaryValueToVariantDictionary() [all …]
|
/system/webservd/libwebserv/ |
D | response.h | 29 class Value; variable 61 virtual void ReplyWithJson(int status_code, const base::Value* json) = 0;
|
D | mock_response.h | 39 MOCK_METHOD2(ReplyWithJson, void(int, const base::Value*));
|
D | response_impl.h | 46 void ReplyWithJson(int status_code, const base::Value* json) override;
|
D | response.cc | 69 void ResponseImpl::ReplyWithJson(int status_code, const base::Value* json) { in ReplyWithJson()
|
/system/weaved/common/ |
D | binder_utils.cc | 40 android::String16 ToString16(const base::Value& value) { in ToString16() 51 std::unique_ptr<base::Value> value{ in ParseDictionary()
|
D | binder_utils.h | 57 android::String16 ToString16(const base::Value& value);
|
/system/webservd/webservd/ |
D | config.cc | 116 std::unique_ptr<const base::Value> value{ in LoadConfigFromString() 145 for (base::Value* handler_value : *protocol_handlers) { in LoadConfigFromString()
|
/system/weaved/libweaved/ |
D | service.h | 87 const base::Value& value,
|
D | command.h | 80 const base::Value* value = nullptr; in GetParameter()
|
D | service.cc | 192 const base::Value& value, 359 const base::Value& value, in SetStateProperty()
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | dual_mode_controller.cc | 475 scoped_ptr<base::Value> properties_value_ptr = in Properties() 483 base::Value& properties_dictionary = *(properties_value_ptr.get()); in Properties()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 212 TPM_HC (Handle Value Constants) ...................................................................… 1218 Value 1333 Value 1424 Value 1602 An enumeration may contain an extended value indicated by “+” preceding the name in the "Value" 1878 Value 2618 Value 2659 Value 2718 Value 2833 Value [all …]
|
D | raw_structures_fixed.txt | 212 TPM_HC (Handle Value Constants) ...................................................................… 1218 Value 1333 Value 1424 Value 1602 An enumeration may contain an extended value indicated by “+” preceding the name in the "Value" 1878 Value 2620 Value 2661 Value 2720 Value 2827 Value [all …]
|
D | raw_commands.txt | 14921 e) generate or derive r (see the "Commit Random Value" clause in Part 1)
|
D | raw_commands_fixed.txt | 14932 e) generate or derive r (see the "Commit Random Value" clause in Part 1)
|
/system/bt/service/doc/ |
D | IBluetoothGattClientCallback.txt | 117 * Called when there is an incoming ATT Handle-Value notification or
|
/system/keymaster/ |
D | soft_keymaster_device.cpp | 655 template <typename Collection, typename Value> bool contains(const Collection& c, const Value& v) { in contains()
|
/system/ca-certificates/google/ |
D | roots.pem | 38 # Label: "AddTrust Low-Value Services Root"
|
/system/connectivity/shill/doc/ |
D | service-api.txt | 249 Value Generation
|