Home
last modified time | relevance | path

Searched refs:ReflectRegistration (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dreflect_registration.h31 class ReflectRegistration : public Singleton<ReflectRegistration> { class
32 friend class Singleton<ReflectRegistration>;
35 ReflectRegistration() = default;
36 explicit ReflectRegistration(ReflectRegistration &&ref) {} in ReflectRegistration() function in OHOS::Sharing::ReflectRegistration
37 explicit ReflectRegistration(const ReflectRegistration &ref) {} in ReflectRegistration() function in OHOS::Sharing::ReflectRegistration
38 ~ReflectRegistration();
45 ReflectRegistration
[all...]
H A Dreflect_registration.cpp22 std::shared_ptr<void> ReflectRegistration::CreateObject(const std::string &descriptor) in CreateObject()
32 bool ReflectRegistration::Register(const std::string &descriptor, Constructor creator) in Register()
47 void ReflectRegistration::Unregister(const std::string &descriptor) in Unregister()
58 ReflectRegistration::~ReflectRegistration() in ~ReflectRegistration()
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp35 session_ = std::static_pointer_cast<BaseSession>(ReflectRegistration::GetInstance().CreateObject(className)); in CreateSession()

Completed in 2 milliseconds