Home
last modified time | relevance | path

Searched refs:IsSupportTemplate (Results 1 - 25 of 30) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dans_template.h38 napi_value IsSupportTemplate(napi_env env, napi_callback_info info);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_setting_test.cpp118 EXPECT_EQ(0, NotificationHelper::IsSupportTemplate(templateName, support)); in HWTEST_F()
132 EXPECT_EQ(0, NotificationHelper::IsSupportTemplate(templateName, support)); in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/
H A Dnotification_manager_impl.h36 static RetDataBool IsSupportTemplate(const char* cTemplateName);
/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
94 napi_create_string_latin1(env, "IsSupportTemplate", NAPI_AUTO_LENGTH, &resourceName); in IsSupportTemplate()
100 ANS_LOGI("Excute create async IsSupportTemplate"); in IsSupportTemplate()
104 asyncCallbackinfo->info.errorCode = NotificationHelper::IsSupportTemplate( in IsSupportTemplate()
109 ANS_LOGI("Complete create async IsSupportTemplate"); in IsSupportTemplate()
H A Dinit.cpp74 DECLARE_NAPI_FUNCTION("isSupportTemplate", IsSupportTemplate), in NotificationInit()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_template.cpp41 napi_create_string_latin1(env, "IsSupportTemplate", NAPI_AUTO_LENGTH, &resourceName); in NapiIsSupportTemplate()
51 asyncCallbackinfo->info.errorCode = NotificationHelper::IsSupportTemplate( in NapiIsSupportTemplate()
/base/notification/distributed_notification_service/test/fuzztest/publishcontinuoustasknotification_fuzzer/
H A Dpublishcontinuoustasknotification_fuzzer.cpp86 // test IsSupportTemplate function in DoSomethingInterestingWithMyAPI()
88 Notification::NotificationHelper::IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp95 RetDataBool ret = NotificationManagerImpl::IsSupportTemplate(cTemplateName); in FfiOHOSNotificationManagerIsSupportTemplate()
H A Dnotification_manager_impl.cpp225 RetDataBool NotificationManagerImpl::IsSupportTemplate(const char* cTemplateName) in IsSupportTemplate() function in OHOS::CJSystemapi::NotificationManagerImpl
230 int code = NotificationHelper::IsSupportTemplate(templateName, isSupport); in IsSupportTemplate()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp428 ErrCode NotificationHelper::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::NotificationHelper
430 return DelayedSingleton<AnsNotification>::GetInstance()->IsSupportTemplate(templateName, support); in IsSupportTemplate()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h811 static ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
/base/notification/distributed_notification_service/frameworks/core/include/
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_notification.h797 ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
H A Dans_manager_stub.h727 virtual ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
/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
513 ANS_LOGE("AnsManagerStub::IsSupportTemplate called!"); in IsSupportTemplate()
H A Dans_notification.cpp1549 ErrCode AnsNotification::IsSupportTemplate(const std::string &templateName, bool &support) in IsSupportTemplate() function in OHOS::Notification::AnsNotification
1557 return proxy->IsSupportTemplate(templateName, support); in IsSupportTemplate()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp881 * @tc.desc: Test IsSupportTemplate parameters.
890 ErrCode ret = notificationHelper.IsSupportTemplate(templateName, support); in HWTEST_F()
911 * @tc.desc: Test IsSupportTemplate parameters.
920 ErrCode ret = notificationHelper.IsSupportTemplate(templateName, support); in HWTEST_F()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp145 service->IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp407 ansManagerStub.IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp439 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp415 ansManagerStub.IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp416 ansManagerStub.IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h787 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp6386 * @tc.desc: test IsSupportTemplate function
6401 int32_t result = proxy->IsSupportTemplate(templateName, support); in HWTEST_F()
6407 * @tc.desc: test IsSupportTemplate function
6422 int32_t result = proxy->IsSupportTemplate(templateName, support); in HWTEST_F()
6428 * @tc.desc: test IsSupportTemplate function
6445 int32_t result = proxy->IsSupportTemplate(templateName, support); in HWTEST_F()
6452 * @tc.desc: test IsSupportTemplate function
6468 int32_t result = proxy->IsSupportTemplate(templateName, support); in HWTEST_F()
6474 * @tc.desc: test IsSupportTemplate function
6491 int32_t result = proxy->IsSupportTemplate(templateNam in HWTEST_F()
[all...]

Completed in 34 milliseconds

12