| 534 | } |
| 535 | |
| 536 | int Sample3Module::OnContainerCallBackEvent(const AFGUID& self, const uint32_t index, const ArkContainerOpType op_type, |
| 537 | const uint32_t src_index, const uint32_t dest_index) |
| 538 | { |
| 539 | std::cout << "---------- OnContainerCallBackEvent start----------" << std::endl; |
| 540 | |
| 541 | std::cout << "container index: " << index << " op : " << (size_t)op_type << " src index : " << src_index |
| 542 | << " dest index : " << dest_index << std::endl; |
| 543 | |
| 544 | std::cout << "---------- OnContainerCallBackEvent end----------" << std::endl; |
| 545 | |
| 546 | return 0; |
| 547 | } |
| 548 | |
| 549 | } // namespace ark |
nothing calls this directly
no outgoing calls
no test coverage detected