Home
last modified time | relevance | path

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

/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_policy.cpp266 uint64_t duration = (*it)->GetUint64Value("DURATION") + deviceUsage->GetUint64Value("DURATION"); in HandDeviceUsageToEventVector()
277 eventBean->Add("DURATION", deviceUsage->GetUint64Value("DURATION")); in HandDeviceUsageToEventVector()
303 uint64_t duration = (*it)->GetUint64Value("DURATION") + btUsage->GetUint64Value("DURATION"); in HandBtUsageToEventVector()
314 eventBean->Add("DURATION", btUsage->GetUint64Value("DURATION")); in HandBtUsageToEventVector()
342 uint64_t duration = (*it)->GetUint64Value("DURATION") + streamUsage->GetUint64Value("DURATION"); in HandStreamUsageToEventVector()
355 eventBean->Add("DURATION", streamUsage->GetUint64Value("DURATION")); in HandStreamUsageToEventVector()
375 static_cast<int64_t>(eventBean->GetUint64Value("CHANNEL_LAYOU in HandStreamPropertyToEventVector()
[all...]
H A Dmedia_event_base_writer.cpp83 "TRANSACTIONID", bean->GetUint64Value("TRANSACTIONID"), in WriteStreamChange()
292 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteDeviceStatistic()
309 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteBtUsageStatistic()
329 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteStreamStatistic()
347 "CHANNEL_LAYOUT", static_cast<uint64_t>(bean->GetUint64Value("CHANNEL_LAYOUT")), in WriteStreamPropertyStatistic()
348 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteStreamPropertyStatistic()
399 "TIMESTAMP", bean->GetUint64Value("TIMESTAMP"), in WriteAudioRouteChange()
434 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteMutedCapture()
451 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WritePlaybackVolume()
H A Devent_aggregate.cpp191 uint64_t duration = TimeUtils::GetCurSec() - beanInVector->GetUint64Value("START_TIME"); in HandleDeviceChangeForDuration()
312 if (bean->GetUint64Value("CHANNEL_LAYOUT") == eventBean->GetUint64Value("CHANNEL_LAYOUT") && in AddToStreamPropertyVector()
332 streamPropertyBean->Add("CHANNEL_LAYOUT", bean->GetUint64Value("CHANNEL_LAYOUT")); in AddToStreamPropertyVector()
417 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleDeviceUsage()
450 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleStreamUsage()
464 if (bean->GetUint64Value("CHANNEL_LAYOUT") == streamPropertyBean->GetUint64Value("CHANNEL_LAYOUT") && in HandleStreamPropertyStats()
476 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleStreamPropertyStats()
504 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIM in HandleCaptureMuted()
[all...]
/foundation/multimedia/media_foundation/tests/unittest/event_bean/
H A Devent_bean_inner_unit_test.cpp77 * @tc.desc: Test GetUint64Value interface
82 EXPECT_EQ(0, eventBean_->GetUint64Value(strKey)); in HWTEST_F()
125 EXPECT_EQ(0, eventBean_->GetUint64Value(strKey)); in HWTEST_F()
/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/
H A Devent_bean_unit_test.cpp141 EXPECT_EQ(bean->GetUint64Value(key), value); in HWTEST()
210 EXPECT_EQ(bean->GetUint64Value(key), secondValue); in HWTEST()
222 EXPECT_NE(bean->GetUint64Value(key), firstValue); in HWTEST()
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.h93 bool GetUint64Value(const std::string_view &key, uint64_t &value) const;
H A Dscene_format.cpp199 bool SceneFormat::GetUint64Value(const std::string_view &key, uint64_t &value) const in GetUint64Value() function in OHOS::Sharing::SceneFormat
/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h51 uint64_t GetUint64Value(const std::string &key);
/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/monitor_manger_test/src/
H A Dmedia_monitor_manager_unit_test.cpp51 EXPECT_EQ(bean->GetUint64Value("START_TIME"), duration); in HWTEST()
/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp206 uint64_t EventBean::GetUint64Value(const std::string &key)
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp910 sceneFormat->GetUint64Value(key, valueNew); in HWTEST_F()
1367 auto ret = sceneFormatOut.GetUint64Value(key, valueGetUint64); in HWTEST_F()

Completed in 9 milliseconds