Home
last modified time | relevance | path

Searched refs:CheckMapSize (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dwindow_visibility_observer.cpp99 handler_->PostImmediateTask([this] { this->CheckMapSize(TRIGGER_BY_SIZE); }); in UpdateWindowVisibilityPriorityInner()
133 //set timer and call CheckMapSize each TIMER_PEROID_MIN min. in SetTimer()
134 handler_->PostTask([this] { this->CheckMapSize(TRIGGER_BY_TIME); }, in SetTimer()
139 void WindowVisibilityObserver::CheckMapSize(int type) in CheckMapSize() function in OHOS::Memory::WindowVisibilityObserver
/foundation/resourceschedule/memmgr/services/memmgrservice/include/event/
H A Dwindow_visibility_observer.h56 void CheckMapSize(int type);
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.h127 bool CheckMapSize(const std::string &type, const std::string &bundleName);
H A Djs_form_state_observer.cpp147 bool JsFormStateObserver::CheckMapSize(const std::string &type, const std::string &bundleName) in CheckMapSize() function in OHOS::AbilityRuntime::JsFormStateObserver
/foundation/ability/form_fwk/frameworks/js/napi/form_observer/
H A Djs_form_observer.cpp146 if (!JsFormStateObserver::GetInstance()->CheckMapSize("formAdd", bundleName)) { in OnRegisterFormAddObserver()
184 if (!JsFormStateObserver::GetInstance()->CheckMapSize("formRemove", bundleName)) { in OnRegisterFormRemoveObserver()

Completed in 4 milliseconds