Home
last modified time | relevance | path

Searched refs:GetCreateTime (Results 1 – 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
Dsetprogressbar_fuzzer.cpp51 request.GetCreateTime(); in DoSomethingInterestingWithMyAPI()
/base/account/os_account/interfaces/innerkits/osaccount/native/include/
Dos_account_info.h73 int64_t GetCreateTime() const;
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp343 EXPECT_EQ(createTime, osAccountInfo.GetCreateTime());
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp190 int64_t OsAccountInfo::GetCreateTime() const in GetCreateTime() function in OHOS::AccountSA::OsAccountInfo
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h638 int64_t GetCreateTime() const;
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp688 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in NotificationCompare()
2331 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in SortNotificationsByLevelAndTime()
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map169 "OHOS::AccountSA::OsAccountInfo::GetCreateTime() const";
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp416 int64_t NotificationRequest::GetCreateTime() const in GetCreateTime() function in OHOS::Notification::NotificationRequest
/base/account/os_account/interfaces/kits/napi/osaccount/src/
Dnapi_os_account_common.cpp219 napi_create_int64(env, info.GetCreateTime(), &createTimeToJs); in GetOACBInfoToJs()