Searched refs:GetSlotByBundle (Results 1 - 11 of 11) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_slot_service_test.cpp | 426 * @tc.desc: Test GetSlotByBundle 437 auto ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot); in HWTEST_F() 443 * @tc.desc: Test GetSlotByBundle 456 auto ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot); in HWTEST_F() 460 ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot); in HWTEST_F() 464 ret = advancedNotificationService_->GetSlotByBundle(bundle, slotType, slot); in HWTEST_F()
|
/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(
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 254 ErrCode AnsManagerStub::GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::AnsManagerStub 258 ANS_LOGE("AnsManagerStub::GetSlotByBundle called!"); in GetSlotByBundle()
|
H A D | ans_manager_proxy_slot.cpp | 287 ErrCode AnsManagerProxy::GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::AnsManagerProxy 292 ANS_LOGE("[GetSlotByBundle] fail: bundleOption is empty."); in GetSlotByBundle() 298 ANS_LOGE("[GetSlotByBundle] fail: write interface token failed."); in GetSlotByBundle() 303 ANS_LOGE("[GetSlotByBundle] fail:: write bundle failed"); in GetSlotByBundle() 308 ANS_LOGE("[GetSlotByBundle] fail:: write slotId failed"); in GetSlotByBundle() 316 ANS_LOGE("[GetSlotByBundle] fail: transact ErrCode=%{public}d", result); in GetSlotByBundle() 321 ANS_LOGE("[GetSlotByBundle] fail: read result failed."); in GetSlotByBundle() 328 ANS_LOGE("[GetSlotByBundle] slot is null"); in GetSlotByBundle()
|
H A D | ans_notification.cpp | 881 return proxy->GetSlotByBundle(bo, slotType, slot); in GetNotificationSlotForBundle()
|
H A D | ans_manager_stub.cpp | 1299 ErrCode result = GetSlotByBundle(bundleOption, slotType, slot); in HandleGetSlotByBundle()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 218 ErrCode GetSlotByBundle(
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 166 ErrCode AdvancedNotificationService::GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::AdvancedNotificationService 199 ANS_LOGD("GetSlotByBundle, authStatus: %{public}d), authHintCnt: %{public}d", in GetSlotByBundle()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 425 ErrCode GetSlotByBundle(
|
Completed in 19 milliseconds