Searched refs:GetSlotByBundle (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_slot_service_test.cpp | 439 auto ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot); 458 auto ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot); 462 ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot); 466 ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 382 virtual ErrCode GetSlotByBundle(
|
H A D | ans_manager_proxy.h | 369 ErrCode GetSlotByBundle(
|
H A D | ans_manager_stub.h | 373 virtual ErrCode GetSlotByBundle(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_slot.cpp | 287 ErrCode AnsManagerProxy::GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub_invalid.cpp | 254 ErrCode AnsManagerStub::GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 925 return proxy->GetSlotByBundle(bo, slotType, slot); in GetNotificationSlotForBundle()
|
H A D | ans_manager_stub.cpp | 1307 ErrCode result = GetSlotByBundle(bundleOption, slotType, slot); in HandleGetSlotByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 220 ErrCode GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 168 ErrCode AdvancedNotificationService::GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 424 ErrCode GetSlotByBundle(
|