/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
H A D | media_monitor_policy.cpp | 222 … 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 D | media_event_base_writer.cpp | 83 "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 D | event_aggregate.cpp | 218 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 D | account_iam_callback.cpp | 235 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 D | event_bean_unit_test.cpp | 141 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 D | event_bean.h | 51 uint64_t GetUint64Value(const std::string &key);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | attributes_test.cpp | 84 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 D | remote_auth_service.cpp | 267 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 D | remote_executor_stub.cpp | 237 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 D | remote_auth_invoker_context.cpp | 269 bool getContextIdRet = reply->GetUint64Value(Attributes::ATTR_CONTEXT_ID, contextId); in SendRequest()
|
H A D | widget_context.cpp | 260 … 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 D | media_monitor_manager_unit_test.cpp | 51 EXPECT_EQ(bean->GetUint64Value("START_TIME"), duration);
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/ |
H A D | napi_helper.h | 69 static uint64_t GetUint64Value(napi_env env, napi_value value, bool lossless = false);
|
H A D | napi_helper.cpp | 386 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 D | framework_executor_callback.cpp | 249 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 D | remote_executor_proxy.cpp | 335 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 D | attributes.h | 392 bool GetUint64Value(AttributeKey key, uint64_t &value) const;
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | taskpool.cpp | 205 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 D | sequence_runner.cpp | 133 uint64_t seqRunnerId = NapiHelper::GetUint64Value(env, napiSeqRunnerId); in Execute()
|
H A D | task_group.cpp | 100 uint64_t groupId = NapiHelper::GetUint64Value(env, napiGroupId); in AddTask()
|
H A D | task.cpp | 422 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 D | user_auth_callback_v10.cpp | 194 …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 D | attributes.cpp | 58 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 D | event_bean.cpp | 206 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 D | napi_account_iam_common.cpp | 122 extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, param->credentialId); in OnResult() 477 … if (extraInfo.GetUint64Value(Attributes::AttributeKey::ATTR_CREDENTIAL_ID, param.credentialId)) { in PrepareAuthResult()
|