Searched refs:CodecScopeGuard (Results 1 – 4 of 4) sorted by relevance
20 class CodecScopeGuard : public NoCopyable {22 …explicit CodecScopeGuard(std::function<void()> onExitFunc) : exitFunc_(std::move(onExitFunc)), sac… in CodecScopeGuard() function24 ~CodecScopeGuard() in ~CodecScopeGuard()
93 OHOS::CodecScopeGuard scope([&] { in SendData()
132 OHOS::CodecScopeGuard scope([&] { in SendData()