Lines Matching refs:JSON_BUILD_PAIR

84                                        JSON_BUILD_PAIR("userName", JSON_BUILD_STRING(user_name)),  in user_record_synthesize()
86JSON_BUILD_PAIR("disposition", JSON_BUILD_CONST_STRING("regular")), in user_record_synthesize()
87 JSON_BUILD_PAIR("binding", JSON_BUILD_OBJECT( in user_record_synthesize()
88JSON_BUILD_PAIR(SD_ID128_TO_STRING(mid), JSON_BUILD_OBJECT( in user_record_synthesize()
89JSON_BUILD_PAIR("imagePath", JSON_BUILD_STRING(image_path)), in user_record_synthesize()
90JSON_BUILD_PAIR("homeDirectory", JSON_BUILD_STRING(hd)), in user_record_synthesize()
91JSON_BUILD_PAIR("storage", JSON_BUILD_STRING(user_storage_to_string(storage))), in user_record_synthesize()
92JSON_BUILD_PAIR("uid", JSON_BUILD_UNSIGNED(uid)), in user_record_synthesize()
93JSON_BUILD_PAIR("gid", JSON_BUILD_UNSIGNED(gid)))))))); in user_record_synthesize()
144 JSON_BUILD_PAIR("groupName", JSON_BUILD_STRING(un)), in group_record_synthesize()
146JSON_BUILD_PAIR("description", JSON_BUILD_STRING(description)), in group_record_synthesize()
147 JSON_BUILD_PAIR("binding", JSON_BUILD_OBJECT( in group_record_synthesize()
148JSON_BUILD_PAIR(SD_ID128_TO_STRING(mid), JSON_BUILD_OBJECT( in group_record_synthesize()
149JSON_BUILD_PAIR("gid", JSON_BUILD_UNSIGNED(user_record_gid(h))))))), in group_record_synthesize()
151 JSON_BUILD_PAIR("status", JSON_BUILD_OBJECT( in group_record_synthesize()
152JSON_BUILD_PAIR(SD_ID128_TO_STRING(mid), JSON_BUILD_OBJECT( in group_record_synthesize()
153JSON_BUILD_PAIR("service", JSON_BUILD_CONST_STRING("io.systemd.Home")))))))); in group_record_synthesize()