Home
last modified time | relevance | path

Searched refs:timeLevel (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dhiview_adapter.h76 static void CopyTimeConsumingCount(int dataLevel, int timeLevel);
77 static void PasteTimeConsumingCount(int dataLevel, int timeLevel);
78 static void RemotePasteTimeConsumingCount(int dataLevel, int timeLevel);
H A Dhiview_adapter.cpp190 void HiViewAdapter::CopyTimeConsumingCount(int dataLevel, int timeLevel) in CopyTimeConsumingCount() argument
195 auto it = copyTimeConsumingStat_[dataLevel].find(timeLevel); in CopyTimeConsumingCount()
200 PASTEBOARD_MODULE_SERVICE, "hisysevent wrong copy time level, tiem level: %{public}d", timeLevel); in CopyTimeConsumingCount()
204 void HiViewAdapter::PasteTimeConsumingCount(int dataLevel, int timeLevel) in PasteTimeConsumingCount() argument
209 auto it = pasteTimeConsumingStat_[dataLevel].find(timeLevel); in PasteTimeConsumingCount()
214 PASTEBOARD_MODULE_SERVICE, "hisysevent wrong copy time level, tiem level: %{public}d", timeLevel); in PasteTimeConsumingCount()
218 void HiViewAdapter::RemotePasteTimeConsumingCount(int dataLevel, int timeLevel) in RemotePasteTimeConsumingCount() argument
223 auto it = remotePasteTimeConsumingStat_[dataLevel].find(timeLevel); in RemotePasteTimeConsumingCount()
228 PASTEBOARD_MODULE_SERVICE, "hisysevent wrong copy time level, tiem level: %{public}d", timeLevel); in RemotePasteTimeConsumingCount()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dpriority_object.cpp77 void PriorityObject::SetTimeLevel(const int32_t timeLevel) in SetTimeLevel() argument
79 timeLevel_ = timeLevel; in SetTimeLevel()
/foundation/ability/ability_runtime/test/fuzztest/applifecycledeal_fuzzer/
H A Dapplifecycledeal_fuzzer.cpp74 int32_t timeLevel = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
75 appLifeCycleDeal.ScheduleTrimMemory(timeLevel); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dpriority_object.h114 void SetTimeLevel(const int32_t timeLevel);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h103 * @param timeLevel The memory value.
107 void ScheduleTrimMemory(int32_t timeLevel);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp124 void AppLifeCycleDeal::ScheduleTrimMemory(int32_t timeLevel) in ScheduleTrimMemory() argument
132 appThread->ScheduleShrinkMemory(timeLevel); in ScheduleTrimMemory()

Completed in 6 milliseconds