/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | subscribe_info.cpp | 24 return info_->SetPriority(priority); in SetPriority() 29 return info_->GetPriority(); in GetPriority() 34 return info_->SetUserId(userId); in SetUserId() 39 return info_->GetUserId(); in GetUserId() 44 return info_->SetPermission(permission); in SetPermission() 49 return info_->GetPermission(); in GetPermission() 54 return info_->SetDeviceId(deviceId); in SetDeviceId() 59 return info_->GetDeviceId(); in GetDeviceId() 64 return info_->SetPublisherBundleName(publisherBundleName); in SetPublisherBundleName() 69 return info_ in GetPublisherBundleName() [all...] |
H A D | subscribe_info.h | 30 explicit CommonEventSubscribeInfoImpl(std::shared_ptr<CommonEventSubscribeInfo> info): info_(info){}; in CommonEventSubscribeInfoImpl() 53 std::shared_ptr<CommonEventSubscribeInfo> info_; member in OHOS::CommonEventManager::CommonEventSubscribeInfoImpl
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | schedule_node_builder.cpp | 38 info_.authType = collector->GetAuthType(); in ScheduleNodeBuilder() 40 info_.endAfterFirstFail = false; in ScheduleNodeBuilder() 45 info_.scheduleId = scheduleId; in SetScheduleId() 51 info_.tokenId = tokenId; in SetAccessTokenId() 57 info_.collectorTokenId = collectorTokenId; in SetCollectorTokenId() 63 info_.pinSubType = pinSubType; in SetPinSubType() 69 info_.templateIdList = templateIdList; in SetTemplateIdList() 75 info_.authType = authType; in SetAuthType() 81 info_.executorMatcher = executorMatcher; in SetExecutorMatcher() 87 info_ in SetScheduleMode() [all...] |
H A D | schedule_node_impl.cpp | 37 ScheduleNodeImpl::ScheduleNodeImpl(ScheduleInfo &info) : info_(std::move(info)) in ScheduleNodeImpl() 40 if (machine_ && info_.threadHandler == nullptr) { in ScheduleNodeImpl() 41 info_.threadHandler = ThreadHandler::GetSingleThreadInstance(); in ScheduleNodeImpl() 42 machine_->SetThreadHandler(info_.threadHandler); in ScheduleNodeImpl() 55 attribute.SetInt32Value(Attributes::ATTR_SCHEDULE_MODE, info_.scheduleMode); in GetScheduleAttribute() 57 if (info_.tokenId.has_value()) { in GetScheduleAttribute() 58 attribute.SetUint32Value(Attributes::ATTR_ACCESS_TOKEN_ID, info_.tokenId.value()); in GetScheduleAttribute() 61 if (info_.pinSubType != 0) { in GetScheduleAttribute() 62 attribute.SetInt32Value(Attributes::ATTR_PIN_SUB_TYPE, info_.pinSubType); in GetScheduleAttribute() 65 attribute.SetUint32Value(Attributes::ATTR_COLLECTOR_TOKEN_ID, info_ in GetScheduleAttribute() [all...] |
H A D | credential_info_impl.cpp | 21 CredentialInfoImpl::CredentialInfoImpl(int32_t userId, const HdiCredentialInfo &info) : userId_(userId), info_(info) in CredentialInfoImpl() 27 return info_.credentialId; in GetCredentialId() 37 return info_.executorIndex; in GetExecutorIndex() 42 return info_.templateId; in GetTemplateId() 47 return static_cast<AuthType>(info_.authType); in GetAuthType() 52 return info_.executorSensorHint; in GetExecutorSensorHint() 57 return info_.executorMatcher; in GetExecutorMatcher()
|
H A D | resource_node_impl.cpp | 65 ExecutorRegisterInfo info_; member in OHOS::UserIam::UserAuth::ResourceNodeImpl 73 : info_(std::move(info)), in ResourceNodeImpl() 76 if (info_.deviceUdid.empty()) { in ResourceNodeImpl() 77 bool setUdidRet = DeviceManagerUtil::GetInstance().GetLocalDeviceUdid(info_.deviceUdid); in ResourceNodeImpl() 108 return info_.authType; in GetAuthType() 113 return info_.executorRole; in GetExecutorRole() 118 return info_.executorSensorHint; in GetExecutorSensorHint() 123 return info_.executorMatcher; in GetExecutorMatcher() 128 return info_.esl; in GetExecutorEsl() 133 return info_ in GetExecutorPublicKey() [all...] |
H A D | enrolled_info_impl.cpp | 21 EnrolledInfoImpl::EnrolledInfoImpl(int32_t userId, const HdiEnrolledInfo &info) : userId_(userId), info_(info) in EnrolledInfoImpl() 32 return static_cast<AuthType>(info_.authType); in GetAuthType() 37 return info_.enrolledId; in GetEnrolledId()
|
H A D | enrolled_info_impl.h | 37 HdiEnrolledInfo info_; member in OHOS::UserIam::UserAuth::final
|
H A D | credential_info_impl.h | 41 HdiCredentialInfo info_; member in OHOS::UserIam::UserAuth::final
|
/base/sensors/sensor/utils/common/include/ |
H A D | print_sensor_data.h | 51 LogPrintInfo info_; member in OHOS::Sensors::PrintSensorData 53 {SENSOR_TYPE_ID_ACCELEROMETER, info_}, 54 {SENSOR_TYPE_ID_GYROSCOPE, info_}, 55 {SENSOR_TYPE_ID_POSTURE, info_}, 56 {SENSOR_TYPE_ID_AMBIENT_LIGHT, info_}, 57 {SENSOR_TYPE_ID_AMBIENT_LIGHT1, info_}, 58 {SENSOR_TYPE_ID_MAGNETIC_FIELD, info_},
|
/base/telephony/call_manager/services/audio/src/ |
H A D | audio_device_manager.cpp | 68 if (memset_s(&info_, sizeof(AudioDeviceInfo), 0, sizeof(AudioDeviceInfo)) != EOK) { in Init() 76 info_.audioDeviceList.push_back(speaker); in Init() 81 info_.audioDeviceList.push_back(earpiece); in Init() 104 std::vector<AudioDevice>::iterator it = info_.audioDeviceList.begin(); in UpdateEarpieceDevice() 105 while (it != info_.audioDeviceList.end()) { in UpdateEarpieceDevice() 107 it = info_.audioDeviceList.erase(it); in UpdateEarpieceDevice() 119 std::vector<AudioDevice>::iterator it = info_.audioDeviceList.begin(); in UpdateBluetoothDeviceName() 120 while (it != info_.audioDeviceList.end()) { in UpdateBluetoothDeviceName() 146 std::vector<AudioDevice>::iterator it = info_.audioDeviceList.begin(); in AddAudioDeviceList() 147 while (it != info_ in AddAudioDeviceList() [all...] |
/base/hiviewdfx/hiview/base/event_store/utility/reader/ |
H A D | sys_event_doc_reader.cpp | 86 if (memcpy_s(info_.domain, MAX_DOMAIN_LEN, domainStr.c_str(), domainStr.length()) != EOK) {
in InitEventInfo() 100 if (memcpy_s(info_.name, MAX_EVENT_NAME_LEN, nameStr.c_str(), nameStr.length()) != EOK) {
in InitEventInfo() 106 info_.level = fileNames[EVENT_LEVEL_INDEX];
in InitEventInfo() 134 if (info_.tag.empty() && strlen(header.tag) != 0) {
in Read() 135 info_.tag = header.tag;
in Read() 289 return reader->ReadRawData(info_, content, contentSize);
in BuildRawData() 314 entries.emplace(info_.seq, info_.timestamp, rawData, sysVersion_);
in TryToAddEntry() 319 if (strlen(info_.domain) == 0 || strlen(info_ in CheckEventInfo() [all...] |
/base/powermgr/battery_manager/charger/include/ |
H A D | charger_animation.h | 64 : view_ {imageView}, info_ {info} in ChargerAnimatorCallback() 110 ss << info_.resPath << info_.filePrefix << std::setw(CHAR_WIDTH) << std::setfill('0') << currId_ << ".png"; in ShowNextImage() 118 currId_ = (currId_ + 1) % info_.imgCnt; in ShowNextImage() 119 ChargerGraphicEngine::UsSleep(info_.updInterval * MICROSECONDS_PER_MILLISECOND); in ShowNextImage() 128 ImageComponentInfo info_; member in OHOS::PowerMgr::ChargerAnimation::ChargerAnimatorCallback
|
/base/update/updater/services/applypatch/ |
H A D | partition_record.cpp | 93 (void)memset_s(&info_, sizeof(info_), 0, sizeof(info_)); in RecordPartitionSetInfo() 94 if (strncpy_s(info_.partitionName, PARTITION_NAME_LEN, partitionName.c_str(), PARTITION_NAME_LEN - 1) != EOK) { in RecordPartitionSetInfo() 98 info_.updated = updated; in RecordPartitionSetInfo() 99 if (write(fd, &info_, sizeof(PartitionRecordInfo)) != static_cast<ssize_t>(sizeof(PartitionRecordInfo))) { in RecordPartitionSetInfo()
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/common/napi/ |
H A D | n_func_arg.cpp | 22 NFuncArg::NFuncArg(napi_env env, napi_callback_info info) : env_(env), info_(info) {}
in NFuncArg() 63 napi_status status = napi_get_cb_info(env_, info_, &argc, nullptr, &thisVar, nullptr);
in InitArgs() 69 status = napi_get_cb_info(env_, info_, &argc, argv_.get(), &thisVar, nullptr);
in InitArgs()
|
H A D | n_func_arg.h | 79 napi_callback_info info_ = nullptr;
member in OHOS::HiviewDFX::final
|
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
H A D | window_info_helper_test.cpp | 97 WindowManager::GetInstance().info_ = list; in HWTEST_F() 122 WindowManager::GetInstance().info_ = list; in HWTEST_F() 146 WindowManager::GetInstance().info_ = list; in HWTEST_F()
|
/base/update/updater/services/include/applypatch/ |
H A D | partition_record.h | 75 PartitionRecordInfo info_ {};
|
/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_decoder_adapter_impl.cpp | 409 std::shared_ptr<BufferInfoAdapterImpl> info_ = std::make_shared<BufferInfoAdapterImpl>(); in OnOutputBufferAvailable() local 410 if (!info_) { in OnOutputBufferAvailable() 415 info_->SetPresentationTimeUs(info.presentationTimeUs); in OnOutputBufferAvailable() 416 info_->SetSize(info.size); in OnOutputBufferAvailable() 417 info_->SetOffset(info.offset); in OnOutputBufferAvailable() 422 cb_->OnNeedOutputData(index, info_, flag_); in OnOutputBufferAvailable()
|
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
H A D | window_manager.h | 114 info_ = info; in SetDefaultSecCompScene() 118 std::vector<sptr<Rosen::UnreliableWindowInfo>> info_; member in OHOS::Rosen::WindowManager
|
/base/inputmethod/imf/test/common/src/ |
H A D | text_listener.cpp | 38 PanelStatusInfo TextListener::info_{}; 167 info_ = info; in NotifyPanelStatusInfo() 208 info_ = {}; in ResetParam() 226 textListenerCv_.wait_for(lock, std::chrono::seconds(1), [info]() { return info == info_; }); in WaitNotifyPanelStatusInfoCallback() 227 return info == info_; in WaitNotifyPanelStatusInfoCallback()
|
/base/hiviewdfx/hiview/base/event_store/utility/reader/include/ |
H A D | sys_event_doc_reader.h | 62 EventInfo info_;
member in OHOS::HiviewDFX::EventStore::SysEventDocReader
|
/base/telephony/call_manager/services/audio/include/ |
H A D | audio_device_manager.h | 95 AudioDeviceInfo info_; member in OHOS::Telephony::AudioDeviceManager
|
/base/telephony/call_manager/services/spam_call/include/ |
H A D | spam_call_adapter.h | 54 NumberMarkInfo info_; member in OHOS::Telephony::SpamCallAdapter
|
/base/powermgr/thermal_manager/services/native/include/ |
H A D | thermal_service.h | 121 return info_; in GetSensorInfo() 202 std::shared_ptr<ThermalSensorInfo> info_ {nullptr};
|