Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider_session.cpp136 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in RegisterCastSessionStateListener()
185 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in OnDeviceState()
H A Davsession_service_ext.cpp336 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_REMOTE; in MirrorToStreamCast()
H A Dhw_cast_provider.cpp375 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_REMOTE; in OnDeviceFound()
H A Davsession_item.cpp1318 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL;
1337 localInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL;
2027 localInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL;
H A Davsession_service.cpp1054 deviceInfo.castCategory_ = AVCastCategory::CATEGORY_LOCAL; in CreateNewSession()
2217 int32_t castCategory = AVCastCategory::CATEGORY_LOCAL; in SetDeviceInfo()
2219 castCategory = AVCastCategory::CATEGORY_REMOTE; in SetDeviceInfo()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession_enum.cpp74 (void)SetNamedProperty(env, result, "CATEGORY_LOCAL", AVCastCategory::CATEGORY_LOCAL); in ExportAVCastCategory()
75 (void)SetNamedProperty(env, result, "CATEGORY_REMOTE", AVCastCategory::CATEGORY_REMOTE); in ExportAVCastCategory()
363 DECLARE_NAPI_PROPERTY("AVCastCategory", ExportAVCastCategory(env)), in InitEnums()
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h474 enum AVCastCategory { enum

Completed in 12 milliseconds