Searched refs:callStub (Results 1 - 4 of 4) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch1_test.cpp | 158 CellularCallService callStub; in HWTEST_F() local 163 callStub.OnDialInner(dialErrorData, reply); in HWTEST_F() 166 callStub.OnDialInner(dialData, reply); in HWTEST_F() 170 callStub.OnHangUpInner(hangUpErrorData, reply); in HWTEST_F() 174 callStub.OnHangUpInner(hangUpData, reply); in HWTEST_F() 178 callStub.OnRejectInner(rejectErrorData, reply); in HWTEST_F() 181 callStub.OnRejectInner(rejectData, reply); in HWTEST_F() 185 callStub.OnAnswerInner(answerErrorData, reply); in HWTEST_F() 188 callStub.OnAnswerInner(answerData, reply); in HWTEST_F() 192 callStub in HWTEST_F() 220 CellularCallService callStub; HWTEST_F() local 273 CellularCallService callStub; HWTEST_F() local 330 CellularCallService callStub; HWTEST_F() local 385 CellularCallService callStub; HWTEST_F() local 431 CellularCallService callStub; HWTEST_F() local 489 CellularCallService callStub; HWTEST_F() local [all...] |
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_part_test.cpp | 241 auto callStub = iface_cast<ISendShortMessageCallback>(new SendShortMessageCallbackStub()); in HWTEST_F() local 245 interfaceManager->TextBasedSmsDelivery(dataStr, dataStr, dataStr, callStub, deliveryStub, dataBaseId); in HWTEST_F() 246 interfaceManager->TextBasedSmsDelivery(dataStr, emptyStr, dataStr, callStub, deliveryStub, dataBaseId); in HWTEST_F() 247 interfaceManager->TextBasedSmsDelivery(dataStr, dataStr, emptyStr, callStub, deliveryStub, dataBaseId); in HWTEST_F() 249 callStub, deliveryStub, dataBaseId); in HWTEST_F() 253 interfaceManager->DataBasedSmsDelivery(dataStr, dataStr, 0, data, dataStr.size(), callStub, deliveryStub); in HWTEST_F() 254 interfaceManager->DataBasedSmsDelivery(dataStr, emptyStr, 0, data, dataStr.size(), callStub, deliveryStub); in HWTEST_F() 255 interfaceManager->DataBasedSmsDelivery(dataStr, dataStr, 0, nullptr, 0, callStub, deliveryStub); in HWTEST_F() 257 interfaceManager->TextBasedSmsDelivery(dataStr, dataStr, dataStr, callStub, deliveryStub, dataBaseId); in HWTEST_F() 258 result = interfaceManager->DataBasedSmsDelivery(dataStr, dataStr, 0, data, dataStr.size(), callStub, deliveryStu in HWTEST_F() [all...] |
/base/notification/common_event_service/services/test/unittest/ |
H A D | ability_manager_helper_test.cpp | 461 void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) override
|
H A D | common_event_subscribe_unit_test.cpp | 521 void GetAbilityTokenByCalleeObj(const sptr<IRemoteObject> &callStub, sptr<IRemoteObject> &token) override
|
Completed in 5 milliseconds