Home
last modified time | relevance | path

Searched refs:contextTypeId (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/provider/include/
H A Ddatashare_ext_ability_context.h37 bool IsContext(size_t contextTypeId) override in IsContext() argument
39 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup_context.h31 bool IsContext(size_t contextTypeId) override in IsContext() argument
33 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension/include/
H A Ddriver_extension_context.h49 bool IsContext(size_t contextTypeId) override in IsContext() argument
51 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/base/notification/common_event_service/frameworks/extension/include/
H A Dstatic_subscriber_extension_context.h35 bool IsContext(size_t contextTypeId) override in IsContext() argument
37 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/
H A Dextension_context.h51 bool IsContext(size_t contextTypeId) override in IsContext() argument
53 return contextTypeId == CONTEXT_TYPE_ID || Context::IsContext(contextTypeId); in IsContext()
H A Dform_extension_context.h101 bool IsContext(size_t contextTypeId) override in IsContext() argument
103 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
H A Dservice_extension_context.h173 bool IsContext(size_t contextTypeId) override in IsContext() argument
175 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
H A Dvpn_extension_context.h71 bool IsContext(size_t contextTypeId) override in IsContext() argument
73 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/kits/extension/include/
H A Dwallpaper_extension_context.h112 bool IsContext(size_t contextTypeId) override in IsContext() argument
114 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/base/inputmethod/imf/frameworks/kits/extension/include/
H A Dinputmethod_extension_context.h125 bool IsContext(size_t contextTypeId) override in IsContext() argument
127 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Dui_service_extension_context.h108 bool IsContext(size_t contextTypeId) override in IsContext() argument
110 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/base/print/print_fwk/frameworks/kits/extension/include/
H A Dprint_extension_context.h112 bool IsContext(size_t contextTypeId) override in IsContext() argument
114 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_context.h165 bool IsContext(size_t contextTypeId) override in IsContext() argument
167 return contextTypeId == CONTEXT_TYPE_ID || ExtensionContext::IsContext(contextTypeId); in IsContext()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/context/
H A Dability_stage_context.h82 bool IsContext(size_t contextTypeId) override in IsContext() argument
84 return contextTypeId == CONTEXT_TYPE_ID || Context::IsContext(contextTypeId); in IsContext()
H A Dcontext.h296 virtual bool IsContext(size_t contextTypeId) in IsContext() argument
298 return contextTypeId == CONTEXT_TYPE_ID; in IsContext()
H A Dapplication_context.h153 bool IsContext(size_t contextTypeId) override in IsContext() argument
155 return contextTypeId == CONTEXT_TYPE_ID || Context::IsContext(contextTypeId); in IsContext()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dability_context.h412 bool IsContext(size_t contextTypeId) override in IsContext() argument
414 return contextTypeId == CONTEXT_TYPE_ID || Context::IsContext(contextTypeId); in IsContext()