Searched refs:OnNotifyMemoryLevel (Results 1 – 12 of 12) sorted by relevance
60 MOCK_METHOD1(OnNotifyMemoryLevel, void(int32_t level));
113 void OnNotifyMemoryLevel(int32_t level) override;
1007 void ImagePattern::OnNotifyMemoryLevel(int32_t level) in OnNotifyMemoryLevel() function in OHOS::Ace::NG::ImagePattern
470 virtual void OnNotifyMemoryLevel(int32_t level) {} in OnNotifyMemoryLevel() function
360 imagePattern->OnNotifyMemoryLevel(2);370 imagePattern->OnNotifyMemoryLevel(0);377 imagePattern->OnNotifyMemoryLevel(2);
351 virtual void OnNotifyMemoryLevel(int32_t level) {} in OnNotifyMemoryLevel() function
434 void OnNotifyMemoryLevel(int32_t level) override;
3534 void FrameNode::OnNotifyMemoryLevel(int32_t level) in OnNotifyMemoryLevel() function in OHOS::Ace::NG::FrameNode3536 pattern_->OnNotifyMemoryLevel(level); in OnNotifyMemoryLevel()
767 void OnNotifyMemoryLevel(int32_t level) override;
5540 void WebPattern::OnNotifyMemoryLevel(int32_t level) in OnNotifyMemoryLevel() function in OHOS::Ace::NG::WebPattern
391 FRAME_NODE2->OnNotifyMemoryLevel(true);
3924 node->OnNotifyMemoryLevel(level); in NotifyMemoryLevel()