/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);
|
/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)); 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 D | notification_manager_impl.h | 36 static RetDataBool IsSupportTemplate(const char* cTemplateName);
|
/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 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 D | init.cpp | 74 DECLARE_NAPI_FUNCTION("isSupportTemplate", IsSupportTemplate), in NotificationInit()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_template.cpp | 41 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 D | publishcontinuoustasknotification_fuzzer.cpp | 86 // test IsSupportTemplate function
in DoSomethingInterestingWithMyAPI() 88 Notification::NotificationHelper::IsSupportTemplate(stringData, support);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_ffi.cpp | 95 RetDataBool ret = NotificationManagerImpl::IsSupportTemplate(cTemplateName); in FfiOHOSNotificationManagerIsSupportTemplate()
|
H A D | notification_manager_impl.cpp | 225 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 D | notification_helper.cpp | 428 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 D | notification_helper.h | 811 static ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
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_notification.h | 797 ErrCode IsSupportTemplate(const std::string &templateName, bool &support);
|
H A D | ans_manager_stub.h | 727 virtual ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
|
/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 513 ANS_LOGE("AnsManagerStub::IsSupportTemplate called!"); in IsSupportTemplate()
|
H A D | ans_notification.cpp | 1549 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 D | notification_helper_test.cpp | 881 * @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 D | advancednotificationservice_fuzzer.cpp | 145 service->IsSupportTemplate(stringData, support); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 407 ansManagerStub.IsSupportTemplate(stringData, support);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 439 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/ |
H A D | ansmanagerstubannex_fuzzer.cpp | 415 ansManagerStub.IsSupportTemplate(stringData, support);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 416 ansManagerStub.IsSupportTemplate(stringData, support);
in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 787 ErrCode IsSupportTemplate(const std::string &templateName, bool &support) override;
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 6386 * @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...] |