Home
last modified time | relevance | path

Searched refs:IsSupportTemplate (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_setting_test.cpp118 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 Dans_template.cpp74 napi_value IsSupportTemplate(napi_env env, napi_callback_info info) in IsSupportTemplate() function
104 asyncCallbackinfo->info.errorCode = NotificationHelper::IsSupportTemplate( in IsSupportTemplate()
H A Dinit.cpp74 DECLARE_NAPI_FUNCTION("isSupportTemplate", IsSupportTemplate), in NotificationInit()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dans_template.h38 napi_value IsSupportTemplate(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_template.cpp51 asyncCallbackinfo->info.errorCode = NotificationHelper::IsSupportTemplate( in NapiIsSupportTemplate()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp88 Notification::NotificationHelper::IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp456 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 Dnotification_helper.h866 static ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h887 ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
H A Dans_manager_interface.h737 virtual ErrCode IsSupportTemplate(const std::string &templateName, bool &support) = 0;
H A Dans_manager_proxy.h668 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
H A Dans_manager_stub.h727 virtual ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp890 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 Dans_manager_stub_invalid.cpp511 ErrCode AnsManagerStub::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1592 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 Dans_manager_proxy.cpp1759 ErrCode AnsManagerProxy::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp2086 ErrCode result = IsSupportTemplate(templateName, support); in HandleIsSupportTemplate()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp441 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 Dansmanagerstub_fuzzer.cpp410 ansManagerStub.IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h786 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 Dans_manager_proxy_unit_test.cpp6392 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 Dans_notification_unit_test.cpp925 ErrCode ret1 = ans_->IsSupportTemplate(templateName, support);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1276 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 Dans_manager_stub_test.cpp4711 ErrCode result = ansManagerStub_->IsSupportTemplate(templateName, support);