Lines Matching defs:modelValue
47 SharingDataGroupByModule::Ptr modelValue = nullptr;
48 if (GetConfig(module, modelValue) != CONFIGURE_ERROR_NONE) {
102 SharingDataGroupByModule::Ptr modelValue = nullptr;
103 if (GetConfig(module, modelValue) != CONFIGURE_ERROR_NONE) {
104 modelValue = std::make_shared<SharingDataGroupByModule>(module);
107 if (modelValue == nullptr) {
108 SHARING_LOGE("modelValue value is null.");
113 auto err = modelValue->PutSharingValues(tag, values);
127 auto modelValue = std::make_shared<SharingDataGroupByModule>(module);
128 modelValue->PutSharingValue(tag, key, value);
129 return SetConfig(module, modelValue);