/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_subscribe.cpp | 113 const sptr<NotificationSubscribeInfo> &info, const bool isNative) in SubscribeLocalLiveView() 144 if (!data.WriteBool(isNative)) { in SubscribeLocalLiveView() 145 ANS_LOGE("[SubscribeLocalLiveView] fail: write isNative failed"); in SubscribeLocalLiveView() 112 SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, const sptr<NotificationSubscribeInfo> &info, const bool isNative) SubscribeLocalLiveView() argument
|
H A D | ans_manager_stub_invalid.cpp | 328 const sptr<NotificationSubscribeInfo> &info, const bool isNative) in SubscribeLocalLiveView() 327 SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, const sptr<NotificationSubscribeInfo> &info, const bool isNative) SubscribeLocalLiveView() argument
|
H A D | ans_manager_stub.cpp | 1571 bool isNative = false; in HandleSubscribeLocalLiveView() local 1572 if (!data.ReadBool(isNative)) { in HandleSubscribeLocalLiveView() 1573 ANS_LOGE("[HandleSubscribeLocalLiveView] fail: read isNative failed"); in HandleSubscribeLocalLiveView() 1578 SubscribeLocalLiveView(iface_cast<AnsSubscriberLocalLiveViewInterface>(subscriber), info, isNative); in HandleSubscribeLocalLiveView()
|
H A D | ans_notification.cpp | 606 const bool isNative) in SubscribeLocalLiveViewNotification() 620 return proxy->SubscribeLocalLiveView(subscriberSptr, nullptr, isNative); in SubscribeLocalLiveViewNotification() 605 SubscribeLocalLiveViewNotification(const NotificationLocalLiveViewSubscriber &subscriber, const bool isNative) SubscribeLocalLiveViewNotification() argument
|
/base/global/i18n_lite/frameworks/i18n/include/ |
H A D | number_data.h | 62 bool isNative = false;
member in OHOS::I18N::NumberData
|
/base/global/i18n/frameworks/intl/src/ |
H A D | utils.cpp | 307 bool isNative = tokenType == Security::AccessToken::ATokenTypeEnum::TOKEN_NATIVE; in CheckSystemPermission() local 308 if (!isSystemApp && !isShell && !isNative) { in CheckSystemPermission()
|
/base/global/i18n/services/src/ |
H A D | i18n_service_ability_stub.cpp | 104 bool isNative = tokenType == Security::AccessToken::ATokenTypeEnum::TOKEN_NATIVE; in CheckPermission() local 105 if (!isSystemApp && !isShell && !isNative) { in CheckPermission()
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A D | number_data.cpp | 69 isNative = true;
in SetNumSystem() 253 isNative = false;
in NumberData()
|
H A D | number_format_impl.cpp | 41 if (defaultData->isNative) {
in ConvertSignAndNum()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 212 const bool isNative) in SubscribeLocalLiveViewNotification() 214 return DelayedSingleton<AnsNotification>::GetInstance()->SubscribeLocalLiveViewNotification(subscriber, isNative); in SubscribeLocalLiveViewNotification() 211 SubscribeLocalLiveViewNotification(const NotificationLocalLiveViewSubscriber &subscriber, const bool isNative) SubscribeLocalLiveViewNotification() argument
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 475 const bool isNative = true);
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 486 const sptr<NotificationSubscribeInfo> &info, const bool isNative) = 0;
|
H A D | ans_manager_proxy.h | 474 const sptr<NotificationSubscribeInfo> &info, const bool isNative) override;
|
H A D | ans_notification.h | 388 const bool isNative = true);
|
H A D | ans_manager_stub.h | 473 const sptr<NotificationSubscribeInfo> &info, const bool isNative) override;
|
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/ |
H A D | advancednotificationservice_fuzzer.cpp | 171 bool isNative = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 2336 const sptr<NotificationSubscribeInfo> &info, const bool isNative) in SubscribeLocalLiveView() 2339 ANS_LOGD("%{public}s, isNative: %{public}d", __FUNCTION__, isNative); in SubscribeLocalLiveView() 2343 if (!isNative) { in SubscribeLocalLiveView() 2334 SubscribeLocalLiveView( const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, const sptr<NotificationSubscribeInfo> &info, const bool isNative) SubscribeLocalLiveView() argument
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 529 const sptr<NotificationSubscribeInfo> &info, const bool isNative) override;
|