/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/ |
H A D | os_account_info_test.cpp | 377 osAccountInfo.SetCreateTime(INT_CREATE_TIME); 588 osAccountInfo.SetCreateTime(1695883215000); 610 osAccountInfo.SetCreateTime(1695883215000); 631 osAccountInfo.SetCreateTime(1695883215000); 653 osAccountInfo.SetCreateTime(1695883215000);
|
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/ |
H A D | createosaccount_fuzzer.cpp | 128 osAccountInfo.SetCreateTime(fuzzData.GetData<int64_t>()); in UpdateOsAccountWithFullInfoFuzzTest() 148 osAccountInfo.SetCreateTime(fuzzData.GetData<int64_t>()); in CreateOsAccountWithFullInfoFuzzTest()
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/ |
H A D | bundle_priority_info.h | 59 void SetCreateTime(const int64_t createTime);
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 97 void SetCreateTime(const int64_t createTime);
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | bundle_priority_info.cpp | 134 void BundlePriorityInfo::SetCreateTime(const int64_t createTime) in SetCreateTime() function in OHOS::Memory::BundlePriorityInfo
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_view.h | 151 void SetCreateTime(std::chrono::time_point<std::chrono::high_resolution_clock> time) in SetCreateTime() function
|
H A D | container.h | 213 void SetCreateTime(std::chrono::time_point<std::chrono::high_resolution_clock> time) in SetCreateTime() function
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_inner_account_mgr_mock.cpp | 288 createInfo.SetCreateTime(1695883215000); 537 createInfo.SetCreateTime(1695883215000); 600 createInfo.SetCreateTime(1695883215000); 759 createInfo.SetCreateTime(1695883215000); 791 createInfo.SetCreateTime(1695883215000);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 227 void OsAccountInfo::SetCreateTime(const int64_t createTime) in SetCreateTime() function in OHOS::AccountSA::OsAccountInfo
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_request.h | 765 void SetCreateTime(int64_t createTime);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 165 "OHOS::AccountSA::OsAccountInfo::SetCreateTime(long long)"; 166 "OHOS::AccountSA::OsAccountInfo::SetCreateTime(long)";
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | inner_os_account_manager.cpp | 119 osAccountInfo.SetCreateTime(time); in CreateBaseAdminAccount() 151 osAccountInfo.SetCreateTime(time); in CreateBaseStandardAccount() 341 osAccountInfo.SetCreateTime(time); in RetryToGetAccount()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_request.cpp | 484 void NotificationRequest::SetCreateTime(int64_t createTime) in SetCreateTime() function in OHOS::Notification::NotificationRequest
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 367 record->request->SetCreateTime(GetCurrentTime()); in AssignToNotificationList()
|
H A D | advanced_notification_publish_service.cpp | 109 request->SetCreateTime(GetCurrentTime()); in Publish()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 430 osAccountInfo.SetCreateTime(1695883215000); // test random input
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2005 aceView_->SetCreateTime(createTime_); in AttachView()
|