Searched refs:sessionType (Results 1 - 3 of 3) sorted by relevance
/test/xts/hats/hdf/bluetooth/a2dp/ |
H A D | a2dp_services_test.cpp | 77 SessionType sessionType = SessionType::SOFTWARE_ENCODING; in HWTEST_F() local 79 int32_t ret = g_iBtHci->StartSession(sessionType, g_hciCallbacks, queue); in HWTEST_F() 92 SessionType sessionType = SessionType::UNKNOWN_TYPE; in HWTEST_F() local 93 int32_t ret = g_iBtHci->StopSession(sessionType); in HWTEST_F()
|
H A D | bluetooth_audio_session_service.h | 34 int32_t StartSession(SessionType sessionType, const sptr<IBluetoothAudioCallback>& callbackObj, 37 int32_t StopSession(SessionType sessionType) override;
|
/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/ |
H A D | AvsessionTest.cpp | 536 * params = [sessionType, sessionTag, bundleName, abilityName,# create avsession para 543 * sessionType: AVSession_Type; 575 AVSession_Type sessionType = static_cast<AVSession_Type>(std::get<double>(params[listIdx++])); in TestAVSessionTestAll() local 582 sessionType, sessionTag.c_str(), bundleName.c_str(), abilityName.c_str(), &session); in TestAVSessionTestAll() 633 * sessionType AVSession_Type 641 const AVSession_Type sessionType = static_cast<AVSession_Type>(std::get<double>(params[0])); in TestAVSessionCreate() local 646 AVSession_ErrCode ret = OH_AVSession_Create(sessionType, sessionTag.c_str(), in TestAVSessionCreate() 860 AVSession_Type sessionType; in AVSessionGetSessionType() local 861 AVSession_ErrCode avErrCode = OH_AVSession_GetSessionType(g_avsession, &sessionType); in AVSessionGetSessionType()
|
Completed in 3 milliseconds