Lines Matching defs:context
248 void OnAnimationScaleChanged(const char* key, const char* value, void* context)
760 void SystemProperties::AddWatchSystemParameter(const char* key, void* context, EnableSystemParameterCallback callback)
762 WatchParameter(key, callback, context);
771 const char* key, void* context, EnableSystemParameterCallback callback)
773 RemoveParameterWatcher(key, callback, context);
776 void SystemProperties::EnableSystemParameterTraceLayoutCallback(const char* key, const char* value, void* context)
783 void SystemProperties::EnableSystemParameterTraceInputEventCallback(const char* key, const char* value, void* context)
791 const char* key, const char* value, void* context)
798 void SystemProperties::EnableSystemParameterDebugStatemgrCallback(const char* key, const char* value, void* context)
805 void SystemProperties::EnableSystemParameterDebugBoundaryCallback(const char* key, const char* value, void* context)
809 auto container = reinterpret_cast<Platform::AceContainer*>(context);
815 void* context)