/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/include/ |
H A D | future.h | 70 long long GetCreateTime() const;
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/ |
H A D | bundle_priority_info.h | 58 int64_t GetCreateTime() const;
|
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/ |
H A D | future.cpp | 105 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 D | setprogressbar_fuzzer.cpp | 51 request.GetCreateTime(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 95 int64_t GetCreateTime() const;
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | bundle_priority_info.cpp | 129 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 D | low_memory_killer.cpp | 95 …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 D | os_account_inner_account_mgr_mock.cpp | 182 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 D | advanced_notification_service.cpp | 1029 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 D | os_account_info.cpp | 222 int64_t OsAccountInfo::GetCreateTime() const in GetCreateTime() function in OHOS::AccountSA::OsAccountInfo
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_request.h | 758 int64_t GetCreateTime() const;
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 365 EXPECT_EQ(createTime, osAccountInfo.GetCreateTime());
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 281 NAPI_CALL(env, napi_create_int64(env, info.GetCreateTime(), &createTimeToJs)); in ConvertOsAccountInfoToJs()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 199 "OHOS::AccountSA::OsAccountInfo::GetCreateTime() const";
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_request.cpp | 479 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 D | napi_os_account_common.cpp | 265 napi_create_int64(env, info.GetCreateTime(), &createTimeToJs); in GetOACBInfoToJs()
|