Searched refs:AOS_Object_Class_Static (Results 1 – 2 of 2) sorted by relevance
271 object->type = type | AOS_Object_Class_Static; in aos_object_init()342 if (object->type & AOS_Object_Class_Static) in aos_object_is_systemobject()361 return object->type & ~AOS_Object_Class_Static; in aos_object_get_type()
45 AOS_Object_Class_Static = 0x80 /**< The object is a static object. */ enumerator
Completed in 3 milliseconds