Home
last modified time | relevance | path

Searched refs:unmarshallingFuncLUT_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_command_factory.cpp62 auto result = unmarshallingFuncLUT_.try_emplace(MakeKey(type, subtype), func); in Register()
71 auto it = unmarshallingFuncLUT_.find(MakeKey(type, subtype)); in GetUnmarshallingFunc()
72 if (it == unmarshallingFuncLUT_.end()) { in GetUnmarshallingFunc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_command_factory.h41 std::unordered_map<uint32_t, UnmarshallingFunc> unmarshallingFuncLUT_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_command_factory_test.cpp68 factory.unmarshallingFuncLUT_.clear();