Home
last modified time | relevance | path

Searched refs:CreateUserObjectBase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Duser_object_base.h88 using CreateUserObjectBase = std::function<UserObjectBase *(void)>; variable
98 void RegisterUserObject(const std::string &objectName, const CreateUserObjectBase &createFun);
109 std::unordered_map<std::string, CreateUserObjectBase> register_class_list_;
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Duser_object_wrapper.cpp112 …aseLoader::RegisterUserObject(const std::string &objectName, const CreateUserObjectBase &createFun) in RegisterUserObject()