Home
last modified time | relevance | path

Searched refs:SetCreateTime (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp377 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 Dcreateosaccount_fuzzer.cpp128 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 Dbundle_priority_info.h59 void SetCreateTime(const int64_t createTime);
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h97 void SetCreateTime(const int64_t createTime);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dbundle_priority_info.cpp134 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 Dace_view.h151 void SetCreateTime(std::chrono::time_point<std::chrono::high_resolution_clock> time) in SetCreateTime() function
H A Dcontainer.h213 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 Dos_account_inner_account_mgr_mock.cpp288 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 Dos_account_info.cpp227 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 Dnotification_request.h765 void SetCreateTime(int64_t createTime);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map165 "OHOS::AccountSA::OsAccountInfo::SetCreateTime(long long)";
166 "OHOS::AccountSA::OsAccountInfo::SetCreateTime(long)";
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp119 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 Dnotification_request.cpp484 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 Dadvanced_notification_service.cpp367 record->request->SetCreateTime(GetCurrentTime()); in AssignToNotificationList()
H A Dadvanced_notification_publish_service.cpp109 request->SetCreateTime(GetCurrentTime()); in Publish()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp430 osAccountInfo.SetCreateTime(1695883215000); // test random input
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2005 aceView_->SetCreateTime(createTime_); in AttachView()