MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / config_getter

Method config_getter

DSView/pv/prop/binding/deviceoptions.cpp:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144GVariant* DeviceOptions::config_getter(int key)
145{
146 SigSession *session = AppControl::Instance()->GetSession();
147 DeviceAgent *_device_agent = session->get_device();
148 return _device_agent->get_config(key);
149}
150
151void DeviceOptions::config_setter(int key, GVariant* value)
152{

Callers

nothing calls this directly

Calls 3

GetSessionMethod · 0.80
get_deviceMethod · 0.80
get_configMethod · 0.80

Tested by

no test coverage detected