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 D | remote_executor.cpp | 752 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 D | ability_sync.cpp | 1134 ackCode = -E_SECURITY_OPTION_CHECK_ERROR; in HandleRequestRecv()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_errno.cpp | 53 { -E_SECURITY_OPTION_CHECK_ERROR, SECURITY_OPTION_CHECK_ERROR },
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_ability_sync_test.cpp | 465 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 D | rd_single_ver_storage_engine.cpp | 115 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckDatabaseSecOpt()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 1343 (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 D | single_ver_sync_state_machine.cpp | 861 { -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 D | db_errno.h | 111 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 D | sync_able_kvdb_connection.cpp | 357 return -E_SECURITY_OPTION_CHECK_ERROR; in Sync()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | database_oper.cpp | 171 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckSecurityOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 1157 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckBeforeSync() 1160 return -E_SECURITY_OPTION_CHECK_ERROR; in CheckBeforeSync()
|