/base/telephony/call_manager/test/fuzztest/setpausepicture_fuzzer/ |
H A D | setpausepicture_fuzzer.cpp | 27 void SetPausePicture(const uint8_t *data, size_t size) in SetPausePicture() function 49 SetPausePicture(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/include/ |
H A D | net_call_base.h | 54 virtual int32_t SetPausePicture(std::string &path) = 0;
|
H A D | ott_call.h | 68 int32_t SetPausePicture(std::string &path) override;
|
H A D | ims_call.h | 68 int32_t SetPausePicture(std::string &path) override;
|
/base/telephony/cellular_call/services/control/include/ |
H A D | ims_video_call_control.h | 74 * SetPausePicture 81 int32_t SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path);
|
/base/telephony/call_manager/services/video/include/ |
H A D | video_control_manager.h | 37 int32_t SetPausePicture(int32_t callId, std::u16string &path);
|
/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/ |
H A D | controlcamera_fuzzer.cpp | 121 int32_t SetPausePicture(const uint8_t *data, size_t size) in SetPausePicture() function 184 SetPausePicture(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager5_gtest.cpp | 274 /******************************************* Test SetPausePicture() *********************************************/ 277 * @tc.name input locale picture path /system/bin/test.png that does not exist, Test SetPausePicture, 290 EXPECT_NE(CallManagerGtest::clientPtr_->SetPausePicture(callId, path), RETURN_VALUE_IS_ZERO); in HWTEST_F() 295 * @tc.name input an invalid image format file path, Test SetPausePicture, return error code if failed 307 EXPECT_NE(CallManagerGtest::clientPtr_->SetPausePicture(callId, path), RETURN_VALUE_IS_ZERO); in HWTEST_F() 312 * @tc.name input an invalid image format file path, Test SetPausePicture, return error code if failed 324 EXPECT_NE(CallManagerGtest::clientPtr_->SetPausePicture(callId, path), RETURN_VALUE_IS_ZERO); in HWTEST_F() 329 * @tc.name input an invalid image format file path, Test SetPausePicture, return error code if failed 341 EXPECT_NE(CallManagerGtest::clientPtr_->SetPausePicture(callId, path), RETURN_VALUE_IS_ZERO); in HWTEST_F() 346 * @tc.name input remote picture path http://callManager.jpg that does not exist, Test SetPausePicture, [all...] |
H A D | call_manager_connect.cpp | 498 int32_t CallManagerConnect::SetPausePicture(int32_t callId, std::u16string path) in SetPausePicture() function in OHOS::Telephony::CallManagerConnect 501 return callManagerServicePtr_->SetPausePicture(callId, path); in SetPausePicture()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.cpp | 77 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_PAUSE_IMAGE)] = &ImsTest::SetPausePicture; in SetUp() 243 int32_t ImsTest::SetPausePicture(const sptr<CellularCallInterface> &telephonyService) const in SetPausePicture() function in OHOS::Telephony::ImsTest 245 std::cout << "test SetPausePicture entry." << std::endl; in SetPausePicture() 249 return telephonyService->SetPausePicture(slotId, callIndex, path); in SetPausePicture() 347 "404:SetPausePicture\n" in InputNumForInterface()
|
/base/telephony/call_manager/services/video/src/ |
H A D | video_control_manager.cpp | 115 int32_t VideoControlManager::SetPausePicture(int32_t callId, std::u16string &path) in SetPausePicture() function in OHOS::Telephony::VideoControlManager 131 ret = netCall->SetPausePicture(tempPath); in SetPausePicture() 133 TELEPHONY_LOGE("SetPausePicture failed!"); in SetPausePicture()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | ims_video_call_control.cpp | 94 int32_t ImsVideoCallControl::SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path) in SetPausePicture() function in OHOS::Telephony::ImsVideoCallControl 102 return imsCallClient->SetPausePicture(slotId, callIndex, path); in SetPausePicture()
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 361 * SetPausePicture 371 int32_t SetPausePicture(int32_t slotId, int32_t index, std::string &path);
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 369 virtual int32_t SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path) = 0;
|
H A D | ims_call_client.h | 417 int32_t SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path);
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_proxy.h | 469 int32_t SetPausePicture(int32_t slotId, int32_t index, const std::string &path) override;
|
H A D | cellular_call_interface.h | 458 virtual int32_t SetPausePicture(int32_t slotId, int32_t index, const std::string &path) = 0;
|
H A D | call_manager_client.h | 411 int32_t SetPausePicture(int32_t callId, std::u16string path);
|
/base/telephony/call_manager/services/call/src/ |
H A D | ims_call.cpp | 430 int32_t IMSCall::SetPausePicture(std::string &path) in SetPausePicture() function in OHOS::Telephony::IMSCall 432 int32_t ret = DelayedSingleton<CellularCallConnection>::GetInstance()->SetPausePicture( in SetPausePicture()
|
H A D | ott_call.cpp | 390 int32_t OTTCall::SetPausePicture(std::string &path) in SetPausePicture() function in OHOS::Telephony::OTTCall
|
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/ |
H A D | setpreviewwindow_fuzzer.cpp | 181 void SetPausePicture(const uint8_t *data, size_t size) in SetPausePicture() function 401 SetPausePicture(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch7_test.cpp | 282 EXPECT_NE(callManagerService->SetPausePicture(callId, test), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F() 389 EXPECT_EQ(callManagerService->SetPausePicture(callId, test), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F() 532 EXPECT_NE(callManagerClient->SetPausePicture(callId, test), TELEPHONY_ERR_UNINIT); in HWTEST_F()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 522 int32_t CallManagerClient::SetPausePicture(int32_t callId, std::u16string path) in SetPausePicture() function in OHOS::Telephony::CallManagerClient 525 return g_callManagerProxy->SetPausePicture(callId, path); in SetPausePicture()
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
H A D | call_fuzzer.cpp | 303 callObjectPtr->SetPausePicture(msg); in IMSVideoCallFunc() 417 callObjectPtr->SetPausePicture(msg); in OttVideoCallFunc()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 408 * SetPausePicture 417 int32_t SetPausePicture(int32_t callId, std::u16string &path) override;
|