Home
last modified time | relevance | path

Searched refs:E_SECURITY_OPTION_CHECK_ERROR (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp752 return -E_SECURITY_OPTION_CHECK_ERROR; in FillRequestPacket()
756 return -E_SECURITY_OPTION_CHECK_ERROR; in FillRequestPacket()
955 return -E_SECURITY_OPTION_CHECK_ERROR; in ResponseRemoteQueryRequest()
993 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckSecurityOption()
999 errCode = -E_SECURITY_OPTION_CHECK_ERROR; in CheckSecurityOption()
1018 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckRemoteRecvData()
1022 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckRemoteRecvData()
1028 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckRemoteRecvData()
1036 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckRemoteRecvData()
H A Dability_sync.cpp1134 ackCode = -E_SECURITY_OPTION_CHECK_ERROR; in HandleRequestRecv()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_errno.cpp53 { -E_SECURITY_OPTION_CHECK_ERROR, SECURITY_OPTION_CHECK_ERROR },
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_ability_sync_test.cpp465 EXPECT_EQ(async.RequestRecv(&msg1, context), -E_SECURITY_OPTION_CHECK_ERROR);
484 EXPECT_EQ(async.RequestRecv(&msg1, context), -E_SECURITY_OPTION_CHECK_ERROR);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp115 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckDatabaseSecOpt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp1343 (void)SendDataAck(context, message, -E_SECURITY_OPTION_CHECK_ERROR, maxSendDataTime); in RunPermissionCheck()
1344 return -E_SECURITY_OPTION_CHECK_ERROR; in RunPermissionCheck()
1493 context->SetTaskErrCode(-E_SECURITY_OPTION_CHECK_ERROR); in CheckPermitSendData()
1494 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckPermitSendData()
1498 (void)SendPullResponseDataPkt(-E_SECURITY_OPTION_CHECK_ERROR, syncData, context); in CheckPermitSendData()
1499 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckPermitSendData()
1502 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckPermitSendData()
1891 return -E_SECURITY_OPTION_CHECK_ERROR; in ControlCmdStartCheck()
H A Dsingle_ver_sync_state_machine.cpp861 { -E_SECURITY_OPTION_CHECK_ERROR, SyncOperation::OP_SECURITY_OPTION_CHECK_FAILURE }, in GetSyncOperationStatus()
1140 case -E_SECURITY_OPTION_CHECK_ERROR: in DataRecvErrCodeHandle()
1195 case -E_SECURITY_OPTION_CHECK_ERROR: in DataAckRecvErrCodeHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h111 constexpr int E_SECURITY_OPTION_CHECK_ERROR = (E_BASE + 90); // remote device's SecurityOption not … variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp357 return -E_SECURITY_OPTION_CHECK_ERROR; in Sync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp171 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckSecurityOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1157 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckBeforeSync()
1160 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckBeforeSync()