Searched defs:MockCall (Results 1 – 2 of 2) sorted by relevance
495 struct MockCall { struct496 std::string number = "";497 int callstate = 0;498 int type = 0;
976 void MockCall(MockICloudSyncStorageInterface *iCloud, const std::shared_ptr<MockICloudDB> &idb) in MockCall() function