Home
last modified time | relevance | path

Searched refs:GetSlotByBundle (Results 1 - 11 of 11) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp426 * @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 Dans_manager_interface.h382 virtual ErrCode GetSlotByBundle(
H A Dans_manager_proxy.h369 ErrCode GetSlotByBundle(
H A Dans_manager_stub.h373 virtual ErrCode GetSlotByBundle(
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp254 ErrCode AnsManagerStub::GetSlotByBundle( in GetSlotByBundle() function in OHOS::Notification::AnsManagerStub
258 ANS_LOGE("AnsManagerStub::GetSlotByBundle called!"); in GetSlotByBundle()
H A Dans_manager_proxy_slot.cpp287 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 Dans_notification.cpp881 return proxy->GetSlotByBundle(bo, slotType, slot); in GetNotificationSlotForBundle()
H A Dans_manager_stub.cpp1299 ErrCode result = GetSlotByBundle(bundleOption, slotType, slot); in HandleGetSlotByBundle()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp218 ErrCode GetSlotByBundle(
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp166 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 Dadvanced_notification_service.h425 ErrCode GetSlotByBundle(

Completed in 19 milliseconds