Home
last modified time | relevance | path

Searched refs:GetUint64Value (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dmedia_monitor_policy.cpp222 … uint64_t duration = (*it)->GetUint64Value("DURATION") + deviceUsage->GetUint64Value("DURATION"); in HandDeviceUsageToEventVector()
233 eventBean->Add("DURATION", deviceUsage->GetUint64Value("DURATION")); in HandDeviceUsageToEventVector()
259 uint64_t duration = (*it)->GetUint64Value("DURATION") + btUsage->GetUint64Value("DURATION"); in HandBtUsageToEventVector()
270 eventBean->Add("DURATION", btUsage->GetUint64Value("DURATION")); in HandBtUsageToEventVector()
298 … uint64_t duration = (*it)->GetUint64Value("DURATION") + streamUsage->GetUint64Value("DURATION"); in HandStreamUsageToEventVector()
311 eventBean->Add("DURATION", streamUsage->GetUint64Value("DURATION")); in HandStreamUsageToEventVector()
341 …uint64_t duration = (*it)->GetUint64Value("DURATION") + streamProperty->GetUint64Value("DURATION"); in HandStreamPropertyToEventVector()
382 uint64_t duration = (*it)->GetUint64Value("DURATION") + bean->GetUint64Value("DURATION"); in HandleVolumeToEventVector()
393 eventBean->Add("DURATION", bean->GetUint64Value("DURATION")); in HandleVolumeToEventVector()
418 uint64_t duration = (*it)->GetUint64Value("DURATION") + bean->GetUint64Value("DURATION"); in HandleCaptureMutedToEventVector()
[all …]
H A Dmedia_event_base_writer.cpp83 "TRANSACTIONID", bean->GetUint64Value("TRANSACTIONID"), in WriteStreamChange()
275 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteDeviceStatistic()
292 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteBtUsageStatistic()
312 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteStreamStatistic()
330 "CHANNEL_LAYOUT", static_cast<uint64_t>(bean->GetUint64Value("CHANNEL_LAYOUT")), in WriteStreamPropertyStatistic()
331 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteStreamPropertyStatistic()
382 "TIMESTAMP", bean->GetUint64Value("TIMESTAMP"), in WriteAudioRouteChange()
417 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WriteMutedCapture()
434 "DURATION", static_cast<uint32_t>(bean->GetUint64Value("DURATION"))); in WritePlaybackVolume()
H A Devent_aggregate.cpp218 uint64_t duration = TimeUtils::GetCurSec() - beanInVector->GetUint64Value("START_TIME"); in HandleDeviceChangeForDuration()
343 if (bean->GetUint64Value("CHANNEL_LAYOUT") == eventBean->GetUint64Value("CHANNEL_LAYOUT") && in AddToStreamPropertyVector()
363 streamPropertyBean->Add("CHANNEL_LAYOUT", bean->GetUint64Value("CHANNEL_LAYOUT")); in AddToStreamPropertyVector()
448 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleDeviceUsage()
481 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleStreamUsage()
495 …if (bean->GetUint64Value("CHANNEL_LAYOUT") == streamPropertyBean->GetUint64Value("CHANNEL_LAYOUT")… in HandleStreamPropertyStats()
507 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleStreamPropertyStats()
535 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleCaptureMuted()
561 uint64_t duration = TimeUtils::GetCurSec() - (*it)->GetUint64Value("START_TIME"); in HandleStreamChangeForVolume()
601 if ((*it)->GetUint64Value("START_TIME") >= 0) { in HandleVolumeChange()
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp235 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, credentialId); in OnResult()
239 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_SEC_USER_ID, secureUid); in OnResult()
314 …extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, updateCredInfo.credentialId… in OnResult()
315 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_SEC_USER_ID, updateCredInfo.secureUid); in OnResult()
329 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_OLD_CREDENTIAL_ID, oldCredentialId); in OnResult()
410 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_SEC_USER_ID, secureUid); in OnResult()
420 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, credentialId); in OnResult()
514 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_SEC_USER_ID, secureUid); in OnResult()
/ohos5.0/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);
210 EXPECT_EQ(bean->GetUint64Value(key), secondValue);
222 EXPECT_NE(bean->GetUint64Value(key), firstValue);
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/include/
H A Devent_bean.h51 uint64_t GetUint64Value(const std::string &key);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dattributes_test.cpp84 EXPECT_TRUE(attrs2.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, u64Value));
126 EXPECT_TRUE(attrs.GetUint64Value(Attributes::ATTR_RESULT_CODE, value1));
127 EXPECT_TRUE(attrs.GetUint64Value(Attributes::ATTR_SIGNATURE, value2));
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_service.cpp267 bool getScheduleIdRet = request->GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcBeginExecuteRequest()
282 bool getScheduleIdRet = request->GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcEndExecuteRequest()
H A Dremote_executor_stub.cpp237 bool getScheduleIdRet = attr.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcBeginExecuteRequest()
396 bool getScheduleIdRet = attr.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcSendDataMsg()
H A Dremote_auth_invoker_context.cpp269 bool getContextIdRet = reply->GetUint64Value(Attributes::ATTR_CONTEXT_ID, contextId); in SendRequest()
H A Dwidget_context.cpp260 … finalResult.GetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, authResultInfo_.credentialDigest); in AuthResult()
/ohos5.0/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);
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h69 static uint64_t GetUint64Value(napi_env env, napi_value value, bool lossless = false);
H A Dnapi_helper.cpp386 uint64_t NapiHelper::GetUint64Value(napi_env env, napi_value value, bool lossless) in GetUint64Value() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp249 bool getAuthTemplateIdRet = properties.GetUint64Value(Attributes::ATTR_TEMPLATE_ID, templateId); in ProcessDeleteTemplateCommand()
299 bool getScheduleIdRet = properties.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcessNotifyExecutorReady()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dremote_executor_proxy.cpp335 bool getScheduleIdRet = data.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcSendDataMsg()
360 bool getScheduleIdRet = data.GetUint64Value(Attributes::ATTR_SCHEDULE_ID, scheduleId); in ProcFinishMsg()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Dattributes.h392 bool GetUint64Value(AttributeKey key, uint64_t &value) const;
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtaskpool.cpp205 uint64_t taskId = NapiHelper::GetUint64Value(env, napiTaskId); in TerminateTask()
383 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); in ExecuteGroup()
635 uint64_t taskId = NapiHelper::GetUint64Value(env, napiTaskId); in Cancel()
644 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); in Cancel()
H A Dsequence_runner.cpp133 uint64_t seqRunnerId = NapiHelper::GetUint64Value(env, napiSeqRunnerId); in Execute()
H A Dtask_group.cpp100 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); in AddTask()
H A Dtask.cpp422 uint64_t taskId = NapiHelper::GetUint64Value(env, id); in OnReceiveData()
439 uint64_t taskId = NapiHelper::GetUint64Value(env, napiTaskId); in OnReceiveData()
927 uint64_t taskId = NapiHelper::GetUint64Value(env, napiTaskId); in GetTaskDuration()
952 uint64_t taskId = NapiHelper::GetUint64Value(env, napiTaskId);
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_callback_v10.cpp194 …if (!extraInfo.GetUint64Value(Attributes::ATTR_CREDENTIAL_DIGEST, resultHolder->enrolledState.cred… in OnResult()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/attributes/src/
H A Dattributes.cpp58 bool GetUint64Value(AttributeKey key, uint64_t &value) const;
444 bool Attributes::Impl::GetUint64Value(AttributeKey key, uint64_t &value) const in GetUint64Value() function in OHOS::UserIam::UserAuth::Attributes::Impl
1214 bool Attributes::GetUint64Value(AttributeKey key, uint64_t &value) const in GetUint64Value() function in OHOS::UserIam::UserAuth::Attributes
1219 return impl_->GetUint64Value(key, value); in GetUint64Value()
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/common/src/
H A Devent_bean.cpp206 uint64_t EventBean::GetUint64Value(const std::string &key) in GetUint64Value() function in OHOS::Media::MediaMonitor::EventBean
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_common.cpp122 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, param->credentialId); in OnResult()
477 … if (extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, param.credentialId)) { in PrepareAuthResult()

12