| /base/msdp/device_status/services/native/test/unittest/src/ |
| D | devicestatus_service_test.cpp | 51 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_FINE_… variable 68 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_HIGH_… variable 85 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_FINE_… variable 102 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_CAR_B… variable
|
| /base/msdp/device_status/services/native/test/moduletest/src/ |
| D | devicestatus_module_test.cpp | 51 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_FINE_… variable 68 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_HIGH_… variable 85 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_FINE_… variable 102 …DevicestatusDataUtils::DevicestatusType type = DevicestatusDataUtils::DevicestatusType::TYPE_CAR_B… variable
|
| /base/msdp/device_status/frameworks/native/src/ |
| D | devicestatus_agent.cpp | 33 int32_t DeviceStatusAgent::SubscribeAgentEvent(const DevicestatusDataUtils::DevicestatusType& type, in SubscribeAgentEvent() 45 int32_t DeviceStatusAgent::UnSubscribeAgentEvent(const DevicestatusDataUtils::DevicestatusType& typ… in UnSubscribeAgentEvent() 51 void DeviceStatusAgent::RegisterServiceEvent(const DevicestatusDataUtils::DevicestatusType& type) in RegisterServiceEvent() 58 void DeviceStatusAgent::UnRegisterServiceEvent(const DevicestatusDataUtils::DevicestatusType& type) in UnRegisterServiceEvent()
|
| /base/powermgr/power_manager/services/native/src/ |
| D | power_mode_policy.cpp | 26 int32_t PowerModePolicy::GetPowerModeValuePolicy(uint32_t type) in GetPowerModeValuePolicy() 36 int32_t PowerModePolicy::GetPolicyFromMap(uint32_t type) in GetPolicyFromMap() 48 int32_t PowerModePolicy::GetRecoverPolicyFromMap(uint32_t type) in GetRecoverPolicyFromMap() 59 int32_t PowerModePolicy::GetPowerModeRecoverPolicy(uint32_t type) in GetPowerModeRecoverPolicy() 110 void PowerModePolicy::AddAction(uint32_t type, std::function<void()> action) in AddAction() 116 void PowerModePolicy::TriggerAction(uint32_t type) in TriggerAction() 136 bool PowerModePolicy::IsValidType(uint32_t type) in IsValidType()
|
| /base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/ |
| D | log.h | 179 #define OH_LOG_DEBUG(type, ...) ((void)OH_LOG_Print((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_AR… argument 196 #define OH_LOG_INFO(type, ...) ((void)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS… argument 213 #define OH_LOG_WARN(type, ...) ((void)OH_LOG_Print((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS… argument 230 #define OH_LOG_ERROR(type, ...) ((void)OH_LOG_Print((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_AR… argument 247 #define OH_LOG_FATAL(type, ...) ((void)OH_LOG_Print((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_AR… argument
|
| /base/powermgr/battery_statistics/frameworks/native/src/ |
| D | battery_stats_info.cpp | 57 int32_t type = static_cast<int32_t>(0); in ReadFromParcel() local 92 void BatteryStatsInfo::SetConsumptioType(ConsumptionType type) in SetConsumptioType() 147 std::string BatteryStatsInfo::ConvertTypeForPart(ConsumptionType type) in ConvertTypeForPart() 176 std::string BatteryStatsInfo::ConvertTypeForApp(ConsumptionType type) in ConvertTypeForApp() 214 std::string BatteryStatsInfo::ConvertConsumptionType(ConsumptionType type) in ConvertConsumptionType()
|
| /base/miscservices/request/download/interfaces/kits/js/napi/download_single/src/ |
| D | download_task.cpp | 41 bool DownloadTask::AddListener(const std::string &type, sptr<DownloadNotifyInterface> listener) in AddListener() 52 void DownloadTask::RemoveListener(const std::string &type, sptr<DownloadNotifyInterface> listener) in RemoveListener() 63 void DownloadTask::RemoveListener(const std::string &type) in RemoveListener() 74 bool DownloadTask::IsSupportType(const std::string &type) in IsSupportType()
|
| /base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog_base/ |
| D | log_base.h | 61 #define HILOG_BASE_DEBUG(type, ...) ((void)HiLogBasePrint((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, _… argument 63 #define HILOG_BASE_INFO(type, ...) ((void)HiLogBasePrint((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __V… argument 65 #define HILOG_BASE_WARN(type, ...) ((void)HiLogBasePrint((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __V… argument 67 #define HILOG_BASE_ERROR(type, ...) ((void)HiLogBasePrint((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, _… argument 69 #define HILOG_BASE_FATAL(type, ...) ((void)HiLogBasePrint((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, _… argument
|
| /base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
| D | log_c.h | 61 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… argument 63 #define HILOG_INFO(type, ...) ((void)HiLogPrint((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) argument 65 #define HILOG_WARN(type, ...) ((void)HiLogPrint((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__)) argument 67 #define HILOG_ERROR(type, ...) ((void)HiLogPrint((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… argument 69 #define HILOG_FATAL(type, ...) ((void)HiLogPrint((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… argument
|
| /base/security/huks/test/unittest/src/liteos_m_adapter/ |
| D | Test.json | 5 "type": "device", string 11 "type": "MountKit", string 22 "type": "CppTestLite", string
|
| /base/security/permission/services/permission_lite/unittest/pms/ |
| D | Test.json | 5 "type": "device", string 11 "type": "MountKit", string 22 "type": "CppTestLite", string
|
| /base/hiviewdfx/hidumper/frameworks/native/src/common/ |
| D | dump_cfg.cpp | 154 std::string DumpCfg::ToStr(int type) in ToStr() 176 std::string DumpCfg::ToDumperStr(int type) in ToDumperStr() 204 std::string DumpCfg::ToFilterStr(int type) in ToFilterStr() 214 std::string DumpCfg::ToOutputStr(int type) in ToOutputStr() 228 std::string DumpCfg::ToLevelStr(int type) in ToLevelStr() 244 std::string DumpCfg::ToTypeStr(int type) in ToTypeStr()
|
| /base/miscservices/screenlock/services/src/ |
| D | screenlock_system_ability.cpp | 213 std::string type = BEGIN_SCREEN_OFF; in OnBeginScreenOff() local 229 std::string type = END_SCREEN_OFF; in OnEndScreenOff() local 245 std::string type = BEGIN_SCREEN_ON; in OnBeginScreenOn() local 260 std::string type = SYSTEM_READY; in OnSystemReady() local 282 std::string type = END_SCREEN_ON; in OnEndScreenOn() local 298 std::string type = BEGIN_WAKEUP; in OnBeginWakeUp() local 314 std::string type = END_WAKEUP; in OnEndWakeUp() local 331 std::string type = BEGIN_SLEEP; in OnBeginSleep() local 347 std::string type = END_SLEEP; in OnEndSleep() local 369 std::string type = CHANGE_USER; in OnChangeUser() local [all …]
|
| /base/powermgr/battery_statistics/utils/native/include/ |
| D | stats_common.h | 37 #define STATS_READ_PARCEL_NO_RET(parcel, type, out) \ argument 45 #define STATS_WRITE_PARCEL_NO_RET(parcel, type, data) \ argument 53 #define STATS_READ_PARCEL_WITH_RET(parcel, type, out, retval) \ argument 61 #define STATS_WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
|
| /base/powermgr/battery_manager/utils/native/include/ |
| D | power_common.h | 37 #define READ_PARCEL_NO_RET(parcel, type, out) \ argument 45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ argument 53 #define READ_PARCEL_WITH_RET(parcel, type, out, retval) \ argument 61 #define WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
|
| /base/powermgr/thermal_manager/utils/native/include/ |
| D | thermal_common.h | 38 #define THERMAL_READ_PARCEL_NO_RET(parcel, type, out) \ argument 46 #define THERMAL_WRITE_PARCEL_NO_RET(parcel, type, data) \ argument 54 #define THERMAL_READ_PARCEL_WITH_RET(parcel, type, out, retval) \ argument 62 #define THERMAL_WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
|
| /base/msdp/device_status/utils/include/ |
| D | devicestatus_common.h | 37 #define DEVICESTATUS_READ_PARCEL_NO_RET(parcel, type, out) \ argument 45 #define DEVICESTATUS_WRITE_PARCEL_NO_RET(parcel, type, data) \ argument 53 #define DEVICESTATUS_READ_PARCEL_WITH_RET(parcel, type, out, retval) \ argument 61 #define DEVICESTATUS_WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
|
| /base/powermgr/display_manager/utils/native/include/ |
| D | display_common.h | 37 #define READ_PARCEL_NO_RET(parcel, type, out) \ argument 45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ argument 53 #define READ_PARCEL_WITH_RET(parcel, type, out, retval) \ argument 61 #define WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
|
| /base/powermgr/power_manager/utils/native/include/ |
| D | power_common.h | 37 #define READ_PARCEL_NO_RET(parcel, type, out) \ argument 45 #define WRITE_PARCEL_NO_RET(parcel, type, data) \ argument 53 #define READ_PARCEL_WITH_RET(parcel, type, out, retval) \ argument 61 #define WRITE_PARCEL_WITH_RET(parcel, type, data, retval) \ argument
|
| /base/powermgr/power_manager/services/native/src/actions/default/ |
| D | running_lock_action.cpp | 25 void RunningLockAction::Lock(RunningLockType type, const string& tag) in Lock() 30 void RunningLockAction::Unlock(RunningLockType type, const string& tag) in Unlock()
|
| /base/hiviewdfx/hiview/base/ |
| D | event.cpp | 76 void EventListener::AddListenerInfo(uint32_t type, const EventListener::EventIdRange &range) in AddListenerInfo() 88 void EventListener::AddListenerInfo(uint32_t type, const std::set<EventListener::EventIdRange> &lis… in AddListenerInfo() 98 bool EventListener::GetListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerI… in GetListenerInfo() 107 void EventListener::AddListenerInfo(uint32_t type, const std::string& eventName) in AddListenerInfo() 119 void EventListener::AddListenerInfo(uint32_t type, const std::set<std::string> &eventNames) in AddListenerInfo() 129 bool EventListener::GetListenerInfo(uint32_t type, std::set<std::string> &eventNames) in GetListenerInfo()
|
| D | plugin.cpp | 84 void Plugin::AddEventListenerInfo(uint32_t type, const EventListener::EventIdRange& range) in AddEventListenerInfo() 95 void Plugin::AddEventListenerInfo(uint32_t type, const std::set<EventListener::EventIdRange> &liste… in AddEventListenerInfo() 104 bool Plugin::GetEventListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerInf… in GetEventListenerInfo() 112 void Plugin::AddEventListenerInfo(uint32_t type, const std::string& eventName) in AddEventListenerInfo() 123 void Plugin::AddEventListenerInfo(uint32_t type, const std::set<std::string> &eventNames) in AddEventListenerInfo() 132 bool Plugin::GetEventListenerInfo(uint32_t type, std::set<std::string> &eventNames) in GetEventListenerInfo()
|
| /base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog/ |
| D | log.h | 216 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARG… argument 236 #define HILOG_INFO(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… argument 256 #define HILOG_WARN(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS_… argument 276 #define HILOG_ERROR(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARG… argument 296 #define HILOG_FATAL(type, ...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARG… argument
|
| /base/msdp/device_status/services/native/src/ |
| D | devicestatus_service.cpp | 103 void DevicestatusService::Subscribe(const DevicestatusDataUtils::DevicestatusType& type, in Subscribe() 110 void DevicestatusService::UnSubscribe(const DevicestatusDataUtils::DevicestatusType& type, in UnSubscribe() 117 DevicestatusDataUtils::DevicestatusData DevicestatusService::GetCache(const \ in GetCache()
|
| /base/customization/enterprise_device_management/common/native/include/ |
| D | parcel_macro.h | 23 #define READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(type, parcel, data) \ argument 31 #define WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(type, parcel, data) \ argument
|