Searched refs:backendState (Results 1 – 1 of 1) sorted by relevance
1260 Json::Value backendState(Json::objectValue); in updateUIState() local1261 backendState[kName] = kBackendStateName; in updateUIState()1262 backendState[kValue] = kBackendTypeStrings[fBackendType]; in updateUIState()1263 backendState[kOptions] = Json::Value(Json::arrayValue); in updateUIState()1265 backendState[kOptions].append(Json::Value(str)); in updateUIState()1345 state.append(backendState); in updateUIState()