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 D | rs_system_properties.h | 113 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 D | rs_system_properties.cpp | 363 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 D | rs_system_properties.cpp | 362 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 D | rs_system_properties_test.cpp | 881 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 D | rs_system_properties.cpp | 857 int RSSystemProperties::WatchSystemProperty(const char* name, OnSystemPropertyChanged func, void* c… in WatchSystemProperty()
|