Home
last modified time | relevance | path

Searched refs:IsContext (Results 1 – 4 of 4) sorted by relevance

/base/notification/common_event_service/frameworks/extension/include/
Dstatic_subscriber_extension_context.h35 bool IsContext(size_t contextTypeId) override in IsContext() function
37 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/base/theme/wallpaper_mgr/frameworks/kits/extension/include/
Dwallpaper_extension_context.h112 bool IsContext(size_t contextTypeId) override in IsContext() function
114 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/base/inputmethod/imf/frameworks/kits/extension/include/
Dinputmethod_extension_context.h125 bool IsContext(size_t contextTypeId) override in IsContext() function
127 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/base/print/print_fwk/frameworks/kits/extension/include/
Dprint_extension_context.h112 bool IsContext(size_t contextTypeId) override in IsContext() function
114 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()