Searched refs:modeKey (Results 1 – 2 of 2) sorted by relevance
70 int modeKey = *(static_cast<int*>(buffer)); in SetMode() local71 auto it = modeList.find(modeKey); in SetMode()75 LOGE("[DepthToSpace] The mode value should between [0, 1], but get %d.", modeKey); in SetMode()
145 …const Key modeKey(DISTRIBUTED_TABLE_MODE, DISTRIBUTED_TABLE_MODE + strlen(DISTRIBUTED_TABLE_MODE)); in CheckTableModeFromMeta() local147 int errCode = storageEngine_->GetMetaData(modeKey, modeVal); in CheckTableModeFromMeta()221 …const Key modeKey(DISTRIBUTED_TABLE_MODE, DISTRIBUTED_TABLE_MODE + strlen(DISTRIBUTED_TABLE_MODE)); in SaveTableModeToMeta() local224 int errCode = storageEngine_->PutMetaData(modeKey, modeVal); in SaveTableModeToMeta()