Home
last modified time | relevance | path

Searched refs:INSTANCE_NO_LIMIT_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dimpl_class.cpp108 if (maxInstance_ != INSTANCE_NO_LIMIT_NUM && instanceNum_ >= maxInstance_) { in CreateObject()
321 maxInstance_ = INSTANCE_NO_LIMIT_NUM; in AnalysisMaxInstance()
H A Dimpl_class.h76 static constexpr uint16_t INSTANCE_NO_LIMIT_NUM = 0; variable