Home
last modified time | relevance | path

Searched refs:getCallRecord (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp84 std::shared_ptr<CallRecord> getCallRecord = callContainer->GetCallRecord(abilityRequest.connect); in HWTEST_F() local
85 EXPECT_EQ(callRecord, getCallRecord); in HWTEST_F()
100 std::shared_ptr<CallRecord> getCallRecord = callContainer->GetCallRecord(connect); in HWTEST_F() local
101 EXPECT_EQ(nullptr, getCallRecord); in HWTEST_F()

Completed in 1 milliseconds