Home
last modified time | relevance | path

Searched refs:UD_INTENTION_BUTT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp557 return value > UD_INTENTION_BASE && value < UD_INTENTION_BUTT; in IsValidIntention()
634 return intention >= UD_INTENTION_DATA_HUB && intention < UD_INTENTION_BUTT; in IsPersist()
649 return UD_INTENTION_BUTT; in GetIntentionByString()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dudmf_types_util.cpp192 if (intention < UD_INTENTION_BASE || intention > UD_INTENTION_BUTT) { in Unmarshalling()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h566 UD_INTENTION_BUTT, enumerator
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/
H A Dudmf_client_fuzzer.cpp117 CustomOption option = {.intention = Intention::UD_INTENTION_BUTT}; in SetDataTextFuzz()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp239 option = { .intention = Intention::UD_INTENTION_BUTT };