Searched refs:GetCreateTime (Results 1 – 9 of 9) sorted by relevance
51 request.GetCreateTime(); in DoSomethingInterestingWithMyAPI()
73 int64_t GetCreateTime() const;
343 EXPECT_EQ(createTime, osAccountInfo.GetCreateTime());
190 int64_t OsAccountInfo::GetCreateTime() const in GetCreateTime() function in OHOS::AccountSA::OsAccountInfo
638 int64_t GetCreateTime() const;
688 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in NotificationCompare()2331 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in SortNotificationsByLevelAndTime()
169 "OHOS::AccountSA::OsAccountInfo::GetCreateTime() const";
416 int64_t NotificationRequest::GetCreateTime() const in GetCreateTime() function in OHOS::Notification::NotificationRequest
219 napi_create_int64(env, info.GetCreateTime(), &createTimeToJs); in GetOACBInfoToJs()