Searched refs:GetUint64Value (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_monitor_policy.cpp | 266 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 D | media_event_base_writer.cpp | 83 "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 D | event_aggregate.cpp | 191 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 D | event_bean_inner_unit_test.cpp | 77 * @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 D | event_bean_unit_test.cpp | 141 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 D | scene_format.h | 93 bool GetUint64Value(const std::string_view &key, uint64_t &value) const;
|
H A D | scene_format.cpp | 199 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 D | event_bean.h | 51 uint64_t GetUint64Value(const std::string &key);
|
/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/monitor_manger_test/src/ |
H A D | media_monitor_manager_unit_test.cpp | 51 EXPECT_EQ(bean->GetUint64Value("START_TIME"), duration); in HWTEST()
|
/foundation/multimedia/media_foundation/services/media_monitor/common/src/ |
H A D | event_bean.cpp | 206 uint64_t EventBean::GetUint64Value(const std::string &key)
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 910 sceneFormat->GetUint64Value(key, valueNew); in HWTEST_F() 1367 auto ret = sceneFormatOut.GetUint64Value(key, valueGetUint64); in HWTEST_F()
|
Completed in 9 milliseconds