Home
last modified time | relevance | path

Searched refs:PROP_MSG_SETPROP2 (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A D_system_properties.h47 #define PROP_MSG_SETPROP2 0x00020001 macro
/aosp12/system/core/init/
H A Dproperty_service_test.cpp49 uint32_t msg = PROP_MSG_SETPROP2; in TEST()
H A Dproperty_service.cpp584 case PROP_MSG_SETPROP2: { in handle_property_set_fd()
/aosp12/bionic/libc/bionic/
H A Dsystem_property_set.cpp283 if (!writer.WriteUint32(PROP_MSG_SETPROP2).WriteString(key).WriteString(value).Send()) { in __system_property_set()