Home
last modified time | relevance | path

Searched defs:type (Results 7001 - 7025 of 24887) sorted by relevance

1...<<281282283284285286287288289290>>...996

/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_dump_test.cpp138 int32_t type = static_cast<int32_t>(RunningLockType::RUNNINGLOCK_SCREEN); in HWTEST_F() local
231 int32_t type = 1; HWTEST_F() local
431 int32_t type = 100; HWTEST_F() local
[all...]
/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_napi.cpp75 RunningLockType type = static_cast<RunningLockType>(numType); in IsSupported() local
/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddevice_state_action.cpp43 void DeviceStateAction::Suspend(int64_t callTimeMs, SuspendDeviceType type, uint32_t flags) in Suspend() argument
54 void DeviceStateAction::Wakeup(int64_t callTimeMs, WakeupDeviceType type, const string& details, in Wakeup() argument
/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp56 virtual void Suspend([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] SuspendDeviceType type, in Suspend() argument
59 virtual void Wakeup([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] WakeupDeviceType type, in Wakeup() argument
61 virtual void RefreshActivity([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] UserActivityType type, in RefreshActivity() argument
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_observer.cpp278 bool ThermalObserver::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() argument
302 GetTemp(const SensorType& type) GetTemp() argument
[all...]
/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_stub.cpp183 uint32_t type = 0; in GetThermalSrvSensorInfoStub() local
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp339 int32_t ScanServiceProxy::On(const std::string taskId, const std::string &type, const sptr<IScanCallback> &listener) in On() argument
374 int32_t ScanServiceProxy::Off(const std::string taskId, const std::string &type) in Off() argument
H A Dscan_manager_client.cpp447 int32_t ScanManagerClient::On(const std::string &taskId, const std::string &type, const sptr<IScanCallback> &listener) in On() argument
469 int32_t ScanManagerClient::Off(const std::string &taskId, const std::string &type) in Off() argument
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp604 std::string type = NapiScanUtils::GetStringFromValueUtf8(env, argv[0]); in On() local
845 bool NapiInnerScan::IsSupportType(const std::string& type) in IsSupportType() argument
[all...]
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp271 std::string type = data.ReadString(); in OnEventOn() local
300 std::string type = data.ReadString(); in OnEventOff() local
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp1130 std::string type = ""; HWTEST_F() local
1178 std::string type = ""; HWTEST_F() local
1195 std::string type = ""; HWTEST_F() local
1346 uint32_t type = 2; HWTEST_F() local
[all...]
H A Dprint_user_data_test.cpp62 std::string type = "111"; in HWTEST_F() local
71 std::string type = "111"; in HWTEST_F() local
81 std::string type = "111"; in HWTEST_F() local
92 std::string type = "111"; in HWTEST_F() local
104 std::string type = "111"; HWTEST_F() local
117 std::string type = "111"; HWTEST_F() local
172 std::string type = "111"; HWTEST_F() local
[all...]
/base/powermgr/battery_statistics/test/systemtest/src/
H A Dbatterystats_sys_test.cpp114 int32_t type = static_cast<int32_t>(RunningLockType::RUNNINGLOCK_SCREEN); in HWTEST_F() local
286 int32_t type = 1; HWTEST_F() local
[all...]
/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp147 bool ThermalMgrClient::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() argument
161 int32_t ThermalMgrClient::GetThermalSensorTemp(const SensorType type) in GetThermalSensorTemp() argument
/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_context.cpp169 char type[MAX_STRING_LEN] = { 0 }; in On() local
199 char type[MAX_STRING_LEN] = { 0 }; in Off() local
[all...]
/base/notification/common_event_service/services/src/
H A Dcommon_event_sticky_manager.cpp155 std::string type = "\t\tType: " + record->commonEventData->GetWant().GetType() + "\n"; in DumpState() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table.cpp95 static inline void AddColumn(const std::string& name, const std::string& type, std::string& sqlOfColumns, in AddColumn() argument
103 static inline void AddColumnEnd(const std::string& name, const std::string& type, std::string& sqlOfColumns, in AddColumnEnd() argument
H A Dreminder_table_old.cpp145 AddColumn( const std::string& name, const std::string& type, bool isEnd) AddColumn() argument
H A Dadvanced_notification_slot_service.cpp571 NotificationConstant::SlotType type = request->GetSlotType(); in SetRequestBySlotType() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp75 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_local_live_view_content.cpp38 void NotificationLocalLiveViewContent::SetType(int32_t type) in SetType() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp49 int type = 0; in GetDoNotDisturbDate() local
[all...]
/base/msdp/device_status/intention/services/device_manager/src/
H A Ddevice.cpp171 void Device::GetEventMask(const std::string &eventName, uint32_t type, in GetEventMask() argument
[all...]
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp83 int NotificationManagerImpl::AddSlot(int32_t type) in AddSlot() argument
93 CNotificationSlot NotificationManagerImpl::GetSlot(int32_t type, int32_t &errCode) in GetSlot() argument
151 int NotificationManagerImpl::RemoveSlot(int32_t type) in RemoveSlot() argument
H A Dnotification_manager_ffi.cpp45 int32_t FfiOHOSNotificationManagerAddSlot(int32_t type) in FfiOHOSNotificationManagerAddSlot() argument
51 CNotificationSlot FfiOHOSNotificationManagerGetSlot(int32_t type, int32_t* errCode) in FfiOHOSNotificationManagerGetSlot() argument
63 int32_t FfiOHOSNotificationManagerRemoveSlot(int32_t type) in FfiOHOSNotificationManagerRemoveSlot() argument

Completed in 23 milliseconds

1...<<281282283284285286287288289290>>...996