Home
last modified time | relevance | path

Searched refs:InitUid (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfreeze_json_generator_unittest.cpp121 .InitUid(uid)
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dwatch_point.h34 Builder& InitUid(long uid);
H A Ddb_helper.cpp52 ….InitTimestamp(record->happenTime_).InitPid(pid).InitUid(uid).InitTid(tid).InitPackageName(package… in GetResultMap()
H A Dwatch_point.cpp70 WatchPoint::Builder& WatchPoint::Builder::InitUid(long uid) in InitUid() function in OHOS::HiviewDFX::WatchPoint::Builder
H A Dfreeze_detector_plugin.cpp132 .InitUid(uid) in MakeWatchPoint()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/reminderrequest_fuzzer/
H A Dreminderrequest_fuzzer.cpp47 reminderRequest.InitUid(reminderId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp337 .InitUid(1000)
356 .InitUid(1000)
819 .InitUid(1000)
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dreminder_data_manager_test.cpp848 reminder1->InitUid(98765); in HWTEST_F()
857 reminder2->InitUid(98765); in HWTEST_F()
879 reminder->InitUid(98765); in HWTEST_F()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfreeze_json_generator.h110 Builder& InitUid(long uid);
H A Dfreeze_json_generator.cpp199 FreezeJsonParams::Builder& FreezeJsonParams::Builder::InitUid(long uid) in InitUid() function in OHOS::HiviewDFX::FreezeJsonParams::Builder
H A Dfaultlogger.cpp1102 .InitUid(collector.uid) in ReportAppFreezeToAppEvent()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp119 reminder->InitUid(uid); in RecoverIdFromOldVersion()
268 reminder->InitUid(uid); in RecoverIdFromDb()
H A Dreminder_data_manager.cpp834 reminder->InitUid(bundleOption->GetUid()); in UpdateAndSaveReminderLocked()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h518 void InitUid(const int32_t &uid);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1136 reminderRequestChild->InitUid(uid);
1164 reminderRequestChild->InitUid(uid);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp259 void ReminderRequest::InitUid(const int32_t &uid) in InitUid() function in OHOS::Notification::ReminderRequest