Home
last modified time | relevance | path

Searched defs:UdmfBehaviourMsg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddfx_types.h134 struct UdmfBehaviourMsg { struct
135 std::string appId;
136 std::string channel;
137 int64_t dataSize;
138 std::string dataType;
139 std::string operation;
140 std::string result;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp46 using UdmfBehaviourMsg = OHOS::DistributedDataDfx::UdmfBehaviourMsg; typedef