Searched refs:timeLevel (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.h | 76 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 D | hiview_adapter.cpp | 190 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 D | priority_object.cpp | 77 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 D | applifecycledeal_fuzzer.cpp | 74 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 D | priority_object.h | 114 void SetTimeLevel(const int32_t timeLevel);
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 103 * @param timeLevel The memory value. 107 void ScheduleTrimMemory(int32_t timeLevel);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 124 void AppLifeCycleDeal::ScheduleTrimMemory(int32_t timeLevel) in ScheduleTrimMemory() argument 132 appThread->ScheduleShrinkMemory(timeLevel); in ScheduleTrimMemory()
|
Completed in 4 milliseconds