Home
last modified time | relevance | path

Searched refs:INVALID_LEVEL (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Dmatrix_event.h27 static constexpr uint16_t INVALID_LEVEL = 0xFFFF; member
30 uint16_t dynamic = INVALID_LEVEL;
31 uint16_t statics = INVALID_LEVEL;
H A Ddevice_matrix.h36 static constexpr uint16_t INVALID_LEVEL = 0xFFFF; member in OHOS::DistributedData::DeviceMatrix
58 uint16_t dynamic = INVALID_LEVEL;
59 uint16_t statics = INVALID_LEVEL;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dmatrix_event.cpp50 return !(dynamic == INVALID_LEVEL && statics == INVALID_LEVEL && in IsValid()
H A Ddevice_matrix.cpp99 { pipe }, { INVALID_LEVEL, INVALID_LEVEL, INVALID_VALUE, INVALID_LENGTH }); in Initialize()
187 return { INVALID_LEVEL, INVALID_LEVEL }; in OnBroadcast()
192 if (dataLevel.dynamic != INVALID_LEVEL) { in OnBroadcast()
200 if (dataLevel.statics != INVALID_LEVEL) { in OnBroadcast()
611 return { false, High(INVALID_LEVEL) }; in GetRecvLevel()
621 return { false, High(INVALID_LEVEL) }; in GetRecvLevel()
628 return { false, High(INVALID_LEVEL) }; in GetConsLevel()
638 return { false, High(INVALID_LEVEL) }; in GetConsLevel()
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/
H A Djs_component_test.cpp128 ErrCode::RET_ERROR_PARAM_INVALID, "Failed to get parameter", ComponentTest::TestCaseLevel::INVALID_LEVEL); in JSDefineTestGetCaseLevel()
131 ErrCode::RET_ERROR_PARAM_INVALID, "Failed to get parameter", ComponentTest::TestCaseLevel::INVALID_LEVEL); in JSDefineTestGetCaseLevel()
134 ComponentTest::TestCaseLevel::INVALID_LEVEL); in JSDefineTestGetCaseLevel()
136 ErrCode::RET_ERROR_PARAM_INVALID, "Failed to get parameter", ComponentTest::TestCaseLevel::INVALID_LEVEL); in JSDefineTestGetCaseLevel()
139 testCaseLevel < ComponentTest::TestCaseLevel::INVALID_LEVEL, in JSDefineTestGetCaseLevel()
141 ComponentTest::TestCaseLevel::INVALID_LEVEL); in JSDefineTestGetCaseLevel()
168 CHECK_EQUAL_RETURN(testCaseLevel, ComponentTest::TestCaseLevel::INVALID_LEVEL, NapiGetUndefined(env)); in JSDefineTest()
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_result_recorder.h85 INVALID_LEVEL,
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_impl_test.cpp631 switchData.length = DeviceMatrix::INVALID_LEVEL; in HWTEST_F()
643 switchData.length = DeviceMatrix::INVALID_LEVEL; in HWTEST_F()
H A Ddevice_matrix_test.cpp46 uint16_t mask_ = DeviceMatrix::INVALID_LEVEL;

Completed in 6 milliseconds