Home
last modified time | relevance | path

Searched refs:GetCreateTime (Results 1 – 11 of 11) 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.h87 int64_t GetCreateTime() const;
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp630 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in NotificationCompare()
1003 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in SortNotificationsByLevelAndTime()
Dadvanced_notification_utils.cpp95 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in SortNotificationsByLevelAndTime()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp177 int64_t OsAccountInfo::GetCreateTime() const in GetCreateTime() function in OHOS::AccountSA::OsAccountInfo
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h718 int64_t GetCreateTime() const;
/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
Daccount_manager_addon.cpp250 NAPI_CALL(env, napi_create_int64(env, info.GetCreateTime(), &createTimeToJs)); in ConvertOsAccountInfoToJs()
/base/account/os_account/frameworks/osaccount/native/test/unittest/
Dos_account_info_test.cpp359 EXPECT_EQ(createTime, osAccountInfo.GetCreateTime());
/base/account/os_account/frameworks/osaccount/native/
Dlibos_account_innerkits.map182 "OHOS::AccountSA::OsAccountInfo::GetCreateTime() const";
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp461 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.cpp226 napi_create_int64(env, info.GetCreateTime(), &createTimeToJs); in GetOACBInfoToJs()