Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/src/
H A Ddatamgr_service_proxy.cpp50 … static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::GET_FEATURE_INTERFACE), data, reply, mo); in GetFeatureInterface()
88 …static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::REGISTERCLIENTDEATHOBSERVER), data, reply, … in RegisterClientDeathObserver()
113 static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::CLEAR_APP_STORAGE), data, reply, mo); in ClearAppStorage()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service_stub.cpp30 …KvStoreDataServiceStub::HANDLERS[static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::SERVICE_CM…
87 …if (code >= 0 && code < static_cast<uint32_t>(KvStoreDataServiceInterfaceCode::SERVICE_CMD_LAST)) { in OnRemoteRequest()
H A Dkvstore_data_service_stub.h31 using code = KvStoreDataServiceInterfaceCode;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatasvc/include/
H A Ddistributeddata_ipc_interface_code.h23 enum class KvStoreDataServiceInterfaceCode : uint32_t { enum