Home
last modified time | relevance | path

Searched refs:ExecuteCallbackEx (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.h50 …using ExecuteCallbackEx = std::function<std::pair<int32_t, int32_t>(DataProviderConfig::ProviderIn… variable
130 bool isRead, ExecuteCallbackEx callback);
H A Ddata_share_service_impl.cpp1065 const int32_t tokenId, bool isRead, ExecuteCallbackEx callback) in ExecuteEx()