Home
last modified time | relevance | path

Searched refs:OnSystemPropertyChanged (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h113 using OnSystemPropertyChanged = void(*)(const char*, const char*, void*); variable
216 static int WatchSystemProperty(const char* name, OnSystemPropertyChanged func, void* context);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp363 int RSSystemProperties::WatchSystemProperty(const char* name, OnSystemPropertyChanged func, void* c… in WatchSystemProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp362 int RSSystemProperties::WatchSystemProperty(const char* name, OnSystemPropertyChanged func, void* c… in WatchSystemProperty()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp881 OnSystemPropertyChanged func = [](const char*, const char*, void*) {}; in __anon5fc51d230102()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp857 int RSSystemProperties::WatchSystemProperty(const char* name, OnSystemPropertyChanged func, void* c… in WatchSystemProperty()