Home
last modified time | relevance | path

Searched refs:NON_BUNDLE_NAME_UID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp36 return (uid == NON_BUNDLE_NAME_UID) ? "" : "bundleName"; in GetBundleNameByUid()
50 return (uid == SYSTEM_APP_UID || uid == NON_BUNDLE_NAME_UID); in IsSystemApp()
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/
H A Dces_ut_constant.h28 constexpr int32_t NON_BUNDLE_NAME_UID = 2000; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dans_ut_constant.h28 constexpr int32_t NON_BUNDLE_NAME_UID = 2000; variable