Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/include/
H A Dfuture.h70 long long GetCreateTime() const;
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dbundle_priority_info.h58 int64_t GetCreateTime() const;
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/
H A Dfuture.cpp105 long long Future::GetCreateTime() const in GetCreateTime() function in OHOS::AI::Future
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/
H A Dsetprogressbar_fuzzer.cpp51 request.GetCreateTime(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h95 int64_t GetCreateTime() const;
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dbundle_priority_info.cpp129 int64_t BundlePriorityInfo::GetCreateTime() const in GetCreateTime() function in OHOS::Memory::BundlePriorityInfo
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/
H A Dlow_memory_killer.cpp95 …if (KernelInterface::GetInstance().GetSystemCurTime() - bundle.GetCreateTime() < NOT_TO_KILL_DURIN… in KillOneBundleByPrio()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp182 EXPECT_TRUE(accountInfo.GetCreateTime() > 0);
239 EXPECT_TRUE(accountInfo.GetCreateTime() > 0);
302 EXPECT_EQ(accountInfo.GetCreateTime(), 1695883215000);
371 EXPECT_TRUE(accountInfo.GetCreateTime() > 0);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1029 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in NotificationCompare()
1503 return (first->request->GetCreateTime() < second->request->GetCreateTime()); in SortNotificationsByLevelAndTime()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp222 int64_t OsAccountInfo::GetCreateTime() const in GetCreateTime() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h758 int64_t GetCreateTime() const;
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp365 EXPECT_EQ(createTime, osAccountInfo.GetCreateTime());
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp281 NAPI_CALL(env, napi_create_int64(env, info.GetCreateTime(), &createTimeToJs)); in ConvertOsAccountInfoToJs()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map199 "OHOS::AccountSA::OsAccountInfo::GetCreateTime() const";
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp479 int64_t NotificationRequest::GetCreateTime() const in GetCreateTime() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp265 napi_create_int64(env, info.GetCreateTime(), &createTimeToJs); in GetOACBInfoToJs()