Home
last modified time | relevance | path

Searched refs:bo (Results 1 - 8 of 8) sorted by relevance

/base/powermgr/battery_manager/charger/src/dev/
H A Ddrm_driver.cpp51 int DrmDriver::ModesetCreateFb(struct BufferObject* bo) in ModesetCreateFb() argument
62 create.width = bo->width; in ModesetCreateFb()
63 create.height = bo->height; in ModesetCreateFb()
68 bo->pitch = create.pitch; in ModesetCreateFb()
69 bo->size = create.size; in ModesetCreateFb()
70 bo->handle = create.handle; in ModesetCreateFb()
72 handles[0] = bo->handle; in ModesetCreateFb()
73 pitches[0] = bo->pitch; in ModesetCreateFb()
75 int ret = drmModeAddFB2(fd_, bo->width, bo in ModesetCreateFb()
315 ModesetDestroyFb(struct BufferObject* bo) ModesetDestroyFb() argument
[all...]
/base/update/updater/services/ui/driver/
H A Ddrm_driver.cpp49 int DrmDriver::ModesetCreateFb(struct BufferObject *bo) in ModesetCreateFb() argument
60 create.width = bo->width; in ModesetCreateFb()
61 create.height = bo->height; in ModesetCreateFb()
66 bo->pitch = create.pitch; in ModesetCreateFb()
67 bo->size = create.size; in ModesetCreateFb()
68 bo->handle = create.handle; in ModesetCreateFb()
70 handles[0] = bo->handle; in ModesetCreateFb()
71 pitches[0] = bo->pitch; in ModesetCreateFb()
73 int ret = drmModeAddFB2(fd_, bo->width, bo in ModesetCreateFb()
314 ModesetDestroyFb(struct BufferObject *bo) ModesetDestroyFb() argument
[all...]
H A Ddrm_driver.h54 int ModesetCreateFb(struct BufferObject *bo);
55 void ModesetDestroyFb(struct BufferObject *bo);
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp142 sptr<NotificationBundleOption> bo(new (std::nothrow) NotificationBundleOption(bundleOption)); in GetNotificationSlotNumAsBundle()
143 return proxy->GetSlotNumAsBundle(bo, num); in GetNotificationSlotNumAsBundle()
160 sptr<NotificationBundleOption> bo(new (std::nothrow) NotificationBundleOption(bundleOption)); in GetNotificationSlotFlagsAsBundle()
161 return proxy->GetSlotFlagsAsBundle(bo, slotFlags); in GetNotificationSlotFlagsAsBundle()
178 sptr<NotificationBundleOption> bo(new (std::nothrow) NotificationBundleOption(bundleOption)); in SetNotificationSlotFlagsAsBundle()
179 return proxy->SetSlotFlagsAsBundle(bo, slotFlags); in SetNotificationSlotFlagsAsBundle()
344 sptr<NotificationBundleOption> bo(new (std::nothrow) NotificationBundleOption(bundleOption)); in CancelAsBundle()
345 return proxy->CancelAsBundle(bo, notificationId); in CancelAsBundle()
740 sptr<NotificationBundleOption> bo(new (std::nothrow) NotificationBundleOption(bundleOption)); in TriggerLocalLiveView()
742 return proxy->TriggerLocalLiveView(bo, notificationI in TriggerLocalLiveView()
[all...]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp407 NotificationBundleOption bo("bundlename", 1); in HWTEST_F()
409 bo, NotificationConstant::SOCIAL_COMMUNICATION, enable, false)); in HWTEST_F()
411 EXPECT_EQ(0, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::SOCIAL_COMMUNICATION, enable)); in HWTEST_F()
424 NotificationBundleOption bo("bundleName", 1); in HWTEST_F()
426 bo, NotificationConstant::SOCIAL_COMMUNICATION, enable, false)); in HWTEST_F()
429 EXPECT_EQ(0, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::SOCIAL_COMMUNICATION, enable)); in HWTEST_F()
447 NotificationBundleOption bo("bundleName", 1); in HWTEST_F()
449 bo, NotificationConstant::SERVICE_REMINDER, enable, false)); in HWTEST_F()
452 EXPECT_EQ(0, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::SERVICE_REMINDER, enable)); in HWTEST_F()
H A Dans_innerkits_module_publish_test.cpp1320 NotificationBundleOption bo("bundlename", 0); in HWTEST_F()
1322 EXPECT_EQ(0, NotificationHelper::RemoveGroupByBundle(bo, "group10100")); in HWTEST_F()
1328 EXPECT_EQ(0, NotificationHelper::RemoveGroupByBundle(bo, "ngroup")); in HWTEST_F()
1551 NotificationBundleOption bo("bundleName", 1); in HWTEST_F()
1553 bo, NotificationConstant::CONTENT_INFORMATION, enable, false)); in HWTEST_F()
1555 EXPECT_EQ(0, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstant::CONTENT_INFORMATION, enable)); in HWTEST_F()
1560 bo, NotificationConstant::CONTENT_INFORMATION, true, false)); in HWTEST_F()
1587 NotificationBundleOption bo("bundleName", 1); in HWTEST_F()
1590 bo, NotificationConstant::SERVICE_REMINDER, enable, false)); in HWTEST_F()
1592 EXPECT_EQ(0, NotificationHelper::GetEnabledForBundleSlot(bo, NotificationConstan in HWTEST_F()
[all...]
/base/powermgr/battery_manager/charger/include/dev/
H A Ddrm_driver.h57 int ModesetCreateFb(struct BufferObject* bo);
58 void ModesetDestroyFb(struct BufferObject* bo);
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp2277 AAFwk::IBoolean *bo = AAFwk::IBoolean::Query(updateIt); in CheckSystemLiveView() local
2278 if (bo == nullptr) { in CheckSystemLiveView()
2282 if (AAFwk::Boolean::Unbox(bo) && !IsNotificationExists(key)) { in CheckSystemLiveView()

Completed in 11 milliseconds