Searched defs:UdmfBehaviourMsg (Results 1 – 2 of 2) sorted by relevance
134 struct UdmfBehaviourMsg { struct135 std::string appId;136 std::string channel;137 int64_t dataSize;138 std::string dataType;139 std::string operation;140 std::string result;
46 using UdmfBehaviourMsg = OHOS::DistributedDataDfx::UdmfBehaviourMsg; typedef