Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
H A Dconfig.cpp61 SharingDataGroupByTag::Ptr tagValue = nullptr; in GetConfig() local
62 if (GetConfig(module, tag, tagValue) != CONFIGURE_ERROR_NONE) { in GetConfig()
133 auto tagValue = std::make_shared<SharingDataGroupByTag>(tag); in SetConfig() local
134 tagValue->PutSharingValue(key, value); in SetConfig()
135 return SetConfig(module, tag, tagValue); in SetConfig()
H A Djson_parser.cpp101 auto tagValue = std::make_shared<SharingDataGroupByTag>(tag); in ReadModuleConfig() local
102 moduleValue->PutSharingValues(tag, tagValue); in ReadModuleConfig()
128 tagValue->PutSharingValue(key, sharingData); in ReadModuleConfig()
141 moduleValue->ForEach([&](const std::string &tagName, const SharingDataGroupByTag::Ptr &tagValue) { in SaveModuleConfig()
144 tagValue->ForEach([&](const std::string &key, const SharingValue::Ptr &value) { in SaveModuleConfig()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/src/
H A Dav_trans_control_center_callback_stub.cpp59 std::string tagValue = data.ReadString(); in SetParameterInner() local
60 int32_t ret = SetParameter((AVTransTag)transTag, tagValue); in SetParameterInner()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp877 char tagValue[STR_MAX_SIZE] = { 0 }; in SetProperty() local
880 env, napi_get_value_string_utf8(env, propertyNameValueNapi, tagValue, STR_MAX_SIZE, &tagValueLen)); in SetProperty()
881 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "tagValue = %{public}s", tagValue); in SetProperty()
882 std::string tagValueStr = tagValue; in SetProperty()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.cpp167 napi_value tagValue = nullptr; in SetStartSyncMissionsContext() local
168 napi_get_named_property(env, value, "tag", &tagValue); in SetStartSyncMissionsContext()
169 if (tagValue == nullptr) { in SetStartSyncMissionsContext()
174 napi_typeof(env, tagValue, &valueType); in SetStartSyncMissionsContext()
180 napi_get_value_int64(env, tagValue, &context->tag); in SetStartSyncMissionsContext()

Completed in 10 milliseconds