Home
last modified time | relevance | path

Searched defs:OperationResult (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_template.h155 struct OperationResult { struct
157 OperationResult(const std::string &key, int errCode) : key_(key), errCode_(errCode) {} in OperationResult() function
159 std::string key_;
161 int errCode_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_types_util.h34 using OperationResult = DataShare::OperationResult; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_itypes_utils.h35 using OperationResult = DataShare::OperationResult; variable
H A Dcallbacks_manager.h67 static void DefaultProcess(const std::vector<Key> &, std::vector<OperationResult> &){}; in DefaultProcess()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Dnapi_callbacks_manager.h45 std::vector<OperationResult> &){}; in DefaultProcess()