Home
last modified time | relevance | path

Searched refs:streamStr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
H A Dstream_pipeline_strategy.cpp47 std::string streamStr = CheckIdExsit(it, G_STREAM_TABLE_PTR, G_STREAM_TABLE_SIZE); in ConstructKeyStrIndex() local
48 if (streamStr.empty()) { in ConstructKeyStrIndex()
51 keyStr += "_" + streamStr; in ConstructKeyStrIndex()
268 std::string streamStr = CheckIdExsit(it, G_STREAM_TABLE_PTR, G_STREAM_TABLE_SIZE); in CheckPipelineSpecExist() local
269 if (streamStr.empty()) { in CheckPipelineSpecExist()
272 keyStr += "_" + streamStr; in CheckPipelineSpecExist()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp1200 std::stringstream streamStr; in VectorToString() local
1201 …std::copy(data.begin(), data.end(), std::ostream_iterator<int>(streamStr, KEY_UNDER_LINE.c_str())); in VectorToString()
1202 return streamStr.str(); in VectorToString()