Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDevice.cpp40 HWC3::Error loadPersistentKeyValues(Json::Value* dictionary) { in loadPersistentKeyValues()
70 HWC3::Error savePersistentKeyValues(const Json::Value& dictionary) { in savePersistentKeyValues()
125 Json::Value dictionary; in getPersistentKeyValue() local
146 Json::Value dictionary; in setPersistentKeyValue() local
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp50 const Json::Value& dictionary) { in GetCustomActionInstanceIDFromJson()
57 const Json::Value& dictionary) { in GetCustomShellActionConfigFromJson()
69 const Json::Value& dictionary) { in GetCustomActionServerConfigFromJson()
83 const Json::Value& dictionary) { in GetCustomDeviceStateActionConfigFromJson()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc46 std::string ExtractValue(const std::string& dictionary, const std::string& key) { in ExtractValue()