Home
last modified time | relevance | path

Searched defs:type (Results 4401 - 4425 of 12363) sorted by relevance

1...<<171172173174175176177178179180>>...495

/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/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
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/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
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp145 void AdvancedNotificationServiceTest::TestAddSlot(NotificationConstant::SlotType type) in TestAddSlot() argument
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp135 void AnsBranchTest::TestAddSlot(NotificationConstant::SlotType type) in TestAddSlot() argument
H A Dreminder_data_manager_test.cpp696 ReminderRequest::ActionButtonType type = ReminderRequest::ActionButtonType::CLOSE; HWTEST_F() local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp83 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp82 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
/base/msdp/device_status/frameworks/native/interaction/src/
H A Dcoordination_manager_impl.cpp310 int32_t type = 0; in OnHotAreaListener() local
295 OnDevHotAreaListener(int32_t displayX, int32_t displayY, HotAreaType type, bool isEdge) OnDevHotAreaListener() argument
/base/msdp/device_status/services/native/src/
H A Ddevicestatus_msdp_client_impl.cpp52 ErrCode DeviceStatusMsdpClientImpl::InitMsdpImpl(Type type) in InitMsdpImpl() argument
74 ErrCode DeviceStatusMsdpClientImpl::MockHandle(Type type) in MockHandle() argument
98 AlgoHandle(Type type) AlgoHandle() argument
129 StartAlgo(Type type) StartAlgo() argument
140 StartMock(Type type) StartMock() argument
154 GetSensorHdi(Type type) GetSensorHdi() argument
159 GetAlgoAbility(Type type) GetAlgoAbility() argument
170 Disable(Type type) Disable() argument
177 SensorHdiDisable(Type type) SensorHdiDisable() argument
182 AlgoDisable(Type type) AlgoDisable() argument
216 MockDisable(Type type) MockDisable() argument
398 GetMockInst(Type type) GetMockInst() argument
461 GetAlgoInst(Type type) GetAlgoInst() argument
[all...]
/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp181 int32_t ContextService::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() argument
214 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() argument
[all...]
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_manager_test.cpp190 int32_t ContextService::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() argument
223 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() argument
[all...]
/base/msdp/device_status/tools/vdev/src/
H A Dv_input_device.cpp115 int32_t VInputDevice::SendEvent(uint16_t type, uint16_t code, int32_t value) in SendEvent() argument
182 void VInputDevice::GetEventMask(const std::string &eventName, uint32_t type, in GetEventMask() argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dlocal_live_view_subscribe.cpp163 void LocalLiveViewSubscriberInstance::SetCallbackInfo(const napi_env &env, const std::string &type, const napi_ref &ref) in SetCallbackInfo() argument
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_event_cooperate_target.cpp161 void JsEventCooperateTarget::AddListener(napi_env env, const std::string &type, napi_value handle) in AddListener() argument
191 void JsEventCooperateTarget::RemoveListener(napi_env env, const std::string &type, napi_value handle) in RemoveListener() argument

Completed in 24 milliseconds

1...<<171172173174175176177178179180>>...495