Home
last modified time | relevance | path

Searched refs:mb (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h35 bool mb; // message begin member
H A Dndef_message.cpp213 layout.mb = (head & FLAG_MB) != 0; in ParseRecordLayoutHead()
224 if (!layout.mb && parsedRecordSize == 0 && !isChunkFound && !isMbMeIgnored) { in IsInvalidRecordLayoutHead()
225 ErrorLog("IsInvalidRecordLayoutHead, 1st error for mb and size."); in IsInvalidRecordLayoutHead()
227 } else if (layout.mb && (parsedRecordSize != 0 || isChunkFound) && !isMbMeIgnored) { in IsInvalidRecordLayoutHead()
228 ErrorLog("IsInvalidRecordLayoutHead, 2nd error for mb and size"); in IsInvalidRecordLayoutHead()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dpostprocess_impl.cpp196 if (auto mb = interface_cast<IPostProcessEffectPrivate>(META_NS::GetValue(MotionBlur()))) {
197 mb->Bind(ecsObject_, sh, preferEcsValues);

Completed in 3 milliseconds