/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/service/ |
H A D | udmf_service_proxy.cpp | 24 #define IPC_SEND(code, reply, ...) \ macro 58 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::SET_DATA, reply, option, unifiedData); in SetData() 73 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::GET_DATA, reply, query); in GetData() 88 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::GET_BATCH_DATA, reply, query); in GetBatchData() 105 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::UPDATE_DATA, reply, query, unifiedData); in UpdateData() 116 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::DELETE_DATA, reply, query); in DeleteData() 133 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::GET_SUMMARY, reply, query); in GetSummary() 149 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::ADD_PRIVILEGE, reply, query, privilege); in AddPrivilege() 160 int32_t status = IPC_SEND(UdmfServiceInterfaceCode::SYNC, reply, query, devices); in Sync() 171 int32_t status = IPC_SEND(UdmfServiceInterfaceCod in IsRemoteData() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kvdb_service_client.cpp | 28 #define IPC_SEND(code, reply, ...) \ macro 109 int32_t status = IPC_SEND(static_cast<uint32_t>(KVDBServiceInterfaceCode::TRANS_GET_STORE_IDS), in GetStoreIds() 121 int32_t status = IPC_SEND(static_cast<uint32_t>(KVDBServiceInterfaceCode::TRANS_BEFORE_CREATE), in BeforeCreate() 134 int32_t status = IPC_SEND(static_cast<uint32_t>(KVDBServiceInterfaceCode::TRANS_AFTER_CREATE), in AfterCreate() 146 int32_t status = IPC_SEND(static_cast<uint32_t>(KVDBServiceInterfaceCode::TRANS_DELETE), in Delete() 158 int32_t status = IPC_SEND(static_cast<uint32_t>(KVDBServiceInterfaceCode::TRANS_CLOSE), in Close() 170 int32_t status = IPC_SEND(static_cast<uint32_t>(KVDBServiceInterfaceCode::TRANS_SYNC), reply, appId, storeId, in Sync() 182 int32_t status = IPC_SEND( in CloudSync() 194 int32_t status = IPC_SEND( in NotifyDataChange() 206 int32_t status = IPC_SEND(static_cas in RegServiceNotifier() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/cloud_data/src/ |
H A D | cloud_service_proxy.cpp | 24 #define IPC_SEND(code, reply, ...) \ macro 58 int32_t status = IPC_SEND(TRANS_ENABLE_CLOUD, reply, id, switches); in EnableCloud() 68 int32_t status = IPC_SEND(TRANS_DISABLE_CLOUD, reply, id); in DisableCloud() 78 int32_t status = IPC_SEND(TRANS_CHANGE_APP_SWITCH, reply, id, bundleName, appSwitch); in ChangeAppSwitch() 89 int32_t status = IPC_SEND(TRANS_CLEAN, reply, id, actions); in Clean() 99 int32_t status = IPC_SEND(TRANS_NOTIFY_DATA_CHANGE, reply, id, bundleName); in NotifyDataChange() 109 int32_t status = IPC_SEND(TRANS_SET_GLOBAL_CLOUD_STRATEGY, reply, strategy, values); in SetGlobalCloudStrategy() 122 int32_t status = IPC_SEND(TRANS_ALLOC_RESOURCE_AND_SHARE, reply, storeId, predicates, columns, participants); in AllocResourceAndShare() 134 int32_t status = IPC_SEND(TRANS_NOTIFY_DATA_CHANGE_EXT, reply, eventId, extraData, userId); in NotifyDataChange() 146 int32_t status = IPC_SEND(TRANS_QUERY_STATISTIC in QueryStatistics() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_notifier_proxy.cpp | 30 #define IPC_SEND(code, reply, ...) \ macro 62 int32_t status = IPC_SEND(static_cast<uint32_t>( in SyncCompleted() 74 IPC_SEND(static_cast<uint32_t>(KVDBNotifierCode::TRANS_CLOUD_SYNC_COMPLETED), reply, seqNum, detail); in SyncCompleted() 83 int32_t status = IPC_SEND(static_cast<uint32_t>( in OnRemoteChange() 93 int32_t status = IPC_SEND(static_cast<uint32_t>( in OnSwitchChange()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_service_proxy.cpp | 28 #define IPC_SEND(code, reply, ...) \ macro 93 int32_t status = IPC_SEND( in InitNotifier() 116 status = IPC_SEND(static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_SYNC), reply, param, option, predicates); in DoSync() 149 int32_t status = IPC_SEND( in DoAsync() 183 int32_t status = IPC_SEND( in SetDistributedTables() 242 int32_t status = IPC_SEND( in DoSubscribe() 276 int32_t status = IPC_SEND(static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_UNSUBSCRIBE), reply, param, option); in DoUnSubscribe() 289 int32_t status = IPC_SEND( in RemoteQuery() 328 int32_t status = IPC_SEND(static_cast<uint32_t>(RdbServiceCode::RDB_SERVICE_CMD_BEFORE_OPEN), reply, param); in BeforeOpen() 344 int32_t status = IPC_SEND(static_cas in AfterOpen() [all...] |