Home
last modified time | relevance | path

Searched refs:INVALID_LENGTH (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dswitches_meta_data.h27 static constexpr uint16_t INVALID_LENGTH = 0; member in OHOS::DistributedData::final
30 uint16_t length = INVALID_LENGTH;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Dmatrix_event.h29 static constexpr uint16_t INVALID_LENGTH = 0; member
33 uint16_t switchesLen = INVALID_LENGTH;
H A Ddevice_matrix.h37 static constexpr uint16_t INVALID_LENGTH = 0; member in OHOS::DistributedData::DeviceMatrix
61 uint16_t switchesLen = INVALID_LENGTH;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dmatrix_event.cpp51 switches == INVALID_VALUE && switchesLen == INVALID_LENGTH); in IsValid()
H A Ddevice_matrix.cpp99 { pipe }, { INVALID_LEVEL, INVALID_LEVEL, INVALID_VALUE, INVALID_LENGTH }); in Initialize()
338 dataLevel.switchesLen == INVALID_LENGTH) { in SaveSwitches()
758 switches == INVALID_VALUE && switchesLen == INVALID_LENGTH); in IsValid()
/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/
H A Dintell_voice_info.h125 INVALID_LENGTH = 4, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp635 switchData.length = DeviceMatrix::INVALID_LENGTH; in HWTEST_F()
639 switchData.length = DeviceMatrix::INVALID_LENGTH; in HWTEST_F()
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_manager_napi.cpp106 {"INVALID_LENGTH", OHOS::IntellVoice::INVALID_LENGTH},
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp291 if (data.value == DeviceMatrix::INVALID_VALUE || data.length == DeviceMatrix::INVALID_LENGTH) { in PutSwitch()

Completed in 10 milliseconds