/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_setting_test.cpp | 118 EXPECT_EQ(0, NotificationHelper::IsSupportTemplate(templateName, support)); 132 EXPECT_EQ(0, NotificationHelper::IsSupportTemplate(templateName, support));
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | ans_template.cpp | 74 napi_value IsSupportTemplate(napi_env env, napi_callback_info info) in IsSupportTemplate() function 104 asyncCallbackinfo->info.errorCode = NotificationHelper::IsSupportTemplate( in IsSupportTemplate()
|
H A D | init.cpp | 74 DECLARE_NAPI_FUNCTION("isSupportTemplate", IsSupportTemplate), in NotificationInit()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | ans_template.h | 38 napi_value IsSupportTemplate(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_template.cpp | 51 asyncCallbackinfo->info.errorCode = NotificationHelper::IsSupportTemplate( in NapiIsSupportTemplate()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/ |
H A D | publishcontinuoustasknotification_fuzzer.cpp | 88 Notification::NotificationHelper::IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 456 ErrCode NotificationHelper::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::NotificationHelper 458 … return DelayedSingleton<AnsNotification>::GetInstance()->IsSupportTemplate(templateName, support); in IsSupportTemplate()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 866 static ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 887 ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
|
H A D | ans_manager_interface.h | 737 virtual ErrCode IsSupportTemplate(const std::string &templateName, bool &support) = 0;
|
H A D | ans_manager_proxy.h | 668 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
|
H A D | ans_manager_stub.h | 727 virtual ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 890 ErrCode ret = notificationHelper.IsSupportTemplate(templateName, support); 920 ErrCode ret = notificationHelper.IsSupportTemplate(templateName, support);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 511 ErrCode AnsManagerStub::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1592 ErrCode AnsNotification::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::AnsNotification 1600 return proxy->IsSupportTemplate(templateName, support); in IsSupportTemplate()
|
H A D | ans_manager_proxy.cpp | 1759 ErrCode AnsManagerProxy::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 2086 ErrCode result = IsSupportTemplate(templateName, support); in HandleIsSupportTemplate()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 441 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override in IsSupportTemplate() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 410 ansManagerStub.IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 786 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 6392 int32_t result = proxy->IsSupportTemplate(templateName, support); 6413 int32_t result = proxy->IsSupportTemplate(templateName, support); 6436 int32_t result = proxy->IsSupportTemplate(templateName, support); 6459 int32_t result = proxy->IsSupportTemplate(templateName, support); 6482 int32_t result = proxy->IsSupportTemplate(templateName, support); 6505 int32_t result = proxy->IsSupportTemplate(templateName, support);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 925 ErrCode ret1 = ans_->IsSupportTemplate(templateName, support);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 1276 ErrCode AdvancedNotificationService::IsSupportTemplate(const std::string& templateName, bool &suppo… in IsSupportTemplate() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4711 ErrCode result = ansManagerStub_->IsSupportTemplate(templateName, support);
|