Home
last modified time | relevance | path

Searched defs:deviceType (Results 1 – 25 of 97) sorted by relevance

1234

/base/notification/distributed_notification_service/services/ans/src/
Ddistributed_device_status.cpp24 ErrCode DistributedDeviceStatus::SetDeviceStatus(const std::string &deviceType, const uint32_t stat… in SetDeviceStatus()
30 uint32_t DistributedDeviceStatus::GetDeviceStatus(const std::string &deviceType) in GetDeviceStatus()
/base/print/print_fwk/frameworks/helper/scan_helper/include/
Dscanner_info.h80 std::string deviceType; variable
132 std::string deviceType; variable
/base/notification/distributed_notification_service/services/ans/src/notification_smart_reminder/
Dsmart_reminder_center.cpp90 …martReminderCenter::ParseReminderFilterDevice(const nlohmann::json &root, const string &deviceType) in ParseReminderFilterDevice()
258 const string &deviceType, in HandleReminderMethods()
298 bool SmartReminderCenter::IsNeedSynergy(const string &deviceType, const string &ownerBundleName, in… in IsNeedSynergy() argument
315 const string &deviceType, in HandleAffectedReminder()
395 const string &deviceType, bitset<DistributedDeviceStatus::STATUS_SIZE> &bitStatus) const in GetDeviceStatusByType() argument
/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/
Dnapi_distributed_enable.h27 std::string deviceType; member
39 std::string deviceType; member
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/config/
Dconfig.ts21 private deviceType : string = 'tablet'; property in Config
/base/telephony/call_manager/services/audio/src/
Daudio_device_manager.cpp141 void AudioDeviceManager::AddAudioDeviceList(const std::string &address, AudioDeviceType deviceType, in AddAudioDeviceList()
194 …d AudioDeviceManager::RemoveAudioDeviceList(const std::string &address, AudioDeviceType deviceType) in RemoveAudioDeviceList()
440 void AudioDeviceManager::SetCurrentAudioDevice(AudioDeviceType deviceType) in SetCurrentAudioDevice()
639 bool AudioDeviceManager::IsDistributedAudioDeviceType(AudioDeviceType deviceType) in IsDistributedAudioDeviceType()
649 void AudioDeviceManager::SetDeviceAvailable(AudioDeviceType deviceType, bool available) in SetDeviceAvailable()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_manager_proxy_disturb.cpp269 const std::string &deviceType, const bool enabled) in SetDistributedEnabledByBundle()
315 const std::string &deviceType, bool &enabled) in IsDistributedEnabledByBundle()
360 ErrCode AnsManagerProxy::SetSmartReminderEnabled(const std::string &deviceType, const bool enabled) in SetSmartReminderEnabled()
395 ErrCode AnsManagerProxy::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_subscribe_info_test.cpp143 std::string deviceType = "test"; variable
158 std::string deviceType = "test"; variable
Dnotification_helper_test.cpp1121 std::string deviceType = "testDeviceType"; variable
1134 std::string deviceType = ""; variable
1147 std::string deviceType = "testDeviceType1111"; variable
1195 std::string deviceType = "testDeviceType"; variable
1209 std::string deviceType = "testDeviceType"; variable
1226 std::string deviceType = "testDeviceType1111"; variable
1243 std::string deviceType = "testDeviceType"; variable
1285 std::string deviceType = "testDeviceType"; variable
/base/web/webview/test/unittest/ohos_adapter/cert_mgr_adapter_test/
Dcert_mgr_adapter_test.cpp287 std::string deviceType = OHOS::system::GetDeviceType(); variable
307 std::string deviceType = OHOS::system::GetDeviceType(); variable
388 std::string deviceType = OHOS::system::GetDeviceType(); variable
/base/global/resource_management/interfaces/cj/src/
Dresource_manager_interface.h30 int32_t deviceType; member
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_publish_service_test.cpp725 std::string deviceType = "testDeviceType"; variable
741 std::string deviceType = "testDeviceType"; variable
758 std::string deviceType = "testDeviceType"; variable
775 std::string deviceType = "testDeviceType1111"; variable
791 std::string deviceType = "testDeviceType"; variable
811 std::string deviceType = "testDeviceType1111"; variable
828 std::string deviceType = "testDeviceType1111"; variable
Dnotification_preferences_database_test.cpp933 std::string deviceType = "test"; variable
948 std::string deviceType = "testDeviceType1111"; variable
964 std::string deviceType = "testDeviceType1111"; variable
980 std::string deviceType = "testDeviceType1111"; variable
996 std::string deviceType = "testDeviceType1111"; variable
Dnotification_preferences_test.cpp1335 std::string deviceType = "testDeviceType"; variable
1349 std::string deviceType = "testDeviceType"; variable
1364 std::string deviceType = "testDeviceType1111"; variable
1379 std::string deviceType = "testDeviceType1111"; variable
/base/global/resource_management/frameworks/resmgr/include/
Dhap_parser.h227 std::string deviceType; member
239 DeviceType deviceType = DEVICE_NOT_SET; member
/base/security/access_token/services/tokensyncmanager/test/unittest/
Dtoken_sync_service_test.cpp924 std::string deviceType; variable
965 std::string deviceType = "123"; variable
998 std::string deviceType = "123"; variable
1044 std::string deviceType = "123"; variable
1081 std::string deviceType = "123"; variable
1117 std::string deviceType = "123"; variable
1140 std::string deviceType = "123"; variable
1210 std::string deviceType = "123"; variable
/base/update/updateservice/interfaces/inner_api/feature/update/model/upgrade_info/
Dupgrade_info.h32 DeviceType deviceType = DeviceType::UNKNOWN; member
/base/security/access_token/services/tokensyncmanager/include/device/
Ddevice_info.h40 std::string deviceType; member
/base/update/updateservice/interfaces/inner_api/feature/update/model/subscribe/
Dsubscribe_info.h37 DeviceType deviceType = DeviceType::UNKNOWN; member
/base/telephony/core_service/telephonyres/main/
Dconfig.json20 "deviceType": [ array
/base/security/access_token/services/tokensyncmanager/src/device/
Ddevice_info_repository.cpp140 const DeviceId deviceId, const std::string &deviceName, const std::string &deviceType) in SaveDeviceInfo()
147 const std::string &uniqueDeviceId, const std::string &deviceName, const std::string &deviceType) in SaveDeviceInfo()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_subscriber.cpp38 void NotificationSubscriber::SetDeviceType(const std::string &deviceType) in SetDeviceType()
50 const std::string &deviceType, std::shared_ptr<Notification> &notification) const in ProcessSyncDecision() argument
Dnotification_subscribe_info.cpp65 void NotificationSubscribeInfo::AddDeviceType(const std::string deviceType) in AddDeviceType()
Dnotification_helper.cpp518 const std::string &deviceType, const bool enabled) in SetDistributedEnabledByBundle()
525 const std::string &deviceType, bool &enabled) in IsDistributedEnabledByBundle()
531 ErrCode NotificationHelper::SetSmartReminderEnabled(const std::string &deviceType, const bool enabl… in SetSmartReminderEnabled()
536 ErrCode NotificationHelper::IsSmartReminderEnabled(const std::string &deviceType, bool &enabled) in IsSmartReminderEnabled()
551 ErrCode NotificationHelper::SetTargetDeviceStatus(const std::string &deviceType, const uint32_t sta… in SetTargetDeviceStatus()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp414 DeviceType deviceType = DEVICE_NOT_SET; in CreateResConfigFromKeyParams() local
450 DeviceType deviceType = DEVICE_NOT_SET; in GetDeviceType() local
506 std::string deviceType; in ToFolderPath() local

1234