Home
last modified time | relevance | path

Searched refs:SetPausePicture (Results 1 - 25 of 55) sorted by relevance

123

/base/telephony/call_manager/test/fuzztest/setpausepicture_fuzzer/
H A Dsetpausepicture_fuzzer.cpp27 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 Dnet_call_base.h54 virtual int32_t SetPausePicture(std::string &path) = 0;
H A Dott_call.h68 int32_t SetPausePicture(std::string &path) override;
H A Dims_call.h68 int32_t SetPausePicture(std::string &path) override;
/base/telephony/cellular_call/services/control/include/
H A Dims_video_call_control.h74 * SetPausePicture
81 int32_t SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path);
/base/telephony/call_manager/services/video/include/
H A Dvideo_control_manager.h37 int32_t SetPausePicture(int32_t callId, std::u16string &path);
/base/telephony/call_manager/test/fuzztest/controlcamera_fuzzer/
H A Dcontrolcamera_fuzzer.cpp121 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 Dcall_manager5_gtest.cpp274 /******************************************* 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 Dcall_manager_connect.cpp498 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 Dims_test.cpp77 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 Dvideo_control_manager.cpp115 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 Dims_video_call_control.cpp94 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 Dcellular_call_connection.h361 * SetPausePicture
371 int32_t SetPausePicture(int32_t slotId, int32_t index, std::string &path);
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h369 virtual int32_t SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path) = 0;
H A Dims_call_client.h417 int32_t SetPausePicture(int32_t slotId, int32_t callIndex, const std::string &path);
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h469 int32_t SetPausePicture(int32_t slotId, int32_t index, const std::string &path) override;
H A Dcellular_call_interface.h458 virtual int32_t SetPausePicture(int32_t slotId, int32_t index, const std::string &path) = 0;
H A Dcall_manager_client.h411 int32_t SetPausePicture(int32_t callId, std::u16string path);
/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp430 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 Dott_call.cpp390 int32_t OTTCall::SetPausePicture(std::string &path) in SetPausePicture() function in OHOS::Telephony::OTTCall
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp181 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 Dzero_branch7_test.cpp282 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 Dcall_manager_client.cpp522 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 Dcall_fuzzer.cpp303 callObjectPtr->SetPausePicture(msg); in IMSVideoCallFunc()
417 callObjectPtr->SetPausePicture(msg); in OttVideoCallFunc()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h408 * SetPausePicture
417 int32_t SetPausePicture(int32_t callId, std::u16string &path) override;

Completed in 19 milliseconds

123