Home
last modified time | relevance | path

Searched refs:UpdateSlots (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_slot_service_test.cpp168 … ASSERT_EQ(advancedNotificationService_->UpdateSlots(bundle, slots), (int)ERR_ANS_INVALID_BUNDLE);
172 ASSERT_EQ(advancedNotificationService_->UpdateSlots(bundle, slots), (int)ERR_ANS_INVALID_PARAM);
191 auto ret = advancedNotificationService_->UpdateSlots(bundle, slots);
H A Dadvanced_notification_service_branch_test.cpp355 ASSERT_EQ(advancedNotificationService_->UpdateSlots(
373 ASSERT_EQ(advancedNotificationService_->UpdateSlots(
H A Dadvanced_notification_service_test.cpp225 ASSERT_EQ((int)advancedNotificationService_->UpdateSlots(
241 ASSERT_EQ((int)advancedNotificationService_->UpdateSlots(
560 ASSERT_EQ((int)advancedNotificationService_->UpdateSlots(
576 ASSERT_EQ((int)advancedNotificationService_->UpdateSlots(
1578 ASSERT_EQ(advancedNotificationService_->UpdateSlots(
/ohos5.0/base/notification/distributed_notification_service/services/ans/
H A Dlibans.map53 *UpdateSlots*;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h393 virtual ErrCode UpdateSlots(
H A Dans_manager_proxy.h380 ErrCode UpdateSlots(
H A Dans_manager_stub.h384 virtual ErrCode UpdateSlots(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_slot.cpp335 ErrCode AnsManagerProxy::UpdateSlots( in UpdateSlots() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp262 ErrCode AnsManagerStub::UpdateSlots( in UpdateSlots() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp943 return proxy->UpdateSlots(bo, slots); in UpdateNotificationSlots()
H A Dans_manager_stub.cpp1334 ErrCode result = UpdateSlots(bundleOption, slots); in HandleUpdateSlots()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp227 ErrCode UpdateSlots( in UpdateSlots() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp368 ansManagerStub.UpdateSlots(bundleOption, slots); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp207 ErrCode AdvancedNotificationService::UpdateSlots( in UpdateSlots() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h435 ErrCode UpdateSlots(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp526 ASSERT_EQ(advancedNotificationService.UpdateSlots(bundleOption, slots), ERR_ANS_NON_SYSTEM_APP);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp3875 int32_t result = proxy->UpdateSlots(bundleOption, slots);
3897 int32_t result = proxy->UpdateSlots(bundleOption, slots);
3920 int32_t result = proxy->UpdateSlots(bundleOption, slots);
3944 int32_t result = proxy->UpdateSlots(bundleOption, slots);
3969 int32_t result = proxy->UpdateSlots(bundleOption, slots);
3992 int32_t result = proxy->UpdateSlots(bundleOption, slots);
4017 int32_t result = proxy->UpdateSlots(bundleOption, slots);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4265 ErrCode result = ansManagerStub_->UpdateSlots(bundleOption, slots);