Home
last modified time | relevance | path

Searched refs:modelValue (Results 1 - 1 of 1) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
H A Dconfig.cpp47 SharingDataGroupByModule::Ptr modelValue = nullptr; in GetConfig() local
48 if (GetConfig(module, modelValue) != CONFIGURE_ERROR_NONE) { in GetConfig()
102 SharingDataGroupByModule::Ptr modelValue = nullptr; in SetConfig() local
103 if (GetConfig(module, modelValue) != CONFIGURE_ERROR_NONE) { in SetConfig()
104 modelValue = std::make_shared<SharingDataGroupByModule>(module); in SetConfig()
107 if (modelValue == nullptr) { in SetConfig()
108 SHARING_LOGE("modelValue value is null."); in SetConfig()
113 auto err = modelValue->PutSharingValues(tag, values); in SetConfig()
127 auto modelValue = std::make_shared<SharingDataGroupByModule>(module); in SetConfig() local
128 modelValue in SetConfig()
[all...]

Completed in 1 milliseconds