Home
last modified time | relevance | path

Searched refs:isNative (Results 1 - 18 of 18) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_subscribe.cpp113 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 Dans_manager_stub_invalid.cpp328 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 Dans_manager_stub.cpp1571 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 Dans_notification.cpp606 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 Dnumber_data.h62 bool isNative = false; member in OHOS::I18N::NumberData
/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp307 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 Di18n_service_ability_stub.cpp104 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 Dnumber_data.cpp69 isNative = true; in SetNumSystem()
253 isNative = false; in NumberData()
H A Dnumber_format_impl.cpp41 if (defaultData->isNative) { in ConvertSignAndNum()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp212 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 Dnotification_helper.h475 const bool isNative = true);
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h486 const sptr<NotificationSubscribeInfo> &info, const bool isNative) = 0;
H A Dans_manager_proxy.h474 const sptr<NotificationSubscribeInfo> &info, const bool isNative) override;
H A Dans_notification.h388 const bool isNative = true);
H A Dans_manager_stub.h473 const sptr<NotificationSubscribeInfo> &info, const bool isNative) override;
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp171 bool isNative = fuzzData.GenerateRandomBool(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2336 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 Dadvanced_notification_service.h529 const sptr<NotificationSubscribeInfo> &info, const bool isNative) override;

Completed in 27 milliseconds