Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/include/
H A Dbundle_active_event.h38 static const int32_t DEFAULT_UID_ID = -1; variable
86 …tiveEvent(const int32_t eventId, const std::string bundleName, const int32_t uid = DEFAULT_UID_ID);
92 const int32_t uid = DEFAULT_UID_ID);
98 const std::string moduleName, const int32_t uid = DEFAULT_UID_ID);
105 const int32_t uid = DEFAULT_UID_ID);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_event_stats.cpp20 static const int32_t DEFAULT_UID_ID = -1; variable
29 uid_ = DEFAULT_UID_ID; in BundleActiveEventStats()
H A Dbundle_active_event.cpp33 uid_ = DEFAULT_UID_ID; in BundleActiveEvent()
63 uid_ = DEFAULT_UID_ID; in BundleActiveEvent()