Home
last modified time | relevance | path

Searched refs:KVDBNotifierCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_notifier_proxy.cpp63 KVDBNotifierCode::TRANS_SYNC_COMPLETED), reply, results, sequenceId); in SyncCompleted()
74 …IPC_SEND(static_cast<uint32_t>(KVDBNotifierCode::TRANS_CLOUD_SYNC_COMPLETED), reply, seqNum, detai… in SyncCompleted()
84 KVDBNotifierCode::TRANS_ON_REMOTE_CHANGED), reply, mask, dataType); in OnRemoteChange()
94 KVDBNotifierCode::TRANS_ON_SWITCH_CHANGED), reply, notification); in OnSwitchChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_stub.cpp34 KVDBNotifierStub::HANDLERS[static_cast<uint32_t>(KVDBNotifierCode::TRANS_BUTT)] = {
51 if (code >= static_cast<uint32_t>(KVDBNotifierCode::TRANS_HEAD) && in OnRemoteRequest()
52 code < static_cast<uint32_t>(KVDBNotifierCode::TRANS_BUTT) && HANDLERS[code] != nullptr) { in OnRemoteRequest()
56 code, static_cast<uint32_t>(KVDBNotifierCode::TRANS_BUTT)); in OnRemoteRequest()
H A Dkvdb_notifier_stub.h37 static const Handler HANDLERS[static_cast<uint32_t>(KVDBNotifierCode::TRANS_BUTT)];
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Ddistributeddata_kvdb_ipc_interface_code.h54 enum class KVDBNotifierCode : uint32_t { enum