/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/sink/ |
H A D | image_sink_filter.cpp | 72 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in ModifyPixelMap() 81 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in ModifyPixelMap() 94 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in ModifyPixelMap() 126 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in ModifySurfaceBuffer() 134 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in ModifySurfaceBuffer() 146 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in ModifySurfaceBuffer() 165 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in ModifyInnerPixelMap() 274 … CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in FillOutputData() 296 CHECK_AND_RETURN_RET(context->metaInfoNegotiate_->IsNeedUpdate() != true, ErrorCode::SUCCESS); in FillOutputData()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/recycle_node/ |
H A D | recycle_manager_test.cpp | 138 ASSERT_EQ(it->second->config.IsNeedUpdate(), true); 148 ASSERT_EQ(it1->second->config.IsNeedUpdate(), true); 149 ASSERT_EQ(it2->second->config.IsNeedUpdate(), true);
|
/ohos5.0/base/security/security_guard/services/config_manager/src/ |
H A D | local_app_config.cpp | 135 bool LocalAppConfig::IsNeedUpdate(const AppInfo &config, const AppInfo &dbConfig, bool &isFind) in IsNeedUpdate() function in OHOS::Security::SecurityGuard::LocalAppConfig 165 if (!IsNeedUpdate(it, iter, isFind)) { in UpdateInfoToDb()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/ |
H A D | efilter_metainfo_negotiate.h | 27 bool IsNeedUpdate() const in IsNeedUpdate() function
|
/ohos5.0/base/security/security_guard/services/config_manager/include/ |
H A D | local_app_config.h | 36 bool IsNeedUpdate(const AppInfo &config, const AppInfo &dbConfig, bool &isFind);
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/include/ |
H A D | local_app_config.h | 34 bool IsNeedUpdate(const AppInfo &config, const AppInfo &dbConfig, bool &isFind);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/resource/ |
H A D | resource_configuration.h | 31 bool IsNeedUpdate() const in IsNeedUpdate() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/recycle_view/ |
H A D | recycle_manager.cpp | 74 if (it->second->config.IsNeedUpdate()) { in PopNode()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_timer_mgr.h | 389 bool IsNeedUpdate();
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_timer_mgr.cpp | 1114 if (!IsNeedUpdate()) { in UpdateDynamicAlarm() 1147 bool FormTimerMgr::IsNeedUpdate() in IsNeedUpdate() function in OHOS::AppExecFwk::FormTimerMgr
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.cpp | 479 if (configurationChange.IsNeedUpdate() && builder_) { in OnConfigurationUpdate()
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | security_guard_config_manager_test.cpp | 698 EXPECT_FALSE(conf.IsNeedUpdate(config, dbConfig, isFind));
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2741 if (configurationChange.IsNeedUpdate()) { in NotifyConfigurationChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3659 if (configurationChange.IsNeedUpdate()) { in FlushReload()
|