Searched refs:GetCreateTime (Results 1 – 11 of 11) sorted by relevance
51 request.GetCreateTime(); in DoSomethingInterestingWithMyAPI()
87 int64_t GetCreateTime() const;
630 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in NotificationCompare()1003 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in SortNotificationsByLevelAndTime()
95 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in SortNotificationsByLevelAndTime()
177 int64_t OsAccountInfo::GetCreateTime() const in GetCreateTime() function in OHOS::AccountSA::OsAccountInfo
718 int64_t GetCreateTime() const;
250 NAPI_CALL(env, napi_create_int64(env, info.GetCreateTime(), &createTimeToJs)); in ConvertOsAccountInfoToJs()
359 EXPECT_EQ(createTime, osAccountInfo.GetCreateTime());
182 "OHOS::AccountSA::OsAccountInfo::GetCreateTime() const";
461 int64_t NotificationRequest::GetCreateTime() const in GetCreateTime() function in OHOS::Notification::NotificationRequest
226 napi_create_int64(env, info.GetCreateTime(), &createTimeToJs); in GetOACBInfoToJs()